summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
21 hoursfutex: Require sys_futex_requeue() to have identical flagsPeter Zijlstra1-0/+8
21 hourstracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang1-5/+5
21 hourstracing: Switch trace_osnoise.c code over to use guard() and __free()Steven Rostedt1-27/+13
21 hoursfutex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso1-1/+2
21 hoursalarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng1-1/+1
21 hourssysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg1-1/+1
21 hoursPM: hibernate: Drain trailing zero pages on userspace restoreAlberto Garcia1-0/+11
21 hoursdma: swiotlb: add KMSAN annotations to swiotlb_bounce()Shigeru Yoshida1-2/+19
21 hourssched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su1-1/+1
21 hoursmodule: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai1-0/+7
21 hoursbpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade1-1/+1
21 hoursbpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu1-8/+14
21 hoursbpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
21 hoursperf: Make sure to use pmu_ctx->pmu for groupsPeter Zijlstra1-11/+8
21 hoursbpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar1-0/+21
9 daysring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)1-1/+1
9 dayssched: idle: Consolidate the handling of two special casesRafael J. Wysocki1-9/+21
9 dayskprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
9 dayskprobes: Remove unneeded gotoMasami Hiramatsu (Google)1-24/+21
9 dayssched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
9 dayssched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
9 daysx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
9 daystracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+6
9 daysfgraph: Fix thresh_return clear per-task notraceShengming Hu1-2/+4
9 dayssched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+54
9 dayssched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-4/+20
9 daystracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
9 daystracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
9 daystracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
9 daystime/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
9 dayskprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
9 dayscgroup: fix race between task migration and iterationQingye Zhao1-0/+1
9 dayssched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
9 daysworkqueue: Use POOL_BH instead of WQ_BH when checking pool flagsBreno Leitao1-1/+1
9 dayskexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber3-1/+47
9 daysunshare: 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
2026-03-13bpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
2026-03-13perf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
2026-03-13cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
2026-03-13rseq: Clarify rseq registration rseq_size bound check commentMathieu Desnoyers1-2/+3
2026-03-04tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
2026-03-04tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu1-2/+2
2026-03-04fgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt1-1/+11