aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-1/+1
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+36
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-08-25sched: Add function single_task_running to let a task check if it is the only task running on a cpuTim Chen1-0/+12
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2-7/+7
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+0
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman2-7/+7
2014-08-05Merge branch 'pm-cpuidle'Rafael J. Wysocki1-4/+0
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-184/+301
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-2/+2
2014-07-28sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida1-0/+1
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt1-7/+10
2014-07-28sched: Robustify topology setupPeter Zijlstra1-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar2-9/+5
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira1-2/+3
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-8/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-0/+18
2014-07-16sched/numa: Revert "Use effective_load() to balance NUMA loads"Peter Zijlstra1-14/+6
2014-07-16sched: Fix static_key race with sched_feat()Jason Baron1-0/+5
2014-07-16sched: Remove extra static_key*() function indirectionJason Baron1-11/+1
2014-07-16sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan1-1/+1
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai6-45/+47
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov1-3/+3
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2-2/+2
2014-07-09cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy1-4/+0
2014-07-05sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runtime()Kirill Tkhai1-0/+3
2014-07-05sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2-1/+29
2014-07-05sched/numa: Change scan period code to match intentRik van Riel1-4/+4
2014-07-05sched/numa: Rework best node setting in task_numa_migrate()Rik van Riel1-6/+13
2014-07-05sched/numa: Examine a task move when examining a task swapRik van Riel1-2/+21
2014-07-05sched/numa: Simplify task_numa_compare()Rik van Riel1-6/+1
2014-07-05sched/numa: Use effective_load() to balance NUMA loadsRik van Riel1-6/+14
2014-07-05sched/numa: Move power adjustment into load_too_imbalanced()Rik van Riel1-15/+24
2014-07-05sched/numa: Use group's max nid as task's preferred nidRik van Riel1-16/+1
2014-07-05sched/fair: Implement fast idling of CPUs when the system is partially loadedTim Chen2-5/+28
2014-07-05sched/idle: Drop !! while calculating 'broadcast'Viresh Kumar1-2/+2
2014-07-05sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith1-2/+11
2014-07-05sched: Fix potential near-infinite distribute_cfs_runtime() loopBen Segall1-21/+20
2014-07-05sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar1-7/+3
2014-07-05Merge branch 'timers/nohz' into sched/coreIngo Molnar2-12/+22
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney1-6/+1
2014-06-18sched: Fix CACHE_HOT_BUDY conditionHillf Danton1-5/+4
2014-06-18sched/numa: Always try to migrate to preferred node at task_numa_placement() timeRik van Riel1-5/+7
2014-06-18sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel1-3/+2
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2-6/+13
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker2-5/+2
2014-06-16nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker1-1/+7
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-286/+353