summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-5/+12
* sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi2018-03-201-1/+8
* sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-091-0/+1
* sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-6/+5
* sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-091-0/+1
* sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-091-0/+4
* sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-091-5/+6
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-28/+53
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-260/+269
* sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-10/+1
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-0/+2
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-061-0/+2
* sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-101-0/+2
* sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-101-3/+10
* sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2018-01-101-2/+2
* sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-101-1/+29
* sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-101-6/+6
* sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2018-01-101-0/+10
* sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira2018-01-101-41/+0
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-1/+1
|\
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-251-1/+1
* | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-091-3/+22
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-101-7/+17
* | sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-101-1/+1
* | sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni2017-10-101-1/+0
* | sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra2017-09-291-2/+1
* | sched/fair: Rewrite PELT migration propagationPeter Zijlstra2017-09-291-4/+5
* | sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra2017-09-291-4/+9
* | sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot2017-09-291-0/+2
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-131-0/+2
|\
| * sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra2017-09-121-0/+2
* | sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-081-4/+2
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-081-2/+1
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-051-8/+2
|\ \ | |/ |/|
| * sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-011-8/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-1/+1
|\ \
| * | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
| |/
* | sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra2017-08-251-0/+4
|/
* sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-231-0/+5
* sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-231-3/+14
* sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar2017-06-201-2/+2
* sched/core: Omit building stop_sched_class when !SMPNicolas Pitre2017-06-081-0/+4
* sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-081-2/+35
* sched/deadline: Track the "total rq utilization" tooLuca Abeni2017-06-081-0/+11
* sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni2017-06-081-0/+8
* sched/deadline: Implement GRUB accountingLuca Abeni2017-06-081-0/+2
* sched/deadline: Improve the tracking of active utilizationLuca Abeni2017-06-081-0/+2
* sched/deadline: Track the active utilizationLuca Abeni2017-06-081-0/+6
OpenPOWER on IntegriCloud