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