aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra
2010-04-02sched: Fix nr_uninterruptible countPeter Zijlstra
2010-04-02sched: Optimize task_rq_lock()Peter Zijlstra
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-11sched: Remove SYNC_WAKEUPS featureMike Galbraith
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith
2010-03-11sched: Remove avg_overlapMike Galbraith
2010-03-11sched: Remove avg_wakeupMike Galbraith
2010-03-11sched: Rate-limit nohzMike Galbraith
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen
2010-03-06kernel core: use helpers for rlimitsJiri Slaby