aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre1-0/+4
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni1-2/+35
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni1-0/+11
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni1-0/+8
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni1-0/+2
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni1-0/+2
2017-06-08sched/deadline: Track the active utilizationLuca Abeni1-0/+6
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra1-2/+2
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra1-4/+3
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra1-0/+4
2017-05-15sched/topology: Small cleanupPeter Zijlstra1-3/+1
2017-05-15sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)1-0/+2
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+62
2017-04-27sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker1-2/+7
2017-03-16sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra1-3/+5
2017-03-16sched/core: Add rq->lock wrappersPeter Zijlstra1-0/+57
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+1