summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
25 hoursbpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-0/+24
25 hoursbpf: Add third round of bounds deductionPaul Chaignon1-0/+1
25 hoursbpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon1-0/+52
25 hourssched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
25 hourssched/fair: Use protect_slice() instead of direct comparisonVincent Guittot1-1/+1
25 hoursbpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
25 hoursbpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6
10 daysfutex: Require sys_futex_requeue() to have identical flagsPeter Zijlstra1-0/+8
10 daystracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang1-5/+5
10 daystracing: Switch trace_osnoise.c code over to use guard() and __free()Steven Rostedt1-27/+13
10 daysfutex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso1-1/+2
10 daysalarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng1-1/+1
10 dayssysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg1-1/+1
10 daysPM: hibernate: Drain trailing zero pages on userspace restoreAlberto Garcia1-0/+11
10 daysdma: swiotlb: add KMSAN annotations to swiotlb_bounce()Shigeru Yoshida1-2/+19
10 dayssched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su1-1/+1
10 daysmodule: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai1-0/+7
10 daysbpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade1-1/+1
10 daysbpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu1-8/+14
10 daysbpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
10 daysperf: Make sure to use pmu_ctx->pmu for groupsPeter Zijlstra1-11/+8
10 daysbpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar1-0/+21
2026-03-25ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)1-1/+1
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki1-9/+21
2026-03-25kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
2026-03-25kprobes: Remove unneeded gotoMasami Hiramatsu (Google)1-24/+21
2026-03-25sched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
2026-03-25sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
2026-03-25x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
2026-03-25tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+6
2026-03-25fgraph: Fix thresh_return clear per-task notraceShengming Hu1-2/+4
2026-03-25sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+54
2026-03-25sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-4/+20
2026-03-25tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
2026-03-25tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
2026-03-25tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
2026-03-25time/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
2026-03-25kprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
2026-03-25cgroup: fix race between task migration and iterationQingye Zhao1-0/+1
2026-03-25sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
2026-03-25workqueue: Use POOL_BH instead of WQ_BH when checking pool flagsBreno Leitao1-1/+1
2026-03-25kexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber3-1/+47
2026-03-25unshare: fix unshare_fs() handlingAl Viro1-1/+1
2026-03-13tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
2026-03-13bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
2026-03-13tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
2026-03-13uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
2026-03-13uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko1-22/+16
2026-03-13kexec: define functions to map and unmap segmentsSteven Chen1-0/+54
2026-03-13workqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari1-4/+9