aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-286/+353
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+5
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorGravatar Ingo Molnar 3-4/+20
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-2/+2
2014-06-08numa,sched: fix load_to_imbalanced logic inversionGravatar Rik van Riel 1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterGravatar Linus Torvalds 9-351/+542
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-12/+20
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Gravatar Ingo Molnar 8-67/+121
2014-06-05sched/deadline: Delete extraneous extern for to_ratio()Gravatar Paul Gortmaker 1-2/+0
2014-06-05sched/idle: Optimize try-to-wake-up IPIGravatar Peter Zijlstra 3-9/+61
2014-06-05sched/idle: Simplify wake_up_idle_cpu()Gravatar Andy Lutomirski 1-20/+1
2014-06-05sched/idle: Clear polling before descheduling the idle threadGravatar Andy Lutomirski 1-1/+25
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsGravatar Andy Lutomirski 1-0/+4
2014-06-05sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Gravatar Giedrius Rekasius 1-2/+1
2014-06-05sched: Rename capacity related flagsGravatar Nicolas Pitre 3-15/+15
2014-06-05sched: Final power vs. capacity cleanupsGravatar Nicolas Pitre 2-32/+33
2014-06-05sched: Remove remaining dubious usage of "power"Gravatar Nicolas Pitre 3-55/+55
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityGravatar Nicolas Pitre 3-114/+114
2014-06-05sched/fair: Disambiguate existing/remaining "capacity" usageGravatar Nicolas Pitre 1-21/+21
2014-06-05sched/fair: Change "has_capacity" to "has_free_capacity"Gravatar Nicolas Pitre 1-13/+13
2014-06-05sched/fair: Remove "power" from 'struct numa_stats'Gravatar Nicolas Pitre 1-6/+7
2014-06-05sched: Fix signedness bug in yield_to()Gravatar Dan Carpenter 1-1/+1
2014-06-05sched/fair: Use time_after() in record_wakee()Gravatar Manuel Schölling 1-1/+1
2014-06-05sched/balancing: Reduce the rate of needless idle load balancingGravatar Tim Chen 1-6/+11
2014-06-05sched/fair: Fix unlocked reads of some cfs_b->quota/periodGravatar Ben Segall 1-19/+21
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockGravatar Roman Gushchin 3-7/+6
2014-06-05sched/dl: Fix race in dl_task_timer()Gravatar Kirill Tkhai 1-1/+9
2014-06-05sched: Fix sched_policy < 0 comparisonGravatar Richard Weinberger 1-1/+1
2014-06-05sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledGravatar Steven Rostedt 1-3/+4
2014-06-04printk: Add printk_deferred_onceGravatar John Stultz 2-13/+2
2014-06-04printk: rename printk_sched to printk_deferredGravatar John Stultz 3-3/+3
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-332/+513
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-4/+20
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+6
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-29/+74
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-33/+42
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-1/+6
2014-05-22sched/numa: Decay ->wakee_flips instead of zeroingGravatar Rik van Riel 1-1/+1
2014-05-22sched/numa: Update migrate_improves/degrades_locality()Gravatar Rik van Riel 1-13/+29
2014-05-22sched/numa: Allow task switch if load imbalance improvesGravatar Rik van Riel 1-10/+36
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...Gravatar xiaofeng.yan 1-1/+1
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nic...Gravatar Dongsheng Yang 1-1/+1
2014-05-22sched: Initialize rq->age_stamp on processor startGravatar Corey Minyard 1-0/+11
2014-05-22sched, nohz: Change rq->nr_running to always use wrappersGravatar Kirill Tkhai 5-15/+17
2014-05-22sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()Gravatar Jason Low 1-23/+46
2014-05-22sched: Use clamp() and clamp_val() to make sys_nice() more readableGravatar Dongsheng Yang 1-9/+2
2014-05-22sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Gravatar Dietmar Eggemann 1-2/+0
2014-05-22sched/numa: Fix initialization of sched_domain_topology for NUMAGravatar Vincent Guittot 1-1/+1
2014-05-22sched: Call select_idle_sibling() when not affine_sdGravatar Rik van Riel 1-3/+3
2014-05-22sched: Simplify return logic in sched_read_attr()Gravatar Michael Kerrisk 1-7/+2