summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-21sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang
2023-04-12sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot
2023-04-05sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo
2023-04-05sched/psi: Rearrange polling code in preparationDomenico Cerasuolo
2023-04-05sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde
2023-03-22sched/core: Reduce cost of sched_move_task when config autogroupwuchi
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld
2023-03-14sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-08sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't returnJosh Poimboeuf
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-23cpufreq: schedutil: make kobj_type structure constantThomas Weißschuh
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov
2023-02-15sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
2023-02-13sched/core: Fix a missed update of user_cpus_ptrWaiman Long
2023-02-11sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-02-11sched/deadline: Add more reschedule cases to prio_changed_dl()Valentin Schneider
2023-02-11sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-02-11sched/fair: Remove capacity inversion detectionVincent Guittot