aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-22/+2
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-50/+21
2008-07-14Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-62/+43
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-11/+148
2008-07-14Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-14/+38
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds22-27/+8038
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet29-902/+602
2008-07-14Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-534/+1521
2008-07-14Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-11/+18
2008-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-7/+8
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-0/+2
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar22-27/+8038
2008-07-14Merge branch 'sched/for-linus' into tracing/for-linusIngo Molnar15-534/+1521
2008-07-14Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar7-10/+53
2008-07-14Merge commit 'v2.6.26' into sched/develIngo Molnar1-6/+18
2008-07-14Merge branch 'sched/clock' into sched/develIngo Molnar2-19/+107
2008-07-14lockdep: fix kernel/fork.c warningIngo Molnar1-1/+1
2008-07-14Merge commit 'v2.6.26' into x86/coreIngo Molnar1-6/+18
2008-07-14lockdep: fix ftrace irq tracing false positiveIngo Molnar1-1/+2
2008-07-14Merge commit 'v2.6.26' into core/lockingIngo Molnar29-902/+602
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-7/+8
2008-07-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+18
2008-07-13cpusets, hotplug, scheduler: fix scheduler domain breakageDmitry Adamushko1-6/+18
2008-07-13Merge branch 'linus' into sched/develIngo Molnar4-17/+14
2008-07-12Merge branch 'linus' into x86/coreIngo Molnar4-17/+14
2008-07-11ftrace: build fix for ftraced_suspendIngo Molnar1-0/+2
2008-07-11sched_clock: and multiplier for TSC to gtod driftSteven Rostedt1-3/+37
2008-07-11sched_clock: record TSC after gtodSteven Rostedt1-1/+1
2008-07-11sched_clock: only update deltas with local reads.Steven Rostedt1-9/+16
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-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