Age | Commit message (Expand) | Author | Files | Lines |
2008-12-30 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+0 |
2008-12-30 | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2008-12-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -174/+193 |
2008-12-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+11 |
2008-12-25 | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer... | Ingo Molnar | 1 | -2/+0 |
2008-12-25 | Merge commit 'v2.6.28' into core/core | Ingo Molnar | 1 | -2/+5 |
2008-12-25 | sched, trace: update trace_sched_wakeup() | Peter Zijlstra | 1 | -1/+1 |
2008-12-25 | Merge branch 'next' into for-linus | James Morris | 1 | -5/+21 |
2008-12-19 | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 1 | -0/+2 |
2008-12-19 | tracing: fix warnings in kernel/trace/trace_sched_switch.c | Ingo Molnar | 1 | -1/+1 |
2008-12-18 | schedstat: consolidate per-task cpu runtime stats | Ken Chen | 1 | -0/+2 |
2008-12-16 | sched, cpuacct: export percpu cpuacct cgroup stats | Ken Chen | 1 | -0/+20 |
2008-12-16 | sched, cpuacct: refactoring cpuusage_read / cpuusage_write | Ken Chen | 1 | -17/+39 |
2008-12-16 | sched: fix wakeup preemption clock | Mike Galbraith | 1 | -1/+1 |
2008-12-12 | sched: add missing arch_update_cpu_topology() call | Heiko Carstens | 1 | -2/+6 |
2008-12-12 | sched: let arch_update_cpu_topology indicate if topology changed | Heiko Carstens | 1 | -1/+7 |
2008-12-12 | sched: fix tracepoints in scheduler | Peter Zijlstra | 1 | -1/+2 |
2008-12-12 | Merge commit 'v2.6.28-rc8' into sched/core | Ingo Molnar | 1 | -0/+2 |
2008-12-09 | sched: CPU remove deadlock fix | Brian King | 1 | -0/+2 |
2008-12-08 | sched: idle_balance() does not call load_balance_newidle() | Vaidyanathan Srinivasan | 1 | -1/+1 |
2008-12-08 | sched: fix sd_parent_degenerate on non-numa smp machine | Ken Chen | 1 | -0/+2 |
2008-12-08 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 1 | -1/+1 |
2008-12-04 | Merge commit 'v2.6.28-rc7' into tracing/core | Ingo Molnar | 1 | -2/+3 |
2008-12-04 | Merge branch 'master' into next | James Morris | 1 | -8/+10 |
2008-12-01 | sched: add uid information to sched_debug for CONFIG_USER_SCHED | Arun R Bharadwaj | 1 | -0/+10 |
2008-11-29 | sched: prevent divide by zero error in cpu_avg_load_per_task, update | Ingo Molnar | 1 | -1/+1 |
2008-11-28 | sched: move double_unlock_balance() higher | Alexey Dobriyan | 1 | -34/+33 |
2008-11-28 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 1 | -2/+3 |
2008-11-27 | sched: prevent divide by zero error in cpu_avg_load_per_task | Steven Rostedt | 1 | -2/+3 |
2008-11-26 | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 1 | -1/+1 |
2008-11-25 | hrtimer: removing all ur callback modes | Peter Zijlstra | 1 | -2/+0 |
2008-11-24 | Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor... | Ingo Molnar | 1 | -2/+1 |
2008-11-24 | Merge branch 'sched/rt' into sched/core | Ingo Molnar | 1 | -1/+1 |
2008-11-23 | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 1 | -2/+0 |
2008-11-23 | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 1 | -0/+3 |
2008-11-21 | sched: update comment for move_task_off_dead_cpu | Vegard Nossum | 1 | -1/+0 |
2008-11-19 | sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares | Ken Chen | 1 | -26/+15 |
2008-11-19 | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 1 | -7/+11 |
2008-11-19 | Merge branch 'linus' into sched/core | Ingo Molnar | 1 | -8/+20 |
2008-11-18 | cpuset: fix regression when failed to generate sched domains | Li Zefan | 1 | -6/+7 |
2008-11-17 | account_steal_time: kill the unneeded account_group_system_time() | Oleg Nesterov | 1 | -1/+0 |
2008-11-16 | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() | Mathieu Desnoyers | 1 | -0/+6 |
2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -6/+22 |
2008-11-14 | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 1 | -10/+21 |
2008-11-14 | CRED: Separate task security context from task_struct | David Howells | 1 | -4/+6 |
2008-11-14 | CRED: Wrap task credential accesses in the core kernel | David Howells | 1 | -4/+7 |
2008-11-12 | sched: fix init_idle()'s use of sched_clock() | Ingo Molnar | 1 | -1/+2 |
2008-11-12 | Merge branch 'linus' into core/locking | Ingo Molnar | 1 | -7/+19 |
2008-11-12 | sched: fix stale value in average load per task | Balbir Singh | 1 | -0/+2 |
2008-11-11 | sched: add hierarchical accounting to cpu accounting controller | Bharata B Rao | 1 | -3/+9 |