summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+69
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2012-10-05sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen-0/+56
2012-10-05sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen-0/+13
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-615/+60
2012-10-01sanitize tsk_is_polling()Al Viro-1/+1
2012-09-26rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker-0/+15
2012-09-26rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker-0/+1
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker-0/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney-50/+2
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker-1/+1
2012-09-23sched: Fix load avg vs cpu-hotplugPeter Zijlstra-21/+20
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds-38/+1
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra-0/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra-39/+1
2012-09-04sched: Remove useless code in yield_to()Michael Wang-7/+0
2012-09-04sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim-13/+22
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar-24/+10
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel-3/+0
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra-21/+10
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+21
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker-0/+1
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker-555/+2
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi-1/+0
2012-08-13sched: Document schedule() entry pointsPekka Enberg-0/+34
2012-08-13Merge branch 'sched/urgent' into sched/coreThomas Gleixner-14/+21
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith-0/+1
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka-14/+20
2012-08-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+1
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2012-07-26sched: Deliver sched_switch events to the current taskAndrew Vagin-1/+1
2012-07-26sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim-3/+1
2012-07-24sched: Fix race in task_group()Peter Zijlstra-1/+8
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith-1/+38
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat-2/+2
2012-07-24CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat-4/+36
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds-73/+203
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra-72/+203
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney-1/+0
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-1/+12
2012-06-06sched: Fix domain iterationPeter Zijlstra-8/+56
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: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra-1/+1
2012-05-30sched: Fix SD_OVERLAPPeter Zijlstra-2/+5
2012-05-30sched: Don't try allocating memory from offline nodesPeter Zijlstra-1/+1