aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra1-6/+17
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra1-0/+6
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra1-5/+1
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+4
2016-08-18sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann1-0/+2
2016-08-18sched: Remove struct rq::nohz_stampRik van Riel1-1/+0
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki1-4/+11
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki1-21/+10
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+6
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner1-1/+1
2016-06-27sched/fair: Rework throttle_count syncPeter Zijlstra1-1/+1
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra1-0/+1
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot1-1/+4