summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis2009-01-031-38/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-28/+87
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-4/+1
| |\
| | * Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-301-2/+0
| | |\
| | | *---. Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-251-2/+0
| | | |\ \ \
| | | | | * | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-2/+0
| | | | |/ /
| | * | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-2/+1
| | |\ \ \ \
| | | * | | | Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-251-2/+5
| | | |\| | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-182/+225
| |\| | | | |
| | * | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-281-174/+193
| | |\ \ \ \ \
| | | * | | | | schedstat: consolidate per-task cpu runtime statsKen Chen2008-12-181-0/+2
| | | * | | | | sched, cpuacct: export percpu cpuacct cgroup statsKen Chen2008-12-161-0/+20
| | | * | | | | sched, cpuacct: refactoring cpuusage_read / cpuusage_writeKen Chen2008-12-161-17/+39
| | | * | | | | sched: fix wakeup preemption clockMike Galbraith2008-12-161-1/+1
| | * | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-3/+11
| | |\ \ \ \ \ \
| | | * | | | | | sched, trace: update trace_sched_wakeup()Peter Zijlstra2008-12-251-1/+1
| | | | | | | | |
| | | | \ \ \ \ \
| | | *-. \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-191-0/+2
| | | |\ \ \ \ \ \ \ | | | | | | |_|/ / / | | | | | |/| | | |
| | | * | / | | | | tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar2008-12-191-1/+1
| | | |/ / / / / /
| | | * | | | | | sched: fix tracepoints in schedulerPeter Zijlstra2008-12-121-1/+2
| | * | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-251-5/+21
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Merge branch 'master' into nextJames Morris2008-12-041-8/+10
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2008-11-141-6/+22
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-10/+21
| | | * | | | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-141-4/+6
| | | * | | | | | | | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-4/+7
| * | | | | | | | | | cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell2008-12-261-3/+3
* | | | | | | | | | | sched: nominate preferred wakeup cpu, fixVaidyanathan Srinivasan2008-12-231-1/+1
* | | | | | | | | | | sched: fix warning in kernel/sched.cIngo Molnar2008-12-191-1/+1
* | | | | | | | | | | sched: activate active load balancing in new idle cpusVaidyanathan Srinivasan2008-12-191-0/+54
* | | | | | | | | | | sched: nominate preferred wakeup cpuVaidyanathan Srinivasan2008-12-191-0/+12
* | | | | | | | | | | sched: favour lower logical cpu number for sched_mc balanceVaidyanathan Srinivasan2008-12-191-2/+2
* | | | | | | | | | | sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy2008-12-191-3/+14
* | | | | | | | | | | Merge ../linux-2.6-x86Rusty Russell2008-12-131-551/+597
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-121-38/+61
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | * | | | | | | | | sched: add missing arch_update_cpu_topology() callHeiko Carstens2008-12-121-2/+6
| | * | | | | | | | | sched: let arch_update_cpu_topology indicate if topology changedHeiko Carstens2008-12-121-1/+7
| | * | | | | | | | | Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-121-0/+2
| | |\| | | | | | | |
| | * | | | | | | | | sched: idle_balance() does not call load_balance_newidle()Vaidyanathan Srinivasan2008-12-081-1/+1
| | * | | | | | | | | sched: fix sd_parent_degenerate on non-numa smp machineKen Chen2008-12-081-0/+2
| | * | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-12-081-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | sched: add uid information to sched_debug for CONFIG_USER_SCHEDArun R Bharadwaj2008-12-011-0/+10
| | * | | | | | | | | sched: move double_unlock_balance() higherAlexey Dobriyan2008-11-281-34/+33
| | * | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-11-281-2/+3
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar2008-12-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-041-2/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-261-1/+1
| * | | | | | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-021-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | sched: avoid stack var in move_task_off_dead_cpu, fixRusty Russell2008-11-261-4/+0
| * | | | | | | | | | | sched: convert nohz struct to cpumask_var_t, fixRusty Russell2008-11-261-0/+2
| * | | | | | | | | | | sched: convert remaining old-style cpumask operatorsRusty Russell2008-11-241-99/+113