aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu
2014-09-19sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...Rik van Riel
2014-09-09sched: Reduce contention in update_cfs_rq_blocked_load()Jason Low
2014-09-09sched: Migrate waking tasksLai Jiangshan
2014-09-08sched, time: Atomically increment stime & utimeRik van Riel
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan
2014-09-05sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen
2014-08-20sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai
2014-08-20sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai
2014-08-20sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai
2014-08-20sched: Match declaration with definitionPranith Kumar
2014-08-20sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra
2014-08-12sched/numa: Fix numa capacity computationRik van Riel
2014-08-12sched/numa: Fix off-by-one in capacity checkRik van Riel
2014-08-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang
2014-08-12sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra
2014-08-12sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel
2014-08-12sched/fair: Make calculate_imbalance() independentPeter Zijlstra
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman
2014-08-05Merge branch 'pm-cpuidle'Rafael J. Wysocki
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-07-28sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt
2014-07-28sched: Robustify topology setupPeter Zijlstra
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-07-16sched/numa: Revert "Use effective_load() to balance NUMA loads"Peter Zijlstra
2014-07-16sched: Fix static_key race with sched_feat()Jason Baron
2014-07-16sched: Remove extra static_key*() function indirectionJason Baron
2014-07-16sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan