aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar1-51/+236
2010-12-19sched: Remove debugging checkIngo Molnar1-1/+0
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra1-2/+0
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra1-6/+45
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra1-33/+50
2010-12-13sched: Remove unlikely() from ttwu_post_activationSteven Rostedt1-1/+1
2010-12-13sched: Remove unlikely() from rt_policy() in sched.cSteven Rostedt1-1/+1
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli1-0/+2
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith1-12/+14
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra1-11/+139
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-2/+11
2010-11-30sched: Fix unregister_fair_sched_group()Paul Turner1-2/+1
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan1-69/+0
2010-11-26sched: Remove unused argument dest_cpu to migrate_task()Nikanth Karthikesan1-5/+3
2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer1-1/+2
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar1-11/+28
2010-11-23sched: Make task dump print all 15 chars of proc commErik Gilling1-1/+1
2010-11-18sched: Update tg->shares after cpu.shares writePaul Turner1-31/+11
2010-11-18sched: Implement demand based update_cfs_load()Paul Turner1-1/+8
2010-11-18sched: Fix update_cfs_load() synchronizationPaul Turner1-1/+1
2010-11-18sched: Make tg_shares_up() walk on-demandPeter Zijlstra1-67/+0
2010-11-18sched: Implement on-demand (active) cfs_rq listPeter Zijlstra1-77/+28
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra1-129/+44
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra1-145/+61
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-4/+4
2010-11-11sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra1-11/+26
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha1-0/+2
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-3/+3
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra1-4/+4
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-45/+246
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-2/+2
2010-10-18sched: Export account_system_vtime()Ingo Molnar1-0/+1
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi1-1/+1
2010-10-18sched: Remove irq time from available CPU powerVenkatesh Pallipadi1-0/+18
2010-10-18sched: Do not account irq time to current taskVenkatesh Pallipadi1-3/+40
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-0/+49
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-1/+1
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao1-0/+3
2010-10-18sched: Drop all load weight manipulation for RT tasksLinus Walleij1-6/+0
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra1-9/+45
2010-10-18sched: Unindent labelsPeter Zijlstra1-6/+6
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar1-4/+4
2010-10-07sched: fix RCU lockdep splat from task_group()Peter Zijlstra1-0/+12
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar1-4/+4
2010-09-21tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt1-0/+1
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar1-0/+6
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra1-0/+2
2010-09-16sched: Remove branch hints within context_switch()Heiko Carstens1-2/+2
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+6
2010-09-14sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers1-4/+3
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra1-2/+0
2010-09-09sched: Add book scheduling domainHeiko Carstens1-2/+75
2010-09-09sched: Merge cpu_to_core_group functionsHeiko Carstens1-13/+5
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha1-0/+6
2010-09-08sched: Remove unnecessary #ifdef CONFIG_SMPChristian Dietrich1-3/+1
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen1-1/+9
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-98/+293
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar1-10/+0
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-5/+17
2010-07-17sched: No need for bootmem special casesPekka Enberg1-12/+7
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra1-10/+0
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar1-2/+2
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-2/+2
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner1-59/+74
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-59/+65
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon1-0/+6
2010-06-23sched: silence PROVE_RCU in sched_fork()Peter Zijlstra1-0/+9
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo1-4/+4
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar1-18/+6
2010-06-18sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov1-6/+2
2010-06-18sched: Fix over-scheduling bugAlex,Shi1-3/+0
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi1-3/+31
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi1-5/+95
2010-06-09sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov1-7/+6
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra1-1/+1
2010-06-08Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar1-54/+151
2010-06-08sched: add hooks for workqueueTejun Heo1-2/+51
2010-06-08sched: refactor try_to_wake_up()Tejun Heo1-34/+49
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo1-17/+50
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo1-1/+1
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-3/+3
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra1-56/+59
2010-06-03tracing/sched: Make preempt_schedule() notraceSteven Rostedt1-3/+3
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra1-18/+6
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus 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/jwe...Linus 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/ker...Linus Torvalds1-463/+263
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/m...Ingo 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/ke...Linus 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_locke...Oleg 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 imp...Tejun 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/ke...Linus Torvalds1-2/+2
2010-03-11sched: Remove SYNC_WAKEUPS featureMike Galbraith1-3/+0
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith1-16/+16
2010-03-11sched: Remove avg_overlapMike Galbraith1-33/+0
2010-03-11sched: Remove avg_wakeupMike Galbraith1-22/+4
2010-03-11sched: Rate-limit nohzMike Galbraith1-0/+12
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi1-38/+9
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter1-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen1-0/+4
2010-03-06kernel core: use helpers for rlimitsJiri Slaby1-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-2/+2
2010-02-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2009/+116
2010-02-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-28/+58
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+9
2010-02-25sched: Better name for for_each_domain_rdPaul E. McKenney1-2/+2
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney1-3/+8
2010-02-17sched: Don't use possibly stale sched_classThomas Gleixner1-2/+4
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-2/+2
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner1-27/+46
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra1-27/+46
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha1-2/+13
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard1-1/+19
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-13/+31
2010-02-08kernel/sched.c: Suppress unused var warningAndrew Morton1-1/+1
2010-02-04sched: Remove member rt_se from struct rt_rqYong Zhang1-2/+0
2010-02-02sched: Remove unused update_shares_locked()Peter Zijlstra1-14/+0
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+4
2010-01-22sched: Queue a deboosted task to the head of the RT prio queueThomas Gleixner1-1/+1
2010-01-22sched: Extend enqueue_task to allow head queueingThomas Gleixner1-6/+7
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra1-12/+27
2010-01-21sched: Remove USER_SCHEDDhaval Giani1-107/+7
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra1-26/+0
2010-01-21sched: Move load balance code into sched_fair.cPeter Zijlstra1-1840/+79
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang1-1/+4
2010-01-13sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles1-0/+6
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar1-143/+164
2009-12-28sched: might_sleep(): Make file parameter const char *Simon Kagstrom1-1/+1
2009-12-28perf events: Remove arg from perf sched hooksPeter Zijlstra1-3/+3
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Peter Zijlstra1-5/+4
2009-12-20sched: Fix hotplug hangPeter Zijlstra1-1/+1
2009-12-20sched: Restore printk sanityPeter Zijlstra1-40/+49
2009-12-17sched: Fix broken assertionPeter Zijlstra1-1/+2
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker1-1/+1
2009-12-17sched: Make warning less noisyIngo Molnar1-1/+1
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra1-8/+5
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra1-5/+1
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra1-4/+8
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra1-26/+0
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra1-35/+40
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra1-22/+23
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra1-19/+66
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra1-9/+9
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra1-3/+3
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar1-114/+117
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner1-6/+6
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner1-14/+14
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner1-90/+93
2009-12-14locking: Further name space cleanupsThomas Gleixner1-1/+1
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-4/+4
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner1-3/+3
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner1-10/+6
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner1-5/+5