summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-05-171-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/+3Star
* | 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/+4Star
* | 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-151-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/+0Star
* | | 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-121-50/+18Star
|\
| * 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/+2Star
| * 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/+0Star
* | | 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
|\
| * sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-061-2/+3
* | sched/deadline: Unify dl_time_before() usageJuri Lelli2015-09-231-5/+0Star
* | sched/core: Make policy-testing consistentHenrik Austad2015-09-181-0/+9
* | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-131-1/+1
* | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen2015-09-131-0/+11
* | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-131-5/+1Star
* | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-131-6/+0Star
* | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-131-3/+3
* | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-131-1/+1
|/
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-121-0/+2