aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-19/+70
2012-08-13sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith2-1/+2
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2-3/+14
2012-08-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-23/+20
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-07-31sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang1-15/+14
2012-07-26sched: Deliver sched_switch events to the current taskAndrew Vagin1-1/+1
2012-07-26sched: Fix minor code style issuesYing Xue1-5/+5
2012-07-26sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim1-3/+1
2012-07-24sched: Fix race in task_group()Peter Zijlstra2-14/+18
2012-07-24sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) taskSrivatsa Vaddagiri1-4/+74
2012-07-24sched: Reset loop counters if all tasks are pinned and we need to redo load balancePrashanth Nageshappa1-1/+4
2012-07-24sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa1-1/+1
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturbationsMike Galbraith2-22/+45
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat1-2/+2
2012-07-24CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat1-4/+36
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-76/+203
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra3-75/+203
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney1-1/+0
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-39/+159
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap1-16/+6
2012-06-06sched: Fix the relax_domain_level boot parameterDimitri Sivanich1-6/+3
2012-06-06sched: Validate assumptions in sched_init_numa()Peter Zijlstra1-19/+80
2012-06-06sched: Always initialize cpu-powerPeter Zijlstra2-2/+13
2012-06-06sched: Fix domain iterationPeter Zijlstra3-10/+61
2012-06-06sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra1-1/+1
2012-06-06sched/numa: Load balance between remote nodesAlex Shi1-1/+1
2012-05-30sched: Remove NULL assignment of dattr_curKamalesh Babulal1-1/+0
2012-05-30sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto1-1/+0
2012-05-30sched: Make sched_feat_names constHiroshi Shimamoto1-1/+1
2012-05-30sched/rt: Fix SCHED_RR across cgroupsColin Cross1-5/+10
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra3-17/+23
2012-05-30sched: Make sure to not re-read variables after validationPeter Zijlstra1-4/+11
2012-05-30sched: Fix SD_OVERLAPPeter Zijlstra2-7/+25
2012-05-30sched: Don't try allocating memory from offline nodesPeter Zijlstra1-1/+1
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-10/+43
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+2
2012-05-23Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa1-1/+8
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-608/+352
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+4
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo3-14/+27
2012-05-18sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov1-0/+1
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2-367/+2