summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat2024-10-101-0/+7
* sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)2024-10-101-8/+8
* sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang2024-08-141-0/+1
* sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang2024-08-141-14/+26
* sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang2024-08-141-0/+1
* sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang2024-08-141-7/+19
* sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo2024-08-031-13/+10
* rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker2024-08-031-7/+7
* sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz2024-07-011-2/+5
* Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-191-1/+1
|\
| * sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu2024-05-171-1/+1
* | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-171-1/+0
|\ \ | |/ |/|
| * scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
* | sched/pelt: Remove shift of thermal clockVincent Guittot2024-04-241-1/+1
* | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-241-4/+4
* | Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-251-3/+13
|\|
| * Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-3/+13
| |\
| | * membarrier: riscv: Provide core serializing commandAndrea Parri2024-02-151-0/+4
| | * membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri2024-02-151-1/+6
| | * membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri2024-02-151-2/+3
* | | sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar2024-03-121-1/+1
* | | sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2024-03-121-2/+2
|/ /
* | Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-111-3/+1
|\ \
| * | sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde2024-02-161-3/+1
| |/
* | 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
|/
* 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
* | sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot2023-11-231-52/+38
* | sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker2023-11-151-0/+22
* | sched/deadline: Introduce deadline serversPeter Zijlstra2023-11-151-0/+17
* | sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra2023-11-151-4/+1
* | sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney2023-11-151-2/+4
|/
* 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 '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 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-371/+274
|\ \ \
| * | | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-241-5/+0
| * | | sched: Add cpus_share_resources APIBarry Song2023-10-241-0/+12
| * | | sched/core: Fix RQCF_ACT_SKIP leakHao Jia2023-10-241-4/+1
| * | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-131-2/+8
| * | | sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-091-1/+1
| * | | sched/debug: Print 'tgid' in sched_show_task()Yajun Deng2023-10-071-3/+3
| * | | sched/core: Update stale comment in try_to_wake_up()Ingo Molnar2023-10-071-1/+1
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-071-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | sched/headers: Remove duplicate header inclusionsYu Liao2023-10-031-1/+0
| * | | sched/debug: Add new tracepoint to track compute energy computationQais Yousef2023-09-291-0/+1
| * | | sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao2023-09-241-6/+4
| * | | sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu2023-09-221-2/+1