summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+15
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-4/+22
2010-05-21Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds1-22/+37
2010-05-21Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-29/+56
2010-05-21sysctl: fix kernel-doc notation and typosRandy Dunlap1-19/+19
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-54/+131
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe102-5064/+12638
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe1-0/+9
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe2-29/+46
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+16
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds22-1767/+8285
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright2-2/+3
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra1-0/+5
2010-05-21kref: remove kref_setNeilBrown1-2/+2
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt25-489/+762
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+16
2010-05-21perf: Optimize perf_tp_event_match()Peter Zijlstra1-1/+4
2010-05-21perf: Remove more code from the fastpathPeter Zijlstra1-16/+4
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra1-15/+26
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra1-28/+26
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra1-2/+2
2010-05-21perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra1-0/+19
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra4-113/+128
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra3-56/+37
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-162/+390
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-0/+16
2010-05-20kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel1-0/+19
2010-05-20debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel1-0/+7
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel4-4/+35
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+16
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel1-0/+26
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-1/+1
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-8/+0
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel2-0/+213
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel5-6/+34
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel3-6/+43
2010-05-20kgdb: core changes to support kdbJason Wessel3-17/+150
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel5-2/+86
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel11-0/+5854
2010-05-20Separate the gdbstub from the debug coreJason Wessel4-957/+1029
2010-05-20Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel3-1/+7
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz1-0/+1
2010-05-20perf: Fix forgotten preempt_enable by nested writersFrederic Weisbecker1-1/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+22
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds8-431/+456
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+35
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-54/+5
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar48-1410/+2153