summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers11 days1-6/+14
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-222-7/+22
|\
| * membarrier: riscv: Provide core serializing commandAndrea Parri2024-02-152-0/+8
| * locking: Introduce prepare_sync_core_cmd()Andrea Parri2024-02-151-0/+1
| * membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri2024-02-152-5/+10
| * membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri2024-02-151-2/+3
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+6
|\ \
| * | sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park2024-03-041-0/+6
| |/
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-0/+21
|\ \
| * | sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner2024-03-011-0/+21
| |/
* | Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-114-85/+66
|\ \
| * | sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2024-02-282-15/+15
| * | sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi2024-02-281-9/+7
| * | sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi2024-02-281-25/+20
| * | sched/fair: Remove unused parameter from sched_asym()Alex Shi2024-02-281-4/+2
| * | sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi2024-02-281-4/+5
| * | sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet2024-02-281-9/+3
| * | sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet2024-02-281-1/+1
| * | sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet2024-02-281-6/+1
| * | sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura2024-02-281-2/+2
| * | sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura2024-02-281-3/+9
| * | sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde2024-02-282-4/+2
| * | sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde2024-02-281-4/+4
| * | sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde2024-02-162-5/+1
| |/
* | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-111-1/+0
|\ \
| * | tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker2024-02-261-1/+0
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-2/+15
|\ \
| * | sched: Add a new function to compare if two cpus have the same capacityQais Yousef2024-02-241-0/+11
| * | block: update cached timestamp post schedule/preemptionJens Axboe2024-02-051-2/+4
| |/
* / sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-201-0/+6
|/
* Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-1/+5
|\
| * sched/fair: Fix frequency selection for non-invariant caseVincent Guittot2024-01-161-1/+5
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
* | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-092-13/+11
|\ \ \ | |_|/ |/| |
| * | sched: fair: move unused stub functions to headerArnd Bergmann2023-12-102-13/+11
| |/
* | Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar2024-01-081-0/+52
|\ \
| * | sched/fair: Fix tg->load when offlining a CPUVincent Guittot2023-12-291-0/+52
| |/
* | sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...Wang Jinchao2023-12-231-2/+0
* | sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois2023-12-231-1/+1
* | sched/fair: Simplify util_estVincent Guittot2023-12-233-57/+36
* | sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Vincent Guittot2023-12-232-6/+3
* | cpufreq/schedutil: Use a fixed reference frequencyVincent Guittot2023-12-231-2/+24
* | sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin2023-11-291-10/+10
* | sched/cpufreq: Rework iowait boostVincent Guittot2023-11-232-75/+14
* | 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