summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar2014-09-083-11/+7Star
| |\|
| * | sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan2014-09-073-13/+10Star
| * | sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-051-1/+1
| * | sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai2014-08-201-52/+99
| * | sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai2014-08-201-16/+44
| * | sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai2014-08-201-8/+15
| * | sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai2014-08-202-3/+15
| * | sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-206-68/+76
| * | sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai2014-08-201-3/+3
| * | sched: Match declaration with definitionPranith Kumar2014-08-201-1/+1
| * | sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov2014-08-201-4/+1Star
| * | sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov2014-08-201-8/+2Star
| * | sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2014-08-201-4/+2Star
| * | sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov2014-08-201-7/+6Star
| * | sched/numa: Fix numa capacity computationRik van Riel2014-08-121-3/+8
| * | sched/numa: Fix off-by-one in capacity checkRik van Riel2014-08-121-1/+1
| * | sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang2014-08-121-7/+6Star
| * | sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra2014-08-121-6/+5Star
| * | sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel2014-08-121-12/+37
| * | sched/fair: Make calculate_imbalance() independentPeter Zijlstra2014-08-121-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-16/+0Star
|\ \ \
| * | | locking: Remove deprecated smp_mb__() barriersPeter Zijlstra2014-08-131-16/+0Star
| |/ /
* | | mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-101-1/+1
* | | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-0/+36
|\ \ \
| * | | SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-0/+36
| | |/ | |/|
* / | sched: Add function single_task_running to let a task check if it is the only...Tim Chen2014-08-251-0/+12
|/ /
| |
| \
*-. \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-08-112-7/+7
|\ \ \
| | * | cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-062-7/+7
* | | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-071-4/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-08-051-4/+0Star
| |\ \ \ | | |/ / | |/| / | | |/
| | * cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-091-4/+0Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-058-184/+301
|\ \ \
| * | | sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida2014-07-281-0/+1
| * | | sched: Use macro for magic number of -1 for setparamSteven Rostedt2014-07-281-7/+10
| * | | sched: Robustify topology setupPeter Zijlstra2014-07-281-0/+14
| * | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-282-9/+5Star
| |\ \ \
| | * | | sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira2014-07-281-2/+3
| | |/ /
| * | | sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-161-8/+8
| * | | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-0/+18
| * | | sched/numa: Revert "Use effective_load() to balance NUMA loads"Peter Zijlstra2014-07-161-14/+6Star
| * | | sched: Fix static_key race with sched_feat()Jason Baron2014-07-161-0/+5
| * | | sched: Remove extra static_key*() function indirectionJason Baron2014-07-161-11/+1Star
| * | | sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan2014-07-161-1/+1
| * | | sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-166-45/+47
| * | | sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-161-3/+3
| * | | sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...Kirill Tkhai2014-07-051-0/+3
| * | | sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2014-07-052-1/+29
| * | | sched/numa: Change scan period code to match intentRik van Riel2014-07-051-4/+4
| * | | sched/numa: Rework best node setting in task_numa_migrate()Rik van Riel2014-07-051-6/+13
| * | | sched/numa: Examine a task move when examining a task swapRik van Riel2014-07-051-2/+21