aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-45/+246
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+12
2010-10-21security: remove unused parameter from security_task_setscheduler()Gravatar KOSAKI Motohiro 1-2/+2
2010-10-18sched: Export account_system_vtime()Gravatar Ingo Molnar 1-0/+1
2010-10-18sched: Call tick_check_idle before __irq_enterGravatar Venkatesh Pallipadi 1-1/+1
2010-10-18sched: Remove irq time from available CPU powerGravatar Venkatesh Pallipadi 1-0/+18
2010-10-18sched: Do not account irq time to current taskGravatar Venkatesh Pallipadi 1-3/+40
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeGravatar Venkatesh Pallipadi 1-0/+49
2010-10-18sched: Fix softirq time accountingGravatar Venkatesh Pallipadi 1-1/+1
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotGravatar Nikhil Rao 1-0/+3
2010-10-18sched: Drop all load weight manipulation for RT tasksGravatar Linus Walleij 1-6/+0
2010-10-18sched: Create special class for stop/migrate workGravatar Peter Zijlstra 1-9/+45
2010-10-18sched: Unindent labelsGravatar Peter Zijlstra 1-6/+6
2010-10-14Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-4/+4
2010-10-07sched: fix RCU lockdep splat from task_group()Gravatar Peter Zijlstra 1-0/+12
2010-09-22Merge branch 'linus' into perf/coreGravatar Ingo Molnar 1-4/+4
2010-09-21tracing/sched: Add sched_pi_setprio tracepointGravatar Steven Rostedt 1-0/+1
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreGravatar Ingo Molnar 1-0/+6
2010-09-17perf: Undo the per cpu-context timer stuffGravatar Peter Zijlstra 1-0/+2
2010-09-16sched: Remove branch hints within context_switch()Gravatar Heiko Carstens 1-2/+2
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitGravatar Stanislaw Gruszka 1-4/+4
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+6
2010-09-14sched: Fix string comparison in /proc/sched_featuresGravatar Mathieu Desnoyers 1-4/+3
2010-09-09perf: Per cpu-context rotation timerGravatar Peter Zijlstra 1-2/+0
2010-09-09sched: Add book scheduling domainGravatar Heiko Carstens 1-2/+75
2010-09-09sched: Merge cpu_to_core_group functionsGravatar Heiko Carstens 1-13/+5
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Gravatar Suresh Siddha 1-0/+6
2010-09-08sched: Remove unnecessary #ifdef CONFIG_SMPGravatar Christian Dietrich 1-3/+1
2010-08-23mutex: Improve the scalability of optimistic spinningGravatar Tim Chen 1-1/+9
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-98/+293
2010-08-05Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-10/+0
2010-07-21Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-5/+17
2010-07-17sched: No need for bootmem special casesGravatar Pekka Enberg 1-12/+7
2010-07-17sched: Revert nohz_ratelimit() for nowGravatar Peter Zijlstra 1-10/+0
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreGravatar Ingo Molnar 1-2/+2
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2010-07-01sched: Cure nr_iowait_cpu() usersGravatar Peter Zijlstra 1-2/+2
2010-06-28Merge branch 'linus' into perf/coreGravatar Thomas Gleixner 1-59/+74
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-59/+65
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopGravatar Will Deacon 1-0/+6
2010-06-23sched: silence PROVE_RCU in sched_fork()Gravatar Peter Zijlstra 1-0/+9
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksGravatar Tejun Heo 1-4/+4
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreGravatar Ingo Molnar 1-18/+6
2010-06-18sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessGravatar Oleg Nesterov 1-6/+2
2010-06-18sched: Fix over-scheduling bugGravatar Alex,Shi 1-3/+0
2010-06-09sched: Change nohz idle load balancing logic to push modelGravatar Venkatesh Pallipadi 1-3/+31
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadGravatar Venkatesh Pallipadi 1-5/+95
2010-06-09sched: Simplify the reacquire_kernel_lock() logicGravatar Oleg Nesterov 1-7/+6
2010-06-09sched_clock: Add local_clock() API and improve documentationGravatar Peter Zijlstra 1-1/+1