summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
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-05sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...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-18sched: Fix CACHE_HOT_BUDY conditionHillf Danton1-5/+4
2014-06-18sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik 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/ker...Linus Torvalds7-286/+353
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar3-4/+20
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-2/+2
2014-06-08numa,sched: fix load_to_imbalanced logic inversionRik van Riel1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds9-351/+542
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-12/+20
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar8-67/+121
2014-06-05sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker1-2/+0
2014-06-05sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra3-9/+61
2014-06-05sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski1-20/+1
2014-06-05sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski1-1/+25
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski1-0/+4
2014-06-05sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Giedrius Rekasius1-2/+1
2014-06-05sched: Rename capacity related flagsNicolas Pitre3-15/+15
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre2-32/+33
2014-06-05sched: Remove remaining dubious usage of "power"Nicolas Pitre3-55/+55
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre3-114/+114
2014-06-05sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre1-21/+21
2014-06-05sched/fair: Change "has_capacity" to "has_free_capacity"Nicolas Pitre1-13/+13
2014-06-05sched/fair: Remove "power" from 'struct numa_stats'Nicolas Pitre1-6/+7
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter1-1/+1
2014-06-05sched/fair: Use time_after() in record_wakee()Manuel Schölling1-1/+1
2014-06-05sched/balancing: Reduce the rate of needless idle load balancingTim Chen1-6/+11
2014-06-05sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall1-19/+21
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin3-7/+6
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai1-1/+9