aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov
2013-06-27sched/tg: Remove tg.load_weightAlex Shi
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi
2013-06-27sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker
2013-05-07sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan