summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* profiling: remove profile=sleep supportTetsuo Handa2024-08-041-10/+0
* sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang2024-07-291-0/+1
* sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang2024-07-291-14/+26
* sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang2024-07-291-0/+1
* sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang2024-07-291-7/+19
* sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng2024-07-291-0/+6
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-243-8/+8
* Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-1717-2044/+2130
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2024-07-116-20/+39
| |\
| * | sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo2024-07-043-18/+14
| * | sched/psi: Optimise psi_group_change a bitTvrtko Ursulin2024-07-041-27/+27
| * | sched/balance: Skip unnecessary updates to idle load balancer's flagsTim Chen2024-06-051-0/+7
| * | idle: Remove stale RCU commentChristian Loehle2024-06-051-6/+0
| * | sched/headers: Move struct pre-declarations to the beginning of the headerIngo Molnar2024-06-051-10/+6
| * | sched/core: Clean up kernel/sched/sched.h a bitIngo Molnar2024-06-051-132/+180
| * | sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar2024-06-051-2/+2
| * | sched: Fix spelling in commentsIngo Molnar2024-05-2716-92/+92
| * | sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar2024-05-274-1773/+1818
* | | Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-7/+7
|\ \ \ | |_|/ |/| |
| * | rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker2024-06-061-7/+7
| |/
* | sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz2024-07-014-10/+30
* | sched/deadline: Fix task_struct reference leakWander Lairson Costa2024-07-011-1/+6
* | Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don2024-07-011-9/+3
|/
* Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds2024-05-221-4/+2
|\
| * sched/topology: Optimize topology_span_sane()Kyle Meyer2024-05-091-4/+2
* | Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-194-6/+8
|\ \
| * | sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu2024-05-171-1/+1
| * | sched/fair: Remove stale FREQUENCY_UTIL commentChristian Loehle2024-05-171-2/+2
| * | sched/fair: Fix initial util_avg calculationDawei Li2024-05-171-2/+3
| * | sched/debug: Dump domains' levelVitalii Bursov2024-05-171-0/+1
| * | sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-05-171-1/+1
* | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-186-6/+0
|\ \ \ | |/ / |/| |
| * | scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-246-6/+0
| |/
* | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-149-323/+379
|\ \
| * | sched/pelt: Remove shift of thermal clockVincent Guittot2024-04-243-27/+3
| * | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-245-34/+34
| * | sched/cpufreq: Take cpufreq feedback into accountVincent Guittot2024-04-241-20/+25
| * | sched/fair: Fix update of rd->sg_overutilizedVincent Guittot2024-04-241-1/+1
| * | sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-13/+0
| * | sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar2024-03-292-29/+24
| * | sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar2024-03-281-4/+4
| * | sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar2024-03-282-5/+5
| * | sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar2024-03-282-6/+6
| * | sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar2024-03-281-3/+3
| * | sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde2024-03-282-5/+14
| * | sched/fair: Check root_domain::overload value before updateShrikanth Hegde2024-03-281-1/+2
| * | sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde2024-03-281-13/+7
| * | sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde2024-03-261-5/+5
| * | sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde2024-03-261-3/+12
| * | sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde2024-03-261-19/+34