aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
43 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-19/+8
45 hoursbpf: Fix off-by-one boundary validation in arena direct-value accessJunyoung Jang1-1/+1
46 hoursbpf: Don't run arg-tracking analysis twice on main subprogPaul Chaignon1-18/+7
3 daysMerge tag 'timers-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+29
3 daysMerge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-90/+179
3 daysMerge tag 'perf-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-15/+58
5 dayssched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot1-2/+3
5 dayssched/fair: Fix overflow in vruntime_eligible()Zhan Xusheng1-5/+34
5 daysrseq: Reenable performance optimizations conditionallyThomas Gleixner1-59/+85
5 daysrseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner1-3/+2
6 daystimers/migration: Fix another hotplug activation raceFrederic Weisbecker1-11/+29
6 daysMerge tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+20
6 daysMerge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-133/+117
6 daysMerge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-19/+40
6 daysrseq: Revert to historical performance killing behaviourThomas Gleixner2-8/+43
6 daysperf/core: Fix deadlock in perf_mmap() failure pathPeter Zijlstra3-15/+58
7 dayssched_ext: idle: Recheck prev_cpu after narrowing allowed maskDavid Carlier1-6/+6
7 dayssched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo1-8/+25
7 dayscgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo2-5/+9
7 dayscgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo1-133/+117
8 daysMerge tag 'locking-urgent-2026-05-03' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+9
8 daysMerge tag 'sched-urgent-2026-05-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-18/+25
10 daysfutex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso1-7/+5
10 daysrseq: Don't advertise time slice extensions if disabledThomas Gleixner1-4/+5
10 daysrseq: Set rseq::cpu_id_start to 0 on unregistrationThomas Gleixner1-11/+9
10 daysMerge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds2-13/+23
12 daysMerge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-5/+13
12 daystracing/probes: Limit size of event probe to 3KSteven Rostedt2-1/+9
12 daysworkqueue: Annotate alloc_workqueue_va() with __printf(1, 0)Tejun Heo1-0/+1
13 daysfutex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior1-4/+9
13 daysMerge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-124/+297
13 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao1-4/+4
13 dayssched_ext: Fix scx_flush_disable_work() UAF raceCheng-Yang Chou1-2/+7
13 dayssched_ext: Call wakeup_preempt() in local_dsq_post_enq()Kuba Piecuch1-5/+39
13 daysworkqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao1-9/+19
14 dayssched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu1-0/+1
14 dayssched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot1-13/+14
14 dayssched/fair: Fix the negative lag increase fixPeter Zijlstra1-5/+10
14 daysMerge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+43
2026-04-27kho: fix error handling in kho_add_subtree()Breno Leitao1-8/+13
2026-04-27liveupdate: fix return value on session allocation failurePasha Tatashin1-5/+10
2026-04-24sched_ext: Release cpus_read_lock on scx_link_sched() failure in root enableTejun Heo1-1/+3
2026-04-24sched_ext: Reject NULL-sch callers in scx_bpf_task_set_slice/dsq_vtimeTejun Heo1-2/+2
2026-04-24sched_ext: Refuse cross-task select_cpu_from_kfunc callsTejun Heo1-2/+17
2026-04-24sched_ext: Align cgroup #ifdef guards with SUB_SCHED vs GROUP_SCHEDTejun Heo1-19/+22
2026-04-24sched_ext: Make bypass LB cpumasks per-schedulerTejun Heo2-14/+21
2026-04-24sched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo1-1/+1
2026-04-24sched_ext: Pass held rq to SCX_CALL_OP() for dump_cpu/dump_taskTejun Heo1-8/+6
2026-04-24sched_ext: Save and restore scx_locked_rq across SCX_CALL_OPTejun Heo1-19/+30
2026-04-24sched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo1-4/+6