summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched: Remove finish_arch_switch()Peter Zijlstra2015-08-041-3/+0Star
* sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-031-0/+2
* sched/fair: Init cfs_rq's sched_entity load averageYuyang Du2015-08-031-1/+1
* sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-19/+9Star
* sched/fair: Remove rq's runnable avgYuyang Du2015-08-031-2/+0Star
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-0/+13
|\
| * sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-041-1/+9
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-0/+5
* | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-251-4/+25
|\ \ | |/ |/|
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-191-2/+8
| * sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-191-2/+17
| * Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-191-4/+3Star
| |\
* | \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-231-4/+3Star
|\ \ \ | | |/ | |/|
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-3/+2Star