summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-12ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2025-12-12locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin1-2/+2
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-24PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)1-5/+5
2025-11-24PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)1-4/+7
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu2-11/+14
2025-11-24crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-11-24gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-24sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-13tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-13ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-11-13uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-13futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi2-5/+21
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon2-0/+12
2025-11-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo1-4/+4
2025-11-13bpf: Find eligible subprogs for private stack supportYonghong Song2-10/+91
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-11-02cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong1-5/+1
2025-11-02seccomp: passthrough uprobe systemcall without filteringJiri Olsa1-7/+25
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko1-2/+0
2025-10-29dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski1-1/+4
2025-10-29PM: EM: Fix late boot with holes in CPU topologyChristian Loehle1-5/+6
2025-10-29PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki1-23/+17
2025-10-29PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki1-2/+2
2025-10-29PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki1-3/+2
2025-10-23padata: Reset next CPU when reorder sequence wraps aroundXiao Liang1-1/+5
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
2025-10-19sched/fair: Block delayed tasks on throttled hierarchy during dequeueK Prateek Nayak1-3/+6
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang171-1/+1
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen4-14/+29
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal1-24/+49
2025-10-19kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov1-2/+20
2025-10-19copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster1-1/+1
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner1-5/+5
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang1-2/+2
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-10-15smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki1-6/+5
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen1-2/+7
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton1-1/+1