Age | Commit message (Expand) | Author |
2009-06-18 | kthreads: simplify migration_thread() exit path | Oleg Nesterov |
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 |
2009-04-14 | tracing: create automated trace defines | Steven Rostedt |
2009-04-14 | wait: don't use __wake_up_common() | Johannes Weiner |
2009-04-14 | sched: Nominate a power-efficient ilb in select_nohz_balancer() | Gautham R Shenoy |
2009-04-14 | sched: Nominate idle load balancer from a semi-idle package. | Gautham R Shenoy |
2009-04-14 | tracing, sched: mark get_parent_ip() notrace | Lai Jiangshan |
2009-04-08 | Merge commit 'v2.6.30-rc1' into sched/urgent | Ingo Molnar |
2009-04-07 | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge |
2009-04-07 | sched, hw-branch-tracer: add wait_task_context_switch() function to sched.h | Markus Metzger |
2009-04-07 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
2009-04-07 | perf_counter: remove rq->lock usage | Peter Zijlstra |