Age | Commit message (Expand) | Author |
2010-11-11 | sched: Fix cross-sched-class wakeup preemption | Peter Zijlstra |
2010-11-10 | sched: Use group weight, idle cpu metrics to fix imbalances during idle | Suresh Siddha |
2010-10-29 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2010-10-22 | sched, cgroup: Fixup broken cgroup movement | Peter Zijlstra |
2010-10-21 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-10-21 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-10-21 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2010-10-21 | security: remove unused parameter from security_task_setscheduler() | KOSAKI Motohiro |
2010-10-18 | sched: Export account_system_vtime() | Ingo Molnar |
2010-10-18 | sched: Call tick_check_idle before __irq_enter | Venkatesh Pallipadi |
2010-10-18 | sched: Remove irq time from available CPU power | Venkatesh Pallipadi |
2010-10-18 | sched: Do not account irq time to current task | Venkatesh Pallipadi |
2010-10-18 | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq time | Venkatesh Pallipadi |
2010-10-18 | sched: Fix softirq time accounting | Venkatesh Pallipadi |
2010-10-18 | sched: Do not consider SCHED_IDLE tasks to be cache hot | Nikhil Rao |
2010-10-18 | sched: Drop all load weight manipulation for RT tasks | Linus Walleij |
2010-10-18 | sched: Create special class for stop/migrate work | Peter Zijlstra |
2010-10-18 | sched: Unindent labels | Peter Zijlstra |
2010-10-14 | Merge branch 'linus' into sched/core | Ingo Molnar |
2010-10-07 | sched: fix RCU lockdep splat from task_group() | Peter Zijlstra |
2010-09-22 | Merge branch 'linus' into perf/core | Ingo Molnar |
2010-09-21 | tracing/sched: Add sched_pi_setprio tracepoint | Steven Rostedt |
2010-09-21 | Merge commit 'v2.6.36-rc5' into sched/core | Ingo Molnar |
2010-09-17 | perf: Undo the per cpu-context timer stuff | Peter Zijlstra |
2010-09-16 | sched: Remove branch hints within context_switch() | Heiko Carstens |
2010-09-15 | sched: Fix user time incorrectly accounted as system time on 32-bit | Stanislaw Gruszka |
2010-09-15 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar |
2010-09-14 | sched: Fix string comparison in /proc/sched_features | Mathieu Desnoyers |
2010-09-09 | perf: Per cpu-context rotation timer | Peter Zijlstra |
2010-09-09 | sched: Add book scheduling domain | Heiko Carstens |
2010-09-09 | sched: Merge cpu_to_core_group functions | Heiko Carstens |
2010-09-09 | sched: Move sched_avg_update() to update_cpu_load() | Suresh Siddha |
2010-09-08 | sched: Remove unnecessary #ifdef CONFIG_SMP | Christian Dietrich |
2010-08-23 | mutex: Improve the scalability of optimistic spinning | Tim Chen |
2010-08-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-08-05 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar |
2010-07-21 | Merge branch 'linus' into sched/core | Ingo Molnar |
2010-07-17 | sched: No need for bootmem special cases | Pekka Enberg |
2010-07-17 | sched: Revert nohz_ratelimit() for now | Peter Zijlstra |
2010-07-05 | Merge commit 'v2.6.35-rc4' into perf/core | Ingo Molnar |
2010-07-02 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2010-07-01 | sched: Cure nr_iowait_cpu() users | Peter Zijlstra |
2010-06-28 | Merge branch 'linus' into perf/core | Thomas Gleixner |
2010-06-28 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2010-06-25 | sched: Prevent compiler from optimising the sched_avg_update() loop | Will Deacon |
2010-06-23 | sched: silence PROVE_RCU in sched_fork() | Peter Zijlstra |
2010-06-22 | sched, cpuset: Drop __cpuexit from cpu hotplug callbacks | Tejun Heo |
2010-06-18 | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar |
2010-06-18 | sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value lockless | Oleg Nesterov |
2010-06-18 | sched: Fix over-scheduling bug | Alex,Shi |