summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-133-50/+1
* sched: Fix nohz_idle_balance()Vincent Guittot2012-09-131-5/+6
* sched: Remove useless code in yield_to()Michael Wang2012-09-041-7/+0
* sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-041-13/+22
* sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-041-8/+0
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-044-29/+16
|\
| * sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0
| * sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-044-6/+6
| * sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-205-19/+70
| |\
* | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-0/+1
* | | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-204-556/+570
* | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-132-32/+3
* | | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4
* | | sched: Document schedule() entry pointsPekka Enberg2012-08-131-0/+34
* | | sched: Fix __sched_period commentBorislav Petkov2012-08-131-1/+1
* | | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2012-08-135-19/+70
|\ \ \ | |/ / |/| / | |/
| * sched: Fix migration thread runtime bogosityMike Galbraith2012-08-131-1/+21
| * sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-131-0/+13
| * sched,cgroup: Fix up task_groups listMike Galbraith2012-08-132-1/+2
| * sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka2012-08-131-14/+20
| * sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-132-3/+14
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-033-23/+20
|\|
| * sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang2012-07-311-15/+14
| * sched: Fix minor code style issuesYing Xue2012-07-261-5/+5
| * sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim2012-07-261-3/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-311-1/+1
|\ \ | |/ |/|
| * sched: Deliver sched_switch events to the current taskAndrew Vagin2012-07-261-1/+1
* | sched: Fix race in task_group()Peter Zijlstra2012-07-242-14/+18
* | sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri2012-07-241-4/+74
* | sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa2012-07-241-1/+4
* | sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa2012-07-241-1/+1
* | sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-242-22/+45
* | cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat2012-07-241-2/+2
* | CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-07-241-4/+36
|/
*-. Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-07-143-76/+203
|\ \
| | * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-053-75/+203
| |/ |/|
| * Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-021-1/+0
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-084-39/+159
|\
| * sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-061-6/+3
| * sched: Validate assumptions in sched_init_numa()Peter Zijlstra2012-06-061-19/+80
| * sched: Always initialize cpu-powerPeter Zijlstra2012-06-062-2/+13
| * sched: Fix domain iterationPeter Zijlstra2012-06-063-10/+61
| * sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra2012-06-061-1/+1
| * sched/numa: Load balance between remote nodesAlex Shi2012-06-061-1/+1
* | sched/fair: fix lots of kernel-doc warningsRandy Dunlap2012-06-081-16/+6
|/
* sched: Remove NULL assignment of dattr_curKamalesh Babulal2012-05-301-1/+0
* sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto2012-05-301-1/+0
* sched: Make sched_feat_names constHiroshi Shimamoto2012-05-301-1/+1
* sched/rt: Fix SCHED_RR across cgroupsColin Cross2012-05-301-5/+10