aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+17
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil1-0/+17
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov1-8/+0
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-2/+5
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+1
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-2/+5
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz1-0/+1
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-463/+263
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-43/+0
2010-05-11sched, wait: Use wrapper functionsChangli Gao1-2/+1
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney1-1/+1
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/coreIngo Molnar1-225/+60
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar1-4/+14
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra1-4/+4
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney1-0/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney1-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo1-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo1-224/+91
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra1-0/+10
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra1-0/+3
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra1-13/+67
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt1-4/+4
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith1-6/+6
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar1-2/+3
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-1/+2
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+1
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra1-15/+17
2010-04-02sched: Fix nr_uninterruptible countPeter Zijlstra1-2/+6
2010-04-02sched: Optimize task_rq_lock()Peter Zijlstra1-8/+15
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra1-41/+24
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov1-3/+1
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov1-1/+1
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov1-17/+8
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov1-7/+6
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov1-15/+15
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked codeOleg Nesterov1-7/+3
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov1-1/+1
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar1-8/+16
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar1-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-43/+0
2010-03-17sched: Use proper type in sched_getaffinity()KOSAKI Motohiro1-1/+1
2010-03-16kernel/sched.c: Suppress unused var warningAndrew Morton1-1/+1
2010-03-15sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro1-3/+7
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-03-11sched: Remove SYNC_WAKEUPS featureMike Galbraith1-3/+0
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith1-16/+16