summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-152-12/+5
|\
| * sched/debug: Fix the alignment of the show-state debug outputLibing Zhou2020-08-141-11/+4
| * sched: Fix use of count for nr_running tracepointPhil Auld2020-08-061-1/+1
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-062-7/+48
|\ \ | |/ |/|
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-6/+6
| * sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra2020-06-151-3/+0
| * sched,psi: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-4/+1
| * sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+47
* | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-033-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