aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'probes-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+6
3 daysMerge tag 'timers-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
3 daysMerge tag 'sched-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-53/+29
4 daysMerge tag 'wq-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+29
4 daysMerge tag 'cgroup-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+37
4 daysMerge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-27/+109
5 dayskprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
5 dayskprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
7 dayssched/mmcid: Avoid full tasklist walksThomas Gleixner2-42/+13
7 dayssched/mmcid: Remove pointless preempt guardThomas Gleixner1-5/+7
7 dayssched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner1-4/+1
7 dayssched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner2-9/+15
7 daystime/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
8 dayssched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
9 dayssched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
10 daysMerge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
10 daysMerge tag 'sched-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+30
10 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-6/+37
11 daysMerge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+11
11 dayssched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
11 daysbpf: collect only live registers in linked regsEduard Zingerman1-3/+10
11 daystracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
11 daysbpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-0/+24
11 dayscgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior1-0/+6
11 daystracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
12 daystracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
12 dayscgroup/cpuset: Call rebuild_sched_domains() directly in hotplugWaiman Long1-28/+31
12 dayssched_ext: Use READ_ONCE() for scx_slice_bypass_us in scx_bypass()David Carlier1-1/+1
12 daysworkqueue: Rename show_cpu_pool{s,}_hog{s,}() to reflect broadened scopeBreno Leitao1-5/+5
12 daysMerge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
12 daysbpf: drop kthread_exit from noreturn_denyChristian Loehle1-1/+0
13 daysworkqueue: Show all busy workers in stall diagnosticsBreno Leitao1-15/+13
13 daysworkqueue: Show in-flight work item duration in stall diagnosticsBreno Leitao2-0/+4
13 daysworkqueue: Rename pool->watchdog_ts to pool->last_progress_tsBreno Leitao1-7/+7
13 daysworkqueue: Use POOL_BH instead of WQ_BH when checking pool flagsBreno Leitao1-1/+1
13 dayssched_ext: Document task ownership state machineAndrea Righi1-16/+98
13 dayssched_ext: Use READ_ONCE() for lock-free reads of module param variableszhidao su1-2/+2
13 daysMerge tag 'trace-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-21/+88
13 daysMerge tag 'modules-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-16/+20
13 daysMerge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-61/+21
13 daystimekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar1-2/+4
14 dayssched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su1-1/+1
14 daysMerge tag 'sysctl-7.00-fixes-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
14 dayssched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli1-0/+30
14 daystime/jiffies: Fix sysctl file error on configurations where USER_HZ < HZGerd Rausch1-2/+0
2026-03-03tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
2026-03-03tracing: Disable preemption in the tracepoint callbacks handling filtered pidsMasami Hiramatsu (Google)1-0/+2
2026-03-03ftrace: Disable preemption in the tracepoint callbacks handling filtered pidsSteven Rostedt1-0/+2
2026-03-03tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
2026-03-03fgraph: Fix thresh_return nosleeptime double-adjustShengming Hu1-4/+10