summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-051-0/+6
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-251-2/+3
| |\
| * | sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-0/+6
* | | sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
| |/ |/|
* | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-181-2/+3
|/
* 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/+5Star
* 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/+1Star
* 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/+0Star
* 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/+0Star
* | sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra2017-09-291-2/+1Star
* | 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-091-4/+2Star
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-091-2/+1Star
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-051-8/+2Star
|\ \ | |/ |/|
| * sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-011-8/+2Star
* | 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