Age | Commit message (Expand) | Author | Files | Lines |
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-13 | Merge ../linux-2.6-x86 | Rusty Russell | 1 | -551/+597 |
2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 1 | -2/+2 |
2008-12-12 | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 1 | -38/+61 |
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 | Merge branch 'tracing/fastboot' into cpus4096 | Ingo Molnar | 1 | -1/+1 |
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-02 | Merge branch 'linus' into cpus4096 | Ingo Molnar | 1 | -2/+3 |
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 | sched: avoid stack var in move_task_off_dead_cpu, fix | Rusty Russell | 1 | -4/+0 |
2008-11-26 | sched: convert nohz struct to cpumask_var_t, fix | Rusty Russell | 1 | -0/+2 |
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 | sched: convert remaining old-style cpumask operators | Rusty Russell | 1 | -99/+113 |
2008-11-24 | sched: convert local_cpu_mask to cpumask_var_t. | Rusty Russell | 1 | -0/+1 |
2008-11-24 | sched: convert struct cpupri_vec cpumask_var_t. | Rusty Russell | 1 | -2/+7 |
2008-11-24 | sched: convert falback_doms to cpumask_var_t. | Rusty Russell | 1 | -6/+8 |
2008-11-24 | sched: convert cpu_isolated_map to cpumask_var_t. | Rusty Russell | 1 | -17/+14 |
2008-11-24 | sched: convert sched_domain_debug to cpumask_var_t. | Rusty Russell | 1 | -4/+3 |
2008-11-24 | sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t. | Rusty Russell | 1 | -13/+27 |
2008-11-24 | sched: avoid stack var in move_task_off_dead_cpu | Rusty Russell | 1 | -42/+36 |
2008-11-24 | sched: convert sys_sched_getaffinity() to cpumask_var_t. | Rusty Russell | 1 | -8/+13 |
2008-11-24 | sched: convert rebalance_domains() to cpumask_var_t. | Rusty Russell | 1 | -2/+8 |
2008-11-24 | sched: convert idle_balance() to cpumask_var_t. | Rusty Russell | 1 | -2/+6 |
2008-11-24 | sched: convert nohz struct to cpumask_var_t. | Rusty Russell | 1 | -13/+16 |
2008-11-24 | sched: convert struct root_domain to cpumask_var_t. | Rusty Russell | 1 | -18/+51 |
2008-11-24 | sched: convert nohz_cpu_mask to cpumask_var_t. | Rusty Russell | 1 | -2/+5 |
2008-11-24 | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps | Rusty Russell | 1 | -24/+41 |
2008-11-24 | sched: wrap sched_group and sched_domain cpumask accesses. | Rusty Russell | 1 | -59/+55 |
2008-11-24 | sched: remove any_online_cpu() | Rusty Russell | 1 | -6/+8 |
2008-11-24 | sched: get rid of boutique sched.c allocations, use cpumask_var_t. | Rusty Russell | 1 | -84/+55 |
2008-11-24 | sched: convert sched.c from for_each_cpu_mask to for_each_cpu. | Rusty Russell | 1 | -18/+18 |
2008-11-24 | sched: reduce stack size requirements in kernel/sched.c | Mike Travis | 1 | -6/+7 |
2008-11-24 | Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 | Ingo Molnar | 1 | -2/+8 |
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 |