Commit Graph

878 Commits (0abb8b6a939b742f273edc68b64dba26c57331bc)

Author SHA1 Message Date
Mike Travis 6ca09dfc9f sched: put back some stack hog changes that were undone in kernel/sched.c 16 years ago
Martin Schwidefsky 79741dd357 [PATCH] idle cputime accounting 16 years ago
Martin Schwidefsky 457533a7d3 [PATCH] fix scaled & unscaled cputime accounting 16 years ago
Rusty Russell be4d638c15 cpumask: Replace cpu_coregroup_map with cpu_coregroup_mask 16 years ago
Peter Zijlstra 468a15bb4c sched, trace: update trace_sched_wakeup() 16 years ago
Vaidyanathan Srinivasan 36dffab679 sched: nominate preferred wakeup cpu, fix 16 years ago
Ingo Molnar 9924da434a sched: fix warning in kernel/sched.c 16 years ago
Vaidyanathan Srinivasan ad273b32e4 sched: activate active load balancing in new idle cpus 16 years ago
Vaidyanathan Srinivasan 7a09b1a27b sched: nominate preferred wakeup cpu 16 years ago
Vaidyanathan Srinivasan d5679bd119 sched: favour lower logical cpu number for sched_mc balance 16 years ago
Gautham R Shenoy afb8a9b70b sched: framework for sched_mc/smt_power_savings=N 16 years ago
Ingo Molnar c71dd42db2 tracing: fix warnings in kernel/trace/trace_sched_switch.c 16 years ago
Ken Chen 9c2c48020e schedstat: consolidate per-task cpu runtime stats 16 years ago
Ken Chen e9515c3c9f sched, cpuacct: export percpu cpuacct cgroup stats 16 years ago
Ken Chen 720f54988e sched, cpuacct: refactoring cpuusage_read / cpuusage_write 16 years ago
Mike Galbraith 03e89e4574 sched: fix wakeup preemption clock 16 years ago
Rusty Russell 29c0177e6a cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. 16 years ago
Heiko Carstens d65bd5ecb2 sched: add missing arch_update_cpu_topology() call 16 years ago
Heiko Carstens ee79d1bdb6 sched: let arch_update_cpu_topology indicate if topology changed 16 years ago
Peter Zijlstra cbc34ed1ac sched: fix tracepoints in scheduler 16 years ago
Brian King 9a2bd244e1 sched: CPU remove deadlock fix 16 years ago
Vaidyanathan Srinivasan efbe027e95 sched: idle_balance() does not call load_balance_newidle() 16 years ago
Ken Chen 5436499e60 sched: fix sd_parent_degenerate on non-numa smp machine 16 years ago
Arun R Bharadwaj 6c415b9234 sched: add uid information to sched_debug for CONFIG_USER_SCHED 16 years ago
Ingo Molnar af6d596fd6 sched: prevent divide by zero error in cpu_avg_load_per_task, update 16 years ago
Alexey Dobriyan 70574a996f sched: move double_unlock_balance() higher 16 years ago
Steven Rostedt 4cd4262034 sched: prevent divide by zero error in cpu_avg_load_per_task 16 years ago
Rusty Russell 1224e376f2 sched: avoid stack var in move_task_off_dead_cpu, fix 16 years ago
Rusty Russell bf4d83f664 sched: convert nohz struct to cpumask_var_t, fix 16 years ago
Frederic Weisbecker fb52607afc tracing/function-return-tracer: change the name into function-graph-tracer 16 years ago
Peter Zijlstra ca109491f6 hrtimer: removing all ur callback modes 16 years ago
Rusty Russell 96f874e264 sched: convert remaining old-style cpumask operators 16 years ago
Rusty Russell 0e3900e6d3 sched: convert local_cpu_mask to cpumask_var_t. 16 years ago
Rusty Russell 68e74568fb sched: convert struct cpupri_vec cpumask_var_t. 16 years ago
Rusty Russell 4212823fb4 sched: convert falback_doms to cpumask_var_t. 16 years ago
Rusty Russell dcc30a35f7 sched: convert cpu_isolated_map to cpumask_var_t. 16 years ago
Rusty Russell d5dd3db1dc sched: convert sched_domain_debug to cpumask_var_t. 16 years ago
Rusty Russell 5a16f3d30c sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t. 16 years ago
Rusty Russell e76bd8d985 sched: avoid stack var in move_task_off_dead_cpu 16 years ago
Rusty Russell f17c860760 sched: convert sys_sched_getaffinity() to cpumask_var_t. 16 years ago
Rusty Russell a0e902452d sched: convert rebalance_domains() to cpumask_var_t. 16 years ago
Rusty Russell 4d2732c63e sched: convert idle_balance() to cpumask_var_t. 16 years ago
Rusty Russell 7d1e6a9b95 sched: convert nohz struct to cpumask_var_t. 16 years ago
Rusty Russell c6c4927b22 sched: convert struct root_domain to cpumask_var_t. 16 years ago
Rusty Russell 6a7b3dc344 sched: convert nohz_cpu_mask to cpumask_var_t. 16 years ago
Rusty Russell 6c99e9ad47 sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps 16 years ago
Rusty Russell 758b2cdc6f sched: wrap sched_group and sched_domain cpumask accesses. 16 years ago
Rusty Russell 1e5ce4f4a7 sched: remove any_online_cpu() 16 years ago
Rusty Russell 3404c8d97c sched: get rid of boutique sched.c allocations, use cpumask_var_t. 16 years ago
Rusty Russell abcd083a1a sched: convert sched.c from for_each_cpu_mask to for_each_cpu. 16 years ago