summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-45/+246
|\
| * sched: Export account_system_vtime()Ingo Molnar2010-10-181-0/+1
| * sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2010-10-181-1/+1
| * sched: Remove irq time from available CPU powerVenkatesh Pallipadi2010-10-181-0/+18
| * sched: Do not account irq time to current taskVenkatesh Pallipadi2010-10-181-3/+40
| * sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2010-10-181-0/+49
| * sched: Fix softirq time accountingVenkatesh Pallipadi2010-10-181-1/+1
| * sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao2010-10-181-0/+3
| * sched: Drop all load weight manipulation for RT tasksLinus Walleij2010-10-181-6/+0
| * sched: Create special class for stop/migrate workPeter Zijlstra2010-10-181-9/+45
| * sched: Unindent labelsPeter Zijlstra2010-10-181-6/+6
| * Merge branch 'linus' into sched/coreIngo Molnar2010-10-141-4/+4
| |\
| * | tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt2010-09-211-0/+1
| * | Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar2010-09-211-0/+6
| |\ \
| * | | sched: Remove branch hints within context_switch()Heiko Carstens2010-09-161-2/+2
| * | | sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers2010-09-141-4/+3
| * | | sched: Add book scheduling domainHeiko Carstens2010-09-091-2/+75
| * | | sched: Merge cpu_to_core_group functionsHeiko Carstens2010-09-091-13/+5
| * | | sched: Remove unnecessary #ifdef CONFIG_SMPChristian Dietrich2010-09-081-3/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2010-09-221-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf: Undo the per cpu-context timer stuffPeter Zijlstra2010-09-171-0/+2
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-151-0/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf: Per cpu-context rotation timerPeter Zijlstra2010-09-091-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-0/+12
|\ \ \ \
| * | | | sched: fix RCU lockdep splat from task_group()Peter Zijlstra2010-10-071-0/+12
| | |_|/ | |/| |
* | | | security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-211-2/+2
|/ / /
* | | sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka2010-09-151-4/+4
| |/ |/|
* | sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2010-09-091-0/+6
|/
* mutex: Improve the scalability of optimistic spinningTim Chen2010-08-231-1/+9
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-98/+293
|\
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-051-10/+0
| |\
| | * sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-171-10/+0
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-07-211-5/+17
| |\ \ | | |/
| * | sched: No need for bootmem special casesPekka Enberg2010-07-171-12/+7
| * | sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-221-4/+4
| * | sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov2010-06-181-6/+2
| * | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-091-3/+31
| * | sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi2010-06-091-5/+95
| * | sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov2010-06-091-7/+6
| * | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-1/+1
| * | Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar2010-06-081-54/+151
| |\ \
| | * | sched: add hooks for workqueueTejun Heo2010-06-081-2/+51
| | * | sched: refactor try_to_wake_up()Tejun Heo2010-06-081-34/+49
| | * | sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-081-17/+50
| | * | sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-081-1/+1
* | | | Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-2/+2
| |\ \ \
| | * | | sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-011-2/+2
* | | | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-281-59/+74
|\ \ \ \ \ | |/ / / /
OpenPOWER on IntegriCloud