summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-9/+17
| | * | | sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-25/+32
| | * | | sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann2009-08-181-72/+99
| | * | | sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann2009-08-181-76/+89
| | |/ /
| * | | sched: Provide iowait countersArjan van de Ven2009-09-021-0/+4
| * | | sched: Rename init_cfs_rq => init_tg_cfs_rqAnirban Sinha2009-08-291-5/+5
| * | | sched: Fix division by zero - reallyPeter Zijlstra2009-08-281-21/+29
| * | | sched: Avoid division by zeroPeter Zijlstra2009-08-211-13/+10Star
| * | | sched: Use for_each_class macro in move_one_task()Hiroshi Shimamoto2009-08-201-1/+2
| * | | sched: Ensure the migration task doesn't go away during usePeter Zijlstra2009-08-021-0/+4
| * | | sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins2009-08-021-1/+1
| * | | sched: Enhance the pre/post scheduling logicGregory Haskins2009-08-021-32/+50
| * | | sched: Check for pushing rt tasks after all schedulingSteven Rostedt2009-08-021-11/+27
| * | | sched: Optimize unused cgroup configurationPeter Zijlstra2009-08-021-2/+14
| * | | sched: Fix cgroup smp fairnessPeter Zijlstra2009-08-021-8/+20
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-021-2/+2
| |\| |
| * | | sched: Fix return value of migration_init()Thomas Gleixner2009-07-241-1/+1
| * | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-181-7/+5Star
| * | | sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-181-4/+11
| * | | sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-181-2/+1Star
| * | | sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker2009-07-181-5/+0Star
| * | | sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker2009-07-181-5/+3Star
| * | | Merge branch 'linus' into sched/coreIngo Molnar2009-07-181-15/+42
| |\ \ \
| * | | | sched: Hide runqueues from direct reference at source code level for __raw_ge...Hitoshi Mitake2009-06-291-2/+3
| * | | | Merge branch 'linus' into sched/coreIngo Molnar2009-06-291-14/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched: Add SCHED_RESET_ON_FORK functionality for nice < 0 tasksMike Galbraith2009-06-171-0/+5
| * | | | sched: Clean up SCHED_RESET_ON_FORKMike Galbraith2009-06-171-16/+18
| * | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-151-9/+40
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-3/+128
|\ \ \ \ \
| * | | | | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-231-1/+1
| * | | | | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-151-17/+44
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-031-2/+127
| | |_|/ / | |/| | |
* | | | | lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-021-0/+2
| |/ / / |/| | |
* | | | sched: fix load average accounting vs. cpu hotplugThomas Gleixner2009-07-181-2/+2
| |_|/ |/| |
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-161-10/+33
|\ \ \
| * | | sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi2009-07-101-1/+1
| * | | sched: Reset sched stats on fork()Lucas De Marchi2009-07-101-9/+31
| * | | sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2009-07-101-0/+1
| |/ /
* / / sched: optimize cond_resched()Peter Zijlstra2009-07-101-5/+9
|/ /
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-201-1/+2
|\ \
| * | perf_counter: Simplify and fix task migration countingPeter Zijlstra2009-06-191-1/+2
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-06-201-1/+1
|\ \ \
| * | | sched: Remove unneeded __ref tagLi Zefan2009-06-171-1/+1
| |/ /
* / / kthreads: simplify migration_thread() exit pathOleg Nesterov2009-06-181-10/+4Star
|/ /
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-2/+9
|\ \ | |/ |/|
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-131-0/+5
| * timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-131-0/+2
| * timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-2/+2
* | sched: export kick_processRusty Russell2009-06-121-0/+1
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-6/+51
|\ \