aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap
2009-09-17vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-11Merge branch 'next' into for-linusJames Morris
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches
2009-08-28Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt
2009-08-27Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds
2009-08-21lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin
2009-08-20kmemleak: Allow kmemleak to be built on powerpcMichael Ellerman
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-11Merge branch 'master' into nextJames Morris
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre
2009-08-07bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentPhillip Lougher
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher
2009-08-06Merge branch 'master' into nextJames Morris
2009-08-04flex_array: remove unneeded index calculationJonathan Corbet
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior
2009-07-29lib: flexible array implementationDave Hansen
2009-07-29lib: export generic atomic64_t functionsRoland Dreier
2009-07-28Dynamic debug: fix typo: -/->Roel Kluin
2009-07-28swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori
2009-07-28swiotlb: use dma_capable()FUJITA Tomonori
2009-07-28swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori
2009-07-28swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori
2009-07-28swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori
2009-07-28swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori
2009-07-17kernel: is_current_single_threaded: don't use ->mmap_semOleg Nesterov
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov
2009-07-17kernel: fix is_single_threadedOleg Nesterov
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-10dma-debug: Fix the overlap() function to be correct and readableIngo Molnar
2009-07-04Merge branch 'master' into for-nextTejun Heo