Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | sched: Add smt_gain | Peter Zijlstra | 2009-09-04 | 1 | -1/+7 | |
| | * | | | | | | | | | | | | | sched: Update the cpu_power sum during load-balance | Peter Zijlstra | 2009-09-04 | 1 | -4/+29 | |
| | * | | | | | | | | | | | | | sched: Add SD_PREFER_SIBLING | Peter Zijlstra | 2009-09-04 | 1 | -1/+13 | |
| | * | | | | | | | | | | | | | sched: Restore __cpu_power to a straight sum of power | Peter Zijlstra | 2009-09-04 | 1 | -16/+12 | |
| | | | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'sched/domains' and 'sched/clock' into sched/core | Ingo Molnar | 2009-09-04 | 1 | -245/+320 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | sched: Consolidate definition of variable sd in __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -9/+4 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of NUMA sched groups from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -63/+67 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of ALLNODES sched groups from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -5/+8 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of CPU sched groups from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -9/+9 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of MC sched groups from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -13/+10 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of SMT sched groups from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -11/+20 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of SMT sched domain from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -13/+19 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of MC sched domain from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -12/+18 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of CPU sched domain from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -9/+17 | |
| | | * | | | | | | | | | | | | | | sched: Separate out build of NUMA sched domain from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -25/+32 | |
| | | * | | | | | | | | | | | | | | sched: Separate out allocation/free/goto-hell from __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -72/+99 | |
| | | * | | | | | | | | | | | | | | sched: Use structure to store local data in __build_sched_domains | Andreas Herrmann | 2009-08-18 | 1 | -76/+89 | |
| | * | | | | | | | | | | | | | | | sched: Add wait, sleep and iowait accounting tracepoints | Peter Zijlstra | 2009-09-02 | 1 | -1/+11 | |
| | * | | | | | | | | | | | | | | | sched: Provide iowait counters | Arjan van de Ven | 2009-09-02 | 3 | -0/+13 | |
| | * | | | | | | | | | | | | | | | Merge commit 'v2.6.31-rc8' into sched/core | Ingo Molnar | 2009-09-02 | 29 | -356/+644 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | sched: Rename init_cfs_rq => init_tg_cfs_rq | Anirban Sinha | 2009-08-29 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | sched: Fix division by zero - really | Peter Zijlstra | 2009-08-28 | 1 | -21/+29 | |
| | * | | | | | | | | | | | | | | | sched: Avoid division by zero | Peter Zijlstra | 2009-08-21 | 1 | -13/+10 | |
| | * | | | | | | | | | | | | | | | sched: Use for_each_class macro in move_one_task() | Hiroshi Shimamoto | 2009-08-20 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | sched: Fix cpupri build on !CONFIG_SMP | Ingo Molnar | 2009-08-02 | 1 | -5/+7 | |
| | * | | | | | | | | | | | | | | | sched: Ensure the migration task doesn't go away during use | Peter Zijlstra | 2009-08-02 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | sched: Add debug check to task_of() | Peter Zijlstra | 2009-08-02 | 2 | -10/+26 | |
| | * | | | | | | | | | | | | | | | sched: Fully integrate cpus_active_map and root-domain code | Gregory Haskins | 2009-08-02 | 3 | -11/+8 | |
| | * | | | | | | | | | | | | | | | sched: Enhance the pre/post scheduling logic | Gregory Haskins | 2009-08-02 | 2 | -52/+61 | |
| | * | | | | | | | | | | | | | | | sched: Add new prio to cpupri before removing old prio | Steven Rostedt | 2009-08-02 | 1 | -14/+16 | |
| | * | | | | | | | | | | | | | | | sched: Check for pushing rt tasks after all scheduling | Steven Rostedt | 2009-08-02 | 1 | -11/+27 | |
| | * | | | | | | | | | | | | | | | sched: Optimize unused cgroup configuration | Peter Zijlstra | 2009-08-02 | 1 | -2/+14 | |
| | * | | | | | | | | | | | | | | | sched: Fix cgroup smp fairness | Peter Zijlstra | 2009-08-02 | 1 | -8/+20 | |
| | * | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2009-08-02 | 21 | -200/+421 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | sched: Fix return value of migration_init() | Thomas Gleixner | 2009-07-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | sched: Pull up the might_sleep() check into cond_resched() | Frederic Weisbecker | 2009-07-18 | 1 | -7/+5 | |
| | * | | | | | | | | | | | | | | | | sched: Add a preempt count base offset to __might_sleep() | Frederic Weisbecker | 2009-07-18 | 1 | -4/+11 | |
| | * | | | | | | | | | | | | | | | | sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep() | Frederic Weisbecker | 2009-07-18 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | sched: Remove obsolete comment in __cond_resched() | Frederic Weisbecker | 2009-07-18 | 1 | -5/+0 | |
| | * | | | | | | | | | | | | | | | | sched: Drop the need_resched() loop from cond_resched() | Frederic Weisbecker | 2009-07-18 | 1 | -5/+3 | |
| | * | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2009-07-18 | 25 | -156/+426 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | sched: Hide runqueues from direct reference at source code level for __raw_ge... | Hitoshi Mitake | 2009-06-29 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2009-06-29 | 66 | -1939/+3846 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | sched: Add SCHED_RESET_ON_FORK functionality for nice < 0 tasks | Mike Galbraith | 2009-06-17 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | sched: Clean up SCHED_RESET_ON_FORK | Mike Galbraith | 2009-06-17 | 1 | -16/+18 | |
| | * | | | | | | | | | | | | | | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flag | Lennart Poettering | 2009-06-15 | 1 | -9/+40 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2009-09-11 | 1 | -36/+137 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | perf_counter: Fix output-sharing error path | Ingo Molnar | 2009-09-03 | 1 | -20/+20 | |
| | * | | | | | | | | | | | | | | | | | | perf_counter: Introduce new (non-)paranoia level to allow raw tracepoint access | Ingo Molnar | 2009-09-02 | 1 | -3/+10 | |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-09-02 | 10 | -52/+52 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |