summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-15/+6
|\
| * sched/fair: Rework throttle_count syncPeter Zijlstra2016-06-271-1/+1
| * sched/fair: Reorder cgroup creation codePeter Zijlstra2016-06-271-0/+1
| * sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot2016-06-271-1/+4
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-271-1/+1
| |\
| * | sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-06-141-13/+0
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-1/+1
|\ \ \
| * | | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra2016-06-141-1/+1
| |/ /
* | | sched/core: Correct off by one bug in load migration calculationThomas Gleixner2016-07-131-1/+1
| |/ |/|
* | sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2016-06-241-1/+1
|/
* Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-05-161-0/+8
|\
| * cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki2016-04-021-0/+8
* | sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra2016-05-121-4/+3
* | Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-121-0/+4
|\ \
| * | sched/fair: Make ilb_notifier an explicit callThomas Gleixner2016-05-061-0/+4
| |/
* | sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2016-05-051-11/+11
* | sched/fair: Generalize the load/util averages resolution definitionYuyang Du2016-05-051-5/+10
* | sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra2016-05-051-4/+6
* | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-3/+5
* | sched/core: Introduce 'struct rq_flags'Peter Zijlstra2016-05-051-5/+9
* | sched/core: Move task_rq_lock() out of linePeter Zijlstra2016-05-051-63/+4
* | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-231-2/+4
* | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-2/+2
* | sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du2016-03-311-0/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-241-0/+13
|\
| * Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar2016-03-211-22/+77
| |\
| * | sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-03-051-0/+13
* | | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-0/+48
|\ \ \ | |_|/ |/| |
| * | cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-101-1/+48
| * | cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-0/+1
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-14/+34
|\ \ \
| * | | sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-14/+33
| * | | sched: Account rr tasksFrederic Weisbecker2016-03-021-0/+1
| |/ /
* | | sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)2016-02-291-0/+13
* | | sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra2016-02-291-7/+29
* | | sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang2016-02-291-1/+0
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-291-1/+1
|\ \ \ | | |/ | |/|
| * | sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2016-02-291-1/+1
| |/
* | sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-0/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-111-50/+18
|\
| * sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2015-12-041-1/+6
| * sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen2015-12-041-40/+2
| * sched/fair: Make it possible to account fair load avg consistentlyByungchul Park2015-12-041-1/+10
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-12-041-0/+3
| |\
| * | sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann2015-11-231-8/+0
* | | locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra2015-12-041-1/+1
| |/ |/|
* | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-041-0/+3
|/
* sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-061-1/+1
* sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2015-10-061-6/+8
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-061-2/+3
|\
OpenPOWER on IntegriCloud