Age | Commit message (Expand) | Author |
2009-07-18 | sched: fix load average accounting vs. cpu hotplug | Thomas Gleixner |
2009-07-16 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2009-07-10 | sched: optimize cond_resched() | Peter Zijlstra |
2009-07-10 | sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() | Fabio Checconi |
2009-07-10 | sched: Reset sched stats on fork() | Lucas De Marchi |
2009-07-10 | sched_rt: Fix overload bug on rt group scheduling | Peter Zijlstra |
2009-06-20 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2009-06-20 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2009-06-19 | perf_counter: Simplify and fix task migration counting | Peter Zijlstra |
2009-06-18 | kthreads: simplify migration_thread() exit path | Oleg Nesterov |
2009-06-17 | sched: Remove unneeded __ref tag | Li Zefan |
2009-06-15 | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2009-06-12 | sched: export kick_process | Rusty Russell |
2009-06-11 | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-06-11 | sched: use slab in cpupri_init() | Pekka Enberg |
2009-06-11 | sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() | Pekka Enberg |
2009-06-11 | sched: use kzalloc() instead of the bootmem allocator | Pekka Enberg |
2009-06-11 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
2009-06-10 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-06-10 | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-06-10 | Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-06-02 | perf_counter: Fix cpu migration counter | Paul Mackerras |
2009-06-02 | perf_counter: Initialize per-cpu context earlier on cpu up | Paul Mackerras |
2009-05-23 | perf_counter: Fix dynamic irq_period logging | Peter Zijlstra |
2009-05-22 | perf_counter: Optimize context switch between identical inherited contexts | Paul Mackerras |
2009-05-19 | sched: properly define the sched_group::cpumask and sched_domain::span fields | Ingo Molnar |
2009-05-18 | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar |
2009-05-15 | sched, timers: cleanup avenrun users | Thomas Gleixner |
2009-05-15 | sched, timers: move calc_load() to scheduler | Thomas Gleixner |
2009-05-13 | timers: Logic to move non pinned timers | Arun R Bharadwaj |
2009-05-13 | timers: /proc/sys sysctl hook to enable timer migration | Arun R Bharadwaj |
2009-05-13 | timers: Identifying the existing pinned timers | Arun R Bharadwaj |
2009-05-11 | Merge commit 'v2.6.30-rc5' into sched/core | Ingo Molnar |
2009-05-08 | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar |
2009-05-07 | Merge branch 'tracing/hw-branch-tracing' into tracing/core | Ingo Molnar |
2009-05-07 | Merge branch 'linus' into tracing/core | Ingo Molnar |
2009-05-07 | sched: emit thread info flags with stack trace | David Rientjes |
2009-05-06 | tracepoint: trace_sched_migrate_task(): remove parameter | Mathieu Desnoyers |
2009-05-05 | sched: rt: document the risk of small values in the bandwidth settings | Peter Zijlstra |
2009-05-04 | perf_counter: initialize the per-cpu context earlier | Ingo Molnar |
2009-04-29 | sched: account system time properly | Eric Dumazet |
2009-04-29 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
2009-04-29 | sched: Document memory barriers implied by sleep/wake-up primitives | David Howells |
2009-04-24 | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing | Ingo Molnar |
2009-04-21 | sched: Replace first_cpu() with cpumask_first() in ILB nomination code | Gautham R Shenoy |
2009-04-20 | sched: remove extra call overhead for schedule() | Peter Zijlstra |
2009-04-20 | perfcounters, sched: remove __task_delta_exec() | Ingo Molnar |
2009-04-17 | sched: Avoid printing sched_group::__cpu_power for default case | Gautham R Shenoy |
2009-04-15 | sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus()) | Miao Xie |
2009-04-14 | tracing/events: move trace point headers into include/trace/events | Steven Rostedt |