aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-3/+6
|\
| * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
| * wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-03-041-1/+2
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-24/+57
|\ \ | |/
| * CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-10-131-4/+36
| * sched: Fix race in task_group()Peter Zijlstra2012-10-021-14/+18
| * sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-171-6/+3
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-27/+26
|\ \ | |/
| * sched: Fix nohz load accounting -- again!Peter Zijlstra2012-05-071-27/+26
* | samsung update 1codeworkx2012-06-021-4/+112
|/
* 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 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
|/
* sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith2011-07-011-6/+3
* 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
* | | sched: Remove noop in alloc_rt_sched_group()Hillf Danton2011-04-261-3/+0
* | | sched: Get rid of lock_depthJonathan Corbet2011-04-241-10/+1
* | | sched: Remove obsolete comment from scheduler_tick()Rakib Mullick2011-04-211-3/+0
* | | Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-211-1/+1
|\ \ \ | |/ /
| * | block: let io_schedule() flush the plug inlineJens Axboe2011-04-161-1/+1
* | | sched: Fix sched_domain iterations vs. RCUPeter Zijlstra2011-04-191-3/+11
* | | Merge branch 'sched/locking' into sched/coreIngo Molnar2011-04-181-297/+353
|\ \ \
| * | | sched: Remove need_migrate_task()Peter Zijlstra2011-04-141-16/+1
| | |/ | |/|