summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2023-05-08sched: fix cid_lock kernel-doc warningsRandy Dunlap1-2/+2
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+17
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-296/+1152
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+65
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+49
2023-04-21sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson1-0/+3
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi2-0/+5
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2-48/+714
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra2-11/+57
2023-04-19delayacct: track delays from IRQ/SOFTIRQYang Yang1-0/+1
2023-04-12sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf1-1/+1
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot1-0/+10
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T1-2/+21
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T1-0/+19
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman1-0/+19
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo1-67/+108
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo1-9/+10
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo1-81/+82
2023-04-05sched/psi: Rearrange polling code in preparationDomenico Cerasuolo1-98/+98
2023-04-05sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2-13/+49
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-7/+8
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra1-0/+1
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider2-8/+12
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider1-2/+7
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf1-8/+56
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde1-0/+4
2023-03-22sched/core: Reduce cost of sched_move_task when config autogroupwuchi1-3/+19
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia5-19/+90
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix1-2/+2
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2-11/+47
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld1-3/+49
2023-03-15sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds1-2/+2
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-1/+1
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2023-02-23cpufreq: schedutil: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+95
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-276/+565
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov1-3/+8
2023-02-15sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata1-3/+4
2023-02-13sched/core: Fix a missed update of user_cpus_ptrWaiman Long1-1/+4
2023-02-11sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello1-1/+4
2023-02-11sched/deadline: Add more reschedule cases to prio_changed_dl()Valentin Schneider1-15/+27
2023-02-11sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13