aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '776a41b' into HEADKalimochoAz2012-10-141-4/+36
|\
| * CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-10-131-4/+36
* | Merge commit 'b9a7985' into HEADKalimochoAz2012-10-141-14/+18
|\ \ | |/
| * sched: Fix race in task_group()Peter Zijlstra2012-10-021-14/+18
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-06-211-6/+3
|\ \ | |/
| * sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-171-6/+3
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-05-071-27/+26
|\ \ | |/
| * sched: Fix nohz load accounting -- again!Peter Zijlstra2012-05-071-27/+26
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-271-39/+26
|\ \ | |/
| * posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-10-161-24/+0
| * sched: Fix up wchan borkageSimon Kirby2011-10-161-1/+1
| * sched: Fix a memory leak in __sdt_free()WANG Cong2011-10-031-0/+1
| * sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-10-031-10/+15
| * sched: Separate the scheduler entry for preemptionThomas Gleixner2011-10-031-5/+10
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-101-40/+196
|\ \ | |/
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-201-6/+38
| |\
| | * Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-201-6/+38
| | |\
| | | * sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra2011-07-201-6/+38
| * | | sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra2011-07-201-0/+2
| * | | sched: Allow for overlapping sched_domain spansPeter Zijlstra2011-07-201-29/+128
| * | | sched: Break out cpu_power from the sched_group structurePeter Zijlstra2011-07-201-6/+26
| |/ /
| * | sched: Fix 32bit racePeter Zijlstra2011-07-151-0/+3
| |/
* | cgroup: Add generic cgroup subsystem permission checksColin Cross2011-07-121-0/+15
* | Revert "cgroup: Add generic cgroup subsystem permission checks."Colin Cross2011-07-121-9/+0
* | Merge commit 'v3.0-rc7' into android-3.0Colin Cross2011-07-121-6/+3
|\ \ | |/
| * sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith2011-07-011-6/+3
* | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-2/+2
* | scheduler: cpuacct: Enable platform callbacks for cpuacct power trackingMike Chan2011-06-141-2/+22
* | scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequenciesMike Chan2011-06-141-0/+49
* | cgroup: Add generic cgroup subsystem permission checks.San Mehat2011-06-141-0/+9
* | sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg2011-06-141-1/+12
|/
* sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra2011-06-071-5/+16
* sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra2011-05-311-4/+7
* sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra2011-05-311-0/+1
* cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-281-7/+12
* sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2011-05-281-9/+28
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-35/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-231-12/+27
|\
| * sched: Increase SCHED_LOAD_SCALE resolutionNikhil Rao2011-05-201-8/+20
| * sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao2011-05-201-2/+2
| * sched: Cleanup set_load_weight()Nikhil Rao2011-05-201-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-05-221-1/+1
|\ \ | |/ |/|
| * SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom2011-05-201-1/+1
| * Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller2011-05-201-278/+349
| |\
* | | sched: Fix and optimise calculation of the weight-inverseStephan Baerwolf2011-05-161-3/+3
* | | sched: Avoid going ahead if ->cpus_allowed is not changedYong Zhang2011-05-161-2/+4
* | | sched, rt: Update rq clock when unthrottling of an otherwise idle CPUMike Galbraith2011-05-161-3/+3
* | | sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes2011-05-121-2/+2
* | | sched: Shorten the construction of the span cpu mask of sched domainHillf Danton2011-05-061-3/+5
* | | sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUGRakib Mullick2011-05-061-0/+2