aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang1-2/+4
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot1-0/+5
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-05-31sched/headers: Fix typoDavidlohr Bueso1-1/+1
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-2/+3
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.hMathieu Malaterre1-2/+3
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman1-0/+6
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso1-5/+12
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi1-1/+8
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot1-0/+1
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra1-6/+5
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra1-0/+1
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra1-0/+4
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra1-5/+6
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-28/+53
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-260/+269
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker1-10/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker1-0/+2
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)1-0/+2
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli1-0/+2
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMPJuri Lelli1-3/+10
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli1-2/+2
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli1-1/+29
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli1-6/+6
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli1-0/+10
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira1-41/+0
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi1-3/+22
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)1-7/+17
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra1-1/+1
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni1-1/+0
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra1-2/+1
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra1-4/+5
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra1-4/+9
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot1-0/+2
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo1-1/+1
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra1-0/+2
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso1-4/+2
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso1-2/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-8/+2
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra1-0/+4
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar1-8/+2
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre1-0/+5
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre1-3/+14
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as wellIngo Molnar1-2/+2