aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-11sched_clock: fix calculation of other CPUSteven Rostedt1-2/+2
2008-07-11sched_clock: stop maximum check on NO HZSteven Rostedt2-1/+40
2008-07-11sched_clock: widen the max and min timeSteven Rostedt1-2/+9
2008-07-11sched_clock: record from last tickSteven Rostedt1-4/+5
2008-07-11ftrace: separate out the function enabled variableSteven Rostedt1-3/+19
2008-07-11ftrace: add ftrace_kill_atomicSteven Rostedt1-0/+15
2008-07-11ftrace: use current CPU for function startupSteven Rostedt1-0/+3
2008-07-11ftrace: start wakeup tracing after setting function tracerSteven Rostedt1-1/+2
2008-07-11ftrace: check proper config for preempt typeSteven Rostedt1-1/+1
2008-07-11ftrace: trace scheduleSteven Rostedt1-1/+1
2008-07-11ftrace: define function trace nopSteven Rostedt1-2/+8
2008-07-11ftrace: move sched_switch enable after markersSteven Rostedt1-2/+2
2008-07-11nohz: don't stop idle tick if softirqs are pending.Heiko Carstens1-0/+1
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar11-21/+66
2008-07-10Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2008-07-10sched: fix cpu hotplug, cleanupLinus Torvalds1-6/+5
2008-07-10Fix PREEMPT_RCU without HOTPLUG_CPUNick Piggin1-12/+8
2008-07-10kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak1-1/+1
2008-07-10Merge branch 'imx' into develRussell King1-0/+8
2008-07-10Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into develRussell King7-27/+26
2008-07-10Merge branch 'tracing/sysprof' into auto-ftrace-nextIngo Molnar6-0/+404
2008-07-10Merge branch 'tracing/mmiotrace' into auto-ftrace-nextIngo Molnar4-0/+352
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-10genirq: remove extraneous checks in manage.cThomas Gleixner1-3/+2
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/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...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/kernel/git/tip/linux-2.6-tipLinus 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/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-07-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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