aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i...Gravatar Ingo Molnar 1-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-08sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]Gravatar Ingo Molnar 1-1/+1
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cGravatar Ingo Molnar 1-1/+22
2017-02-01sched/cputime: Increment kcpustat directly on irqtime accountGravatar Frederic Weisbecker 1-3/+4
2017-01-14sched/core: Add debugging code to catch missing update_rq_clock() callsGravatar Matt Fleming 1-6/+68
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Gravatar Matt Fleming 1-8/+23
2016-11-24sched: Extend scheduler's asym packingGravatar Tim Chen 1-0/+6
2016-11-16sched/fair: Propagate load during synchronous attach/detachGravatar Vincent Guittot 1-0/+1
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listGravatar Vincent Guittot 1-0/+1
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityGravatar Morten Rasmussen 1-1/+2
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-45/+47
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIGravatar Frederic Weisbecker 1-38/+15
2016-09-30sched/debug: Add SCHED_WARN_ON()Gravatar Peter Zijlstra 1-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperGravatar Peter Zijlstra 1-0/+5
2016-09-30sched/core: Optimize SCHED_SMTGravatar Peter Zijlstra 1-6/+17
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Gravatar Peter Zijlstra 1-0/+6
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedGravatar Peter Zijlstra 1-5/+1
2016-09-15sched/core: Allow putting thread_info into task_structGravatar Andy Lutomirski 1-0/+4
2016-08-18sched/core: Store maximum per-CPU capacity in root domainGravatar Dietmar Eggemann 1-0/+2
2016-08-18sched: Remove struct rq::nohz_stampGravatar Rik van Riel 1-1/+0
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Gravatar Rafael J. Wysocki 1-4/+11
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Gravatar Rafael J. Wysocki 1-21/+10
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+6
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2016-07-13sched/core: Correct off by one bug in load migration calculationGravatar Thomas Gleixner 1-1/+1
2016-06-27sched/fair: Rework throttle_count syncGravatar Peter Zijlstra 1-1/+1
2016-06-27sched/fair: Reorder cgroup creation codeGravatar Peter Zijlstra 1-0/+1
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingGravatar Vincent Guittot 1-1/+4
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyGravatar Konstantin Khlebnikov 1-1/+1
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Gravatar Peter Zijlstra 1-1/+1
2016-06-14sched/cputime: Fix prev steal time accouting during CPU hotplugGravatar Wanpeng Li 1-13/+0
2016-05-16Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+8