summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot2023-11-234-82/+89
* | sched/pelt: Avoid underestimation of task utilizationVincent Guittot2023-11-231-0/+13
* | sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker2023-11-151-0/+22
* | sched/cpuidle: Comment about timers requirements VS idle handlerFrederic Weisbecker2023-11-151-0/+30
* | sched/deadline: Introduce deadline serversPeter Zijlstra2023-11-154-107/+271
* | sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra2023-11-152-58/+78
* | sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra2023-11-153-15/+17
* | sched: Unify more update_curr*()Peter Zijlstra2023-11-151-13/+11
* | sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra2023-11-151-3/+2
* | sched: Unify runtime accounting across classesPeter Zijlstra2023-11-155-60/+52
* | sched/eevdf: O(1) fastpath for task selectionAbel Wu2023-11-151-3/+11
* | sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu2023-11-153-104/+76
* | sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T2023-11-151-1/+3
* | sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney2023-11-151-2/+4
|/
* sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
* sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-022-56/+16
|\ \
| * | sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang2023-10-251-1/+1
| * | sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang2023-10-251-1/+1
| * | sched: remove wait bookmarksMatthew Wilcox (Oracle)2023-10-181-50/+10
| * | sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-161-6/+6
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-26/+3
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-26/+3
* | | Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-311-34/+32
|\ \ \
| * \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2023-10-261-34/+32
| |\ \ \
| | * | | cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois2023-10-061-26/+29
| | * | | cpufreq: schedutil: Merge initialization code of sg_cpu in single loopLiao Chang2023-10-061-8/+3
| | |/ /
* | | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-3014-844/+740
|\ \ \ \
| * | | | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-244-57/+0
| * | | | sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang2023-10-241-1/+16
| * | | | sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song2023-10-243-4/+49
| * | | | sched: Add cpus_share_resources APIBarry Song2023-10-243-0/+26
| * | | | sched/core: Fix RQCF_ACT_SKIP leakHao Jia2023-10-241-4/+1
| * | | | Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-231-14/+60
| |\| | |
| * | | | sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin2023-10-201-4/+4
| * | | | sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)2023-10-201-2/+13
| * | | | sched/fair: Remove duplicate #includeJiapeng Chong2023-10-181-2/+0
| * | | | sched/psi: Update poll => rtpoll in relevant commentsFan Yu2023-10-161-16/+16
| * | | | sched: Make PELT acronym definition searchableMathieu Desnoyers2023-10-131-1/+1
| * | | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-134-3/+17
| * | | | sched/psi: Bail out early from irq time accountingHaifeng Xu2023-10-131-0/+3
| * | | | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-122-5/+5
| * | | | sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang2023-10-111-14/+3
| * | | | sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang2023-10-111-3/+4
| * | | | sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King2023-10-101-4/+0
| * | | | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-101-3/+52
| * | | | sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman2023-10-101-3/+15
| * | | | sched/numa: Move up the access pid reset logicRaghavendra K T2023-10-101-10/+7