summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski2020-12-211-1/+20
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-12-161-1/+27
* sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-241-5/+10
* sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-241-1/+2
* cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-181-1/+1
* cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki2020-11-051-2/+4
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-292-4/+11
* sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song2020-10-291-4/+4
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-10-291-4/+5
* sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba2020-10-291-1/+2
* Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-14/+11
|\
| * cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-0/+3
| * sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-14/+8
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* 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