summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2011-10-21sched: Fix cross-sched-class wakeup preemptionVandana Salve
2011-01-07Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2011-01-07Sched: fix skip_clock_update optimizationMike Galbraith
2011-01-07sched: Cure more NO_HZ load average woesPeter Zijlstra
2010-12-21Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2010-12-09sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2010-11-22sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2010-11-22sched: Drop all load weight manipulation for RT tasksLinus Walleij
2010-10-04sched: normalize sleeper's vruntime during group changeDima Zavin
2010-09-29scheduler: cpuacct: Enable platform callbacks for cpuacct power trackingMike Chan
2010-09-29scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequenciesMike Chan
2010-09-29cgroup: Add generic cgroup subsystem permission checks.San Mehat
2010-09-29sched: make task dump print all 15 chars of proc commErik Gilling
2010-09-29sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-17sched: No need for bootmem special casesPekka Enberg
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-06-23sched: silence PROVE_RCU in sched_fork()Peter Zijlstra
2010-06-22sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar
2010-06-18sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov
2010-06-18sched: Fix over-scheduling bugAlex,Shi
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi
2010-06-09sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra
2010-06-08Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar
2010-06-08sched: add hooks for workqueueTejun Heo
2010-06-08sched: refactor try_to_wake_up()Tejun Heo
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra
2010-06-03tracing/sched: Make preempt_schedule() notraceSteven Rostedt
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds