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-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/+1Star
|\|
| * sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim2012-07-261-3/+1Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-011-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/+0Star
|/
* sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-061-6/+3Star
* 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/+0Star
* sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto2012-05-301-1/+0Star
* 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
* sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-301-10/+43
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-5/+2Star
|\
| * userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman2012-05-031-5/+2Star
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-081-1/+1
| |
| \
*-. \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-231-1/+8
|\ \ \
| | * | Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-231-1/+8
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-231-202/+218
|\ \ \ \
| * | | | sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov2012-05-181-0/+1
| * | | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-94/+0Star
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-05-171-0/+2
| |\| | |
| * | | | sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2012-05-141-14/+39
| * | | | sched/numa: Don't scale the imbalancePeter Zijlstra2012-05-141-6/+1Star
| * | | | sched/fair: Revert sched-domain iteration breakagePeter Zijlstra2012-05-141-2/+0Star
| * | | | sched/numa: Fix the new NUMA topology bitsPeter Zijlstra2012-05-141-2/+1Star
| * | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-95/+185
| * | | | sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra2012-05-091-0/+2
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-231-8/+1Star
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-6/+16
| |\| | |
| * | | | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-091-8/+1Star
| | |_|/ | |/| |
* | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-231-12/+4Star
|\ \ \ \
| * | | | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-12/+4Star
| |/ / /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-221-0/+2
|\ \ \ \
| * \ \ \ Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-081-6/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | smp: Provide generic idle thread allocationThomas Gleixner2012-04-261-0/+2
| | |/ / | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-221-0/+1
|\ \ \ \ | |_|_|/ |/| | |