summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre
2017-06-20sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni
2017-06-08sched/deadline: Track the active utilizationLuca Abeni