summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu2-10/+14
2025-12-01crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-24gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-24tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-24ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-11-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-24futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi2-5/+21
2025-11-24sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2025-11-24sched/pelt: Avoid underestimation of task utilizationVincent Guittot1-0/+13
2025-11-24bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
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-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-23sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar1-8/+8
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang171-1/+1
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner1-5/+5
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-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-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf1-7/+5
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-2/+0
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)1-0/+4
2025-10-02futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior1-2/+4
2025-10-02vhost: Take a reference on the task in struct vhost_task.Sebastian Andrzej Siewior1-1/+2
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang1-0/+4
2025-09-25cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong1-7/+36
2025-09-19hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang1-8/+3
2025-09-19hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong1-13/+8
2025-09-19hrtimer: Remove unused functionJiapeng Chong1-19/+1
2025-09-19rcu-tasks: Maintain real-time response in rcu_tasks_postscan()Paul E. McKenney1-1/+21
2025-09-19rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasksPaul E. McKenney1-16/+28
2025-09-19rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-10/+33
2025-09-19bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye1-2/+5
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun1-2/+2
2025-09-09sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle1-0/+2
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+15