aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-02sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.hIngo Molnar1-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2017-02-08sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]Ingo Molnar1-1/+1
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar1-1/+22
2017-02-01sched/cputime: Increment kcpustat directly on irqtime accountFrederic Weisbecker1-3/+4
2017-01-14sched/core: Add debugging code to catch missing update_rq_clock() callsMatt Fleming1-6/+68
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming1-8/+23
2016-11-24sched: Extend scheduler's asym packingTim Chen1-0/+6
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot1-0/+1
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot1-0/+1
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen1-1/+2
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-45/+47
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker1-38/+15
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra1-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra1-0/+5