Age | Commit message (Expand) | Author |
2008-04-23 | [LMB]: Fix lmb allocation regression. | David S. Miller |
2008-04-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds |
2008-04-21 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min... | Linus Torvalds |
2008-04-19 | Kobject: Replace list_for_each() with list_for_each_entry(). | Robert P. J. Day |
2008-04-19 | kobject: catch kobjects that are not initialized | Greg Kroah-Hartman |
2008-04-19 | cpumask: add cpumask_scnprintf_len function | Mike Travis |
2008-04-19 | [PATCH] r/o bind mounts: debugging for missed calls | Dave Hansen |
2008-04-18 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox |
2008-04-18 | lib: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2008-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds |
2008-04-18 | firewire: fw-ohci: add option for remote debugging | Stefan Richter |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb | Linus Torvalds |
2008-04-18 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds |
2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2008-04-17 | kgdb: allow static kgdbts boot configuration | Jason Wessel |
2008-04-17 | kgdb: add kgdb internal test suite | Jason Wessel |
2008-04-17 | kgdb: core | Jason Wessel |
2008-04-17 | Remove DEBUG_SEMAPHORE from Kconfig | Matthew Wilcox |
2008-04-17 | Generic semaphore implementation | Matthew Wilcox |
2008-04-17 | Add semaphore.h to kernel_lock.c | Matthew Wilcox |
2008-04-15 | [LMB] Restructure allocation loops to avoid unsigned underflow | Paul Mackerras |
2008-04-15 | [LMB] Fix some whitespace and other formatting issues, use pr_debug | Paul Mackerras |
2008-04-15 | [LMB] Add lmb_alloc_nid() | David S. Miller |
2008-04-14 | slub: Deal with config variable dependencies | Christoph Lameter |
2008-04-14 | Merge branch 'linux-2.6' | Paul Mackerras |
2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-04-10 | lzo: fix typo in decompressor | Harvey Harrison |
2008-04-07 | [SCSI] block: add sg buffer copy helper functions | FUJITA Tomonori |
2008-04-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller |
2008-04-03 | [NET]: srandom32 fixes for networking v2 | Andi Kleen |
2008-04-03 | [NETNS]: Declare init_net even without CONFIG_NET defined. | Denis V. Lunev |
2008-03-30 | fix uevent action-string regression | Mark Lord |
2008-03-28 | [LIB]: Drop the pcounter itself. | Pavel Emelyanov |
2008-03-27 | [NETNS]: Do no include NET related headers if CONFIG_NET is not set. | Denis V. Lunev |
2008-03-26 | Merge branch 'linux-2.6' | Paul Mackerras |
2008-03-24 | x86-32: Pass the full resource data to ioremap() | Linus Torvalds |
2008-03-17 | devres: implement pcim_iomap_regions_request_all() | Tejun Heo |
2008-03-13 | avoid endless loops in lib/swiotlb.c | Jan Beulich |
2008-03-13 | Merge branch 'linux-2.6' | Paul Mackerras |
2008-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds |
2008-03-04 | iommu: export iommu_is_span_boundary helper function | FUJITA Tomonori |
2008-03-04 | kobject: properly initialize ksets | Greg Kroah-Hartman |
2008-02-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6 | Paul Mackerras |
2008-02-23 | lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param) | Hoang-Nam Nguyen |
2008-02-23 | make LKDTM depend on BLOCK | Chris Snook |
2008-02-19 | [LMB]: Fix lmb_add_region if region should be added at the head | Kumar Gala |