summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-043-16/+12
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-031-5/+1
| |\
| | * cpufreq: Register governors at core_initcallQuentin Perret2020-07-021-5/+1
| * | Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2020-08-032-11/+11
| |\ \
| | * | PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba2020-06-241-1/+1
| | * | PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba2020-06-241-10/+10
* | | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0316-272/+761
|\ \ \ \
| * | | | sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-011-0/+10
| * | | | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-6/+113
| * | | | sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-07-291-2/+9
| * | | | sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin2020-07-281-6/+1
| * | | | sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao2020-07-251-2/+0
| * | | | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-11/+0
| * | | | sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov2020-07-221-1/+7
| * | | | sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-221-1/+1
| * | | | sched: Better document ttwu()Peter Zijlstra2020-07-222-25/+173
| * | | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-222-12/+27
| |\ \ \ \
| * | | | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-084-8/+25
| * | | | | sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-07-083-4/+119
| * | | | | sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-07-081-5/+16
| * | | | | sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra2020-07-081-1/+2
| * | | | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-085-32/+101
| |\ \ \ \ \
| * | | | | | sched/fair: Optimize dequeue_task_fair()Peng Wang2020-06-251-3/+3
| * | | | | | sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai2020-06-251-15/+4
| * | | | | | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-256-6/+0
| * | | | | | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-252-8/+17
| * | | | | | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-255-5/+10
| * | | | | | sched/pelt: Cleanup PELT dividerVincent Guittot2020-06-153-15/+24
| * | | | | | sched/deadline: Fix a typo in a commentChristophe JAILLET2020-06-151-1/+1
| * | | | | | sched/deadline: Implement fallback mechanism for !fit caseLuca Abeni2020-06-151-4/+16
| * | | | | | sched/deadline: Make DL capacity-awareLuca Abeni2020-06-153-5/+42
| * | | | | | sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni2020-06-152-16/+20
| * | | | | | sched/deadline: Add dl_bw_capacity()Dietmar Eggemann2020-06-151-0/+33
| * | | | | | sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann2020-06-151-1/+7
| * | | | | | sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-06-151-1/+1
| * | | | | | sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-06-151-9/+14
| * | | | | | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-2/+21
| * | | | | | isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-151-1/+2
| * | | | | | psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan2020-06-151-49/+64
| * | | | | | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-152-0/+8
| * | | | | | sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann2020-06-151-2/+2
| * | | | | | sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann2020-06-152-15/+0
| * | | | | | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-153-3/+3
| * | | | | | sched/pelt: Remove redundant cap_scale() definitionDietmar Eggemann2020-06-151-2/+0
| * | | | | | sched/cputime: Improve cputime_adjust()Oleg Nesterov2020-06-151-45/+1
| | |_|_|/ / | |/| | | |
* | | | | | list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds2020-08-031-1/+1
| |_|_|/ / |/| | | |
* | | | | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
| |_|/ / |/| | |
* | | | sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
* | | | sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-161-2/+13
| |/ / |/| |
* | | sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-081-0/+2