aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-06sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot1-2/+3
2026-05-06sched/fair: Fix overflow in vruntime_eligible()Zhan Xusheng1-5/+34
2026-05-06rseq: Reenable performance optimizations conditionallyThomas Gleixner1-59/+85
2026-05-06rseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner1-3/+2
2026-05-06timers/migration: Fix another hotplug activation raceFrederic Weisbecker1-11/+29
2026-05-05Merge tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+20
2026-05-05Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-133/+117
2026-05-05Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-19/+40
2026-05-05rseq: Revert to historical performance killing behaviourThomas Gleixner2-8/+43
2026-05-05perf/core: Fix deadlock in perf_mmap() failure pathPeter Zijlstra3-15/+58
2026-05-04sched_ext: idle: Recheck prev_cpu after narrowing allowed maskDavid Carlier1-6/+6
2026-05-04sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo1-8/+25
2026-05-04cgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo2-5/+9
2026-05-04cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo1-133/+117
2026-05-03Merge tag 'locking-urgent-2026-05-03' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+9
2026-05-03Merge tag 'sched-urgent-2026-05-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-18/+25
2026-05-01futex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso1-7/+5
2026-05-01rseq: Don't advertise time slice extensions if disabledThomas Gleixner1-4/+5
2026-05-01rseq: Set rseq::cpu_id_start to 0 on unregistrationThomas Gleixner1-11/+9
2026-05-01Merge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds2-13/+23
2026-04-30dma-direct: fix use of max_pfnPetr Tesarik1-2/+2
2026-04-29Merge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-5/+13
2026-04-29tracing/probes: Limit size of event probe to 3KSteven Rostedt2-1/+9
2026-04-29workqueue: Annotate alloc_workqueue_va() with __printf(1, 0)Tejun Heo1-0/+1
2026-04-29futex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior1-4/+9
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-124/+297
2026-04-28tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao1-4/+4
2026-04-28sched_ext: Fix scx_flush_disable_work() UAF raceCheng-Yang Chou1-2/+7
2026-04-28sched_ext: Call wakeup_preempt() in local_dsq_post_enq()Kuba Piecuch1-5/+39
2026-04-28workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao1-9/+19
2026-04-28kho: skip KHO for crash kernelEvangelos Petrongonas1-1/+1
2026-04-28sched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu1-0/+1
2026-04-28sched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot1-13/+14
2026-04-28sched/fair: Fix the negative lag increase fixPeter Zijlstra1-5/+10
2026-04-27Merge 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
2026-04-24sched_ext: Resolve caller's scheduler in scx_bpf_destroy_dsq() / scx_bpf_dsq_...Tejun Heo1-8/+9
2026-04-24sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo1-3/+6
2026-04-24sched_ext: Don't disable tasks in scx_sub_enable_workfn() abort pathTejun Heo1-6/+30
2026-04-24sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()Tejun Heo1-0/+9