summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar20-28/+7240
2008-07-10sched: fix cpu hotplugDmitry Adamushko1-1/+3
2008-07-10Merge branch 'linus' into core/printkIngo Molnar25-741/+559
2008-07-08kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak1-1/+1
2008-07-08printk: export console_driversIngo Molnar1-0/+2
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-9/+9
2008-07-08sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis1-9/+9
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar27-743/+566
2008-07-08Merge commit 'v2.6.26-rc9' into x86/cpuIngo Molnar15-140/+338
2008-07-08x86, clockevents: add C1E aware idle functionThomas Gleixner1-2/+4
2008-07-07Merge branch 'linus' into tracing/mmiotraceIngo Molnar25-741/+559
2008-07-07Merge commit 'v2.6.26-rc9' into sched/develIngo Molnar8-6/+55
2008-07-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2008-07-05softlockup: print a module list on being stuckArjan van de Ven1-0/+1
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-0/+21
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-07-04sched: fix accounting in task delay accounting & migrationAnkita Garg2-9/+34
2008-07-04sched: add avg-overlap support to RT tasksGregory Haskins2-19/+16
2008-07-04sched: terminate newidle balancing once at least one task has moved overGregory Haskins1-0/+4
2008-07-03hrtimer: prevent migration for raising softirqSteven Rostedt1-0/+8
2008-07-03ftrace: prevent ftrace modifications while being kprobe'd, v2Abhishek Sagar1-1/+8
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe2-0/+2
2008-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2008-07-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+15
2008-07-02pm_qos_params: BKL pushdownArnd Bergmann1-1/+6
2008-07-01mmiotrace broken in linux-next (8-bit writes only)Pekka Paalanen1-1/+0
2008-07-01rcu: fix hotplug vs rcu raceGautham R Shenoy1-1/+15
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin1-0/+3
2008-06-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2008-06-30sched: fix warningVegard Nossum1-1/+3
2008-06-30sched: build fixIngo Molnar1-5/+7
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+5
2008-06-29sched: sched_clock_cpu() based cpu_clock(), lockdep fixIngo Molnar1-2/+2
2008-06-29sched: fix cpu hotplugDmitry Adamushko1-0/+1
2008-06-27sched: export cpu_clockIngo Molnar1-0/+1
2008-06-27sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani2-8/+8
2008-06-27sched: bias effective_load() error towards failing wake_affine().Peter Zijlstra2-0/+29
2008-06-27sched: incremental effective_load()Peter Zijlstra2-3/+21
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra2-22/+30
2008-06-27sched: fix mult overflowSrivatsa Vaddagiri1-4/+4
2008-06-27sched: update shares on wakeupPeter Zijlstra3-2/+39
2008-06-27sched: fix shares boost logicPeter Zijlstra1-0/+3
2008-06-27sched: disable source/target_load biasPeter Zijlstra2-2/+3
2008-06-27sched: optimize effective_load()Peter Zijlstra1-4/+4
2008-06-27sched: remove prio preference from balance decisionsPeter Zijlstra1-9/+3
2008-06-27sched: fix task_h_load()Peter Zijlstra1-9/+40
2008-06-27sched: fix load scaling in group balancingPeter Zijlstra1-4/+6
2008-06-27sched: hierarchical load vs find_busiest_groupPeter Zijlstra1-3/+23
2008-06-27sched: hierarchical load vs affine wakeupsPeter Zijlstra1-2/+21
2008-06-27sched: persistent average load per taskPeter Zijlstra1-13/+12