summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds-76/+203
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra-75/+203
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney-1/+0
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-39/+159
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap-16/+6
2012-06-06sched: Fix the relax_domain_level boot parameterDimitri Sivanich-6/+3
2012-06-06sched: Validate assumptions in sched_init_numa()Peter Zijlstra-19/+80
2012-06-06sched: Always initialize cpu-powerPeter Zijlstra-2/+13
2012-06-06sched: Fix domain iterationPeter Zijlstra-10/+61
2012-06-06sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra-1/+1
2012-06-06sched/numa: Load balance between remote nodesAlex Shi-1/+1
2012-05-30sched: Remove NULL assignment of dattr_curKamalesh Babulal-1/+0
2012-05-30sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto-1/+0
2012-05-30sched: Make sched_feat_names constHiroshi Shimamoto-1/+1
2012-05-30sched/rt: Fix SCHED_RR across cgroupsColin Cross-5/+10
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra-17/+23
2012-05-30sched: Make sure to not re-read variables after validationPeter Zijlstra-4/+11
2012-05-30sched: Fix SD_OVERLAPPeter Zijlstra-7/+25
2012-05-30sched: Don't try allocating memory from offline nodesPeter Zijlstra-1/+1
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra-10/+43
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-5/+2
2012-05-23Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds-1/+8
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa-1/+8
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-608/+352
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+1
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-12/+4
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-14/+27
2012-05-18sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov-0/+1
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra-367/+2
2012-05-17Merge branch 'sched/urgent' into sched/coreIngo Molnar-0/+2
2012-05-14sched/debug: Fix printing large integers on 32-bit platformsPeter Zijlstra-2/+8
2012-05-14sched/fair: Improve the ->group_imb logicPeter Zijlstra-6/+14
2012-05-14sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra-16/+41
2012-05-14sched/numa: Don't scale the imbalancePeter Zijlstra-6/+1
2012-05-14sched/fair: Revert sched-domain iteration breakagePeter Zijlstra-14/+7
2012-05-14sched/numa: Fix the new NUMA topology bitsPeter Zijlstra-2/+1
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-0/+1
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra-8/+1
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra-95/+185
2012-05-09sched/fair: Propagate 'struct lb_env' usage into find_busiest_groupPeter Zijlstra-93/+82
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra-2/+9
2012-05-09sched/fair: Let minimally loaded cpu balance the groupPeter Zijlstra-5/+5
2012-05-09sched: Change rq->nr_running to unsigned intPeter Zijlstra-8/+8
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov-0/+2
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner-14/+27
2012-05-07sched: Update documentation and commentsHiroshi Shimamoto-1/+1
2012-05-07Merge branch 'linus' into sched/coreIngo Molnar-14/+27
2012-05-05init_task: Create generic init_task instanceThomas Gleixner-2/+0