summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched, wait: Use wrapper functionsChangli Gao2010-05-111-2/+1
* Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-081-225/+60
|\
| * rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney2010-05-071-0/+1
| * sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney2010-05-061-10/+11
| * sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo2010-05-061-37/+3
| * sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-224/+91
* | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-4/+4
|/
* sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-231-0/+3
* sched: Cure load average vs NO_HZ woesPeter Zijlstra2010-04-231-13/+67
* sched: Fix UP update_avg() build warningMike Galbraith2010-04-151-6/+6
* Merge branch 'linus' into sched/coreIngo Molnar2010-04-151-2/+3
|\
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-04-081-1/+1
| |\
| | * sched: Fix sched_getaffinity()Anton Blanchard2010-04-061-1/+1
| * | Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+1
| |\ \ | | |/
| | * sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov2010-04-021-1/+1
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/
* | sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-021-15/+17
* | sched: Fix nr_uninterruptible countPeter Zijlstra2010-04-021-2/+6
* | sched: Optimize task_rq_lock()Peter Zijlstra2010-04-021-8/+15
* | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-021-41/+24
* | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-021-3/+1
* | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-021-1/+1
* | sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-04-021-17/+8
* | sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-04-021-7/+6
* | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-04-021-15/+15
* | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-021-7/+3
* | Merge branch 'linus' into sched/coreIngo Molnar2010-04-021-8/+16
|\ \ | |/
| * sched: Use proper type in sched_getaffinity()KOSAKI Motohiro2010-03-171-1/+1
| * kernel/sched.c: Suppress unused var warningAndrew Morton2010-03-161-1/+1
| * sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro2010-03-151-3/+7
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-131-2/+2
| |\
| * | sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-071-0/+4
| * | kernel core: use helpers for rlimitsJiri Slaby2010-03-061-2/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-2/+2
| |\ \
| | * | percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-2/+2
* | | | sched: Remove SYNC_WAKEUPS featureMike Galbraith2010-03-111-3/+0
* | | | sched: Cleanup/optimize clock updatesMike Galbraith2010-03-111-16/+16
* | | | sched: Remove avg_overlapMike Galbraith2010-03-111-33/+0
* | | | sched: Remove avg_wakeupMike Galbraith2010-03-111-22/+4
* | | | sched: Rate-limit nohzMike Galbraith2010-03-111-0/+12
* | | | sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-111-38/+9
| |_|/ |/| |
* | | sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter2010-03-111-2/+2
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-281-2009/+116
|\ \
| * | sched: Don't use possibly stale sched_classThomas Gleixner2010-02-171-2/+4
| * | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2010-02-161-27/+46
| |\ \
| * | | sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard2010-02-081-1/+19
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-02-081-13/+31
| |\ \ \
| * | | | sched: Remove member rt_se from struct rt_rqYong Zhang2010-02-041-2/+0
| * | | | sched: Remove unused update_shares_locked()Peter Zijlstra2010-02-021-14/+0
| * | | | sched: Queue a deboosted task to the head of the RT prio queueThomas Gleixner2010-01-221-1/+1
OpenPOWER on IntegriCloud