aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-47/+152
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-80/+44
2009-09-11Merge branch 'next' into for-linusJames Morris2-24/+52
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommuIngo Molnar11-41/+357
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar4-37/+46
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+15
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches1-47/+152
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt1-1/+1
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes1-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes1-6/+8
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+16
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney1-1/+1
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-1/+1
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-4/+8
2009-08-21lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin1-6/+9
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin1-12/+16
2009-08-11Merge branch 'master' into nextJames Morris3-18/+39
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre3-3/+3
2009-08-07bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentPhillip Lougher2-11/+32
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher1-4/+4
2009-08-06Merge branch 'master' into nextJames Morris5-6/+292
2009-08-04flex_array: remove unneeded index calculationJonathan Corbet1-2/+0
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior1-4/+12
2009-07-29lib: flexible array implementationDave Hansen2-1/+270
2009-07-29lib: export generic atomic64_t functionsRoland Dreier1-0/+11
2009-07-28Dynamic debug: fix typo: -/->Roel Kluin1-1/+1
2009-07-28swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori1-16/+6
2009-07-28swiotlb: use dma_capable()FUJITA Tomonori1-19/+5
2009-07-28swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori1-18/+23
2009-07-28swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori1-13/+2
2009-07-28swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori1-6/+2
2009-07-28swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori1-6/+1
2009-07-17kernel: is_current_single_threaded: don't use ->mmap_semOleg Nesterov1-4/+6
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov1-1/+2
2009-07-17kernel: fix is_single_threadedOleg Nesterov1-26/+36
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+13
2009-07-10dma-debug: Fix the overlap() function to be correct and readableIngo Molnar1-12/+12
2009-07-03Merge branch 'dma-debug/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/urgentIngo Molnar1-2/+2
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas1-0/+12
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+9
2009-06-23kmemleak: Do not force the slab debugging Kconfig optionsCatalin Marinas1-2/+3
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-52/+99
2009-06-21lockdep: Select frame pointers on x86Peter Zijlstra1-1/+1
2009-06-19lib/checksum.c: fix endianess bugArnd Bergmann1-1/+9
2009-06-18lib: add lib/gcd.cFlorian Fainelli2-1/+19
2009-06-17dma-debug: Put all hash-chain locks into the same lock classIngo Molnar1-1/+1
2009-06-16Merge branch 'akpm'Linus Torvalds5-73/+90
2009-06-16rb_tree: remove redundant if()-condition in rb_erase()Wolfram Strepp1-4/+4