summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-121-0/+69
|\
| * sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen2012-10-051-0/+56
| * sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen2012-10-051-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+1
|\ \ | |/ |/|
| * sanitize tsk_is_polling()Al Viro2012-10-011-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-615/+60
|\ \
| * | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-1/+1
| * | sched: Fix load avg vs. cpu-hotplugPeter Zijlstra2012-09-131-0/+2
| * | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-131-39/+1
| * | 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
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-041-24/+10
| |\ \
| * | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-0/+1
| * | | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-201-555/+2
| * | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-131-1/+0
| * | | sched: Document schedule() entry pointsPekka Enberg2012-08-131-0/+34
| * | | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2012-08-131-14/+21
| |\ \ \
* | | | | rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker2012-09-261-0/+15
* | | | | rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker2012-09-261-0/+1
* | | | | rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-261-0/+1
* | | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-251-50/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2012-09-161-38/+1
| | |_|/ | |/| |
| * | | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-041-3/+0
| * | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10
* | | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-231-21/+20
|/ / /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-201-14/+21
|\ \ \ | |/ / |/| / | |/
| * sched,cgroup: Fix up task_groups listMike Galbraith2012-08-131-0/+1
| * sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka2012-08-131-14/+20
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-031-3/+1
|\ \ | |/
| * 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-241-1/+8
* | sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-241-1/+38
* | 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-141-73/+203
|\ \
| | * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-051-72/+203
| |/ |/|
| * Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-021-1/+0
|/
* 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-061-1/+12
* sched: Fix domain iterationPeter Zijlstra2012-06-061-8/+56
* sched/numa: Load balance between remote nodesAlex Shi2012-06-061-1/+1
* 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: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-301-1/+1
* sched: Fix SD_OVERLAPPeter Zijlstra2012-05-301-2/+5
* sched: Don't try allocating memory from offline nodesPeter Zijlstra2012-05-301-1/+1
OpenPOWER on IntegriCloud