summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+13
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar1-22/+77
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+48
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+34
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki1-1/+48
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+1
2016-03-05sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner1-0/+13
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker1-14/+33
2016-03-02sched: Account rr tasksFrederic Weisbecker1-0/+1
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)1-0/+13
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra1-7/+29
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang1-1/+0
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-1/+1
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra1-1/+1
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman1-0/+1
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-50/+18
2015-12-04sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long1-1/+6
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen1-40/+2
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park1-1/+10
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra1-1/+1
2015-12-04Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-0/+3
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra1-0/+3
2015-11-23sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann1-8/+0
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan1-1/+1
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra1-6/+8
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-2/+3
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra1-2/+3
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli1-5/+0
2015-09-18sched/core: Make policy-testing consistentHenrik Austad1-0/+9
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann1-1/+1
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen1-0/+11
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju1-5/+1
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju1-6/+0
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju1-3/+3
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra1-1/+1
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra1-0/+2
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra1-3/+0
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du1-0/+2
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du1-1/+1
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du1-19/+9
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du1-2/+0
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+13
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju1-1/+9
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju1-0/+5
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+25
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+3
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li1-1/+0
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra1-2/+8
2015-06-19sched: Replace post_schedule with a balance callback listPeter Zijlstra1-2/+17
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner1-4/+3