aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+10
2009-01-15sched: SCHED_IDLE weight changePeter Zijlstra1-2/+2
2009-01-15sched: fix bandwidth validation for UID groupingPeter Zijlstra1-0/+7
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 06Heiko Carstens1-13/+13
2009-01-12Revert "sched: improve preempt debugging"Ingo Molnar1-1/+1
2009-01-11kernel/sched.c: add missing forward declaration for 'double_rq_lock'Steven Noonan1-0/+3
2009-01-11cpumask: fix CONFIG_NUMA=y sched.cRusty Russell1-5/+5
2009-01-07sched: fix possible recursive rq->lockPeter Zijlstra1-0/+5
2009-01-06sched: fix section mismatchLi Zefan1-1/+1
2009-01-06sched: fix double kfree in failure pathLi Zefan1-3/+2
2009-01-05sched: clean up arch_reinit_sched_domains()Li Zefan1-6/+3
2009-01-05sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan1-1/+1
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-38/+15
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-39/+76
2009-01-03sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis1-38/+15
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis1-28/+87
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-414/+556
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-17/+63
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-25/+16
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-4/+1
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-182/+225
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-174/+193
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+11
2008-12-26cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell1-3/+3
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/coreIngo Molnar1-2/+0
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar1-2/+5
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra1-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris1-5/+21
2008-12-23sched: nominate preferred wakeup cpu, fixVaidyanathan Srinivasan1-1/+1
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/coreIngo Molnar1-0/+2
2008-12-19sched: fix warning in kernel/sched.cIngo Molnar1-1/+1
2008-12-19sched: activate active load balancing in new idle cpusVaidyanathan Srinivasan1-0/+54
2008-12-19sched: nominate preferred wakeup cpuVaidyanathan Srinivasan1-0/+12
2008-12-19sched: favour lower logical cpu number for sched_mc balanceVaidyanathan Srinivasan1-2/+2
2008-12-19sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy1-3/+14
2008-12-19tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar1-1/+1
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen1-0/+2
2008-12-16sched, cpuacct: export percpu cpuacct cgroup statsKen Chen1-0/+20
2008-12-16sched, cpuacct: refactoring cpuusage_read / cpuusage_writeKen Chen1-17/+39
2008-12-16sched: fix wakeup preemption clockMike Galbraith1-1/+1
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-551/+597
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar1-38/+61
2008-12-12sched: add missing arch_update_cpu_topology() callHeiko Carstens1-2/+6
2008-12-12sched: let arch_update_cpu_topology indicate if topology changedHeiko Carstens1-1/+7
2008-12-12Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar1-1/+1