aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Gravatar Benjamin Herrenschmidt 1-1/+1
2009-08-26flex_array: convert element_nr formals to unsignedGravatar David Rientjes 1-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentGravatar David Rientjes 1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroGravatar David Rientjes 1-6/+8
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+16
2009-08-21Make bitmask 'and' operators return a result codeGravatar Linus Torvalds 1-4/+8
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceGravatar Kyle McMartin 1-12/+16
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedGravatar Albin Tonnerre 3-3/+3
2009-08-07bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentGravatar Phillip Lougher 2-11/+32
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIGravatar Phillip Lougher 1-4/+4
2009-08-04flex_array: remove unneeded index calculationGravatar Jonathan Corbet 1-2/+0
2009-07-31lib/scatterlist: add a flags to signalize mapping directionGravatar Sebastian Andrzej Siewior 1-4/+12
2009-07-29lib: flexible array implementationGravatar Dave Hansen 2-1/+270
2009-07-29lib: export generic atomic64_t functionsGravatar Roland Dreier 1-0/+11
2009-07-28Dynamic debug: fix typo: -/->Gravatar Roel Kluin 1-1/+1
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-13/+13
2009-07-10dma-debug: Fix the overlap() function to be correct and readableGravatar Ingo Molnar 1-12/+12
2009-07-03Merge branch 'dma-debug/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 1-2/+2
2009-06-25kmemleak: Allow the early log buffer to be configurable.Gravatar Catalin Marinas 1-0/+12
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-1/+9
2009-06-23kmemleak: Do not force the slab debugging Kconfig optionsGravatar Catalin Marinas 1-2/+3
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-52/+99
2009-06-21lockdep: Select frame pointers on x86Gravatar Peter Zijlstra 1-1/+1
2009-06-19lib/checksum.c: fix endianess bugGravatar Arnd Bergmann 1-1/+9
2009-06-18lib: add lib/gcd.cGravatar Florian Fainelli 2-1/+19
2009-06-17dma-debug: Put all hash-chain locks into the same lock classGravatar Ingo Molnar 1-1/+1
2009-06-16Merge branch 'akpm'Gravatar Linus Torvalds 5-73/+90
2009-06-16rb_tree: remove redundant if()-condition in rb_erase()Gravatar Wolfram Strepp 1-4/+4
2009-06-16rb_tree: make clear distinction between two different cases in rb_erase()Gravatar Wolfram Strepp 1-4/+4
2009-06-16rb_tree: reorganize code in rb_erase() for additional changesGravatar Wolfram Strepp 1-9/+9
2009-06-16lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroyGravatar Zygo Blaxell 1-1/+0
2009-06-16hexdump: remove the trailing spaceGravatar Li Zefan 1-6/+9
2009-06-16lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Gravatar Huang Shijie 1-47/+26
2009-06-16atomic: only take lock when the counter drops to zero on UP as wellGravatar Jan Blunck 1-2/+1
2009-06-16radix-tree: add radix_tree_prev_hole()Gravatar Wu Fengguang 1-0/+37
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Gravatar Linus Torvalds 2-2/+95
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+6
2009-06-16dma-debug: fix off-by-one error in overlap functionGravatar Joerg Roedel 1-1/+1
2009-06-15kobject: make kset_create check kobject_set_name return valueGravatar Dave Young 1-1/+6
2009-06-15Merge commit 'linus/master' into HEADGravatar Vegard Nossum 3-1/+215
2009-06-15kmemcheck: make kconfig accessible for other architecturesGravatar Pekka Enberg 2-0/+93
2009-06-15kmemcheck: enable in the x86 KconfigGravatar Vegard Nossum 1-2/+2
2009-06-15dma-debug: be more careful when building reference entriesGravatar Joerg Roedel 1-43/+91
2009-06-15dma-debug: check for sg_call_ents in best-fit algorithm tooGravatar Joerg Roedel 1-8/+7
2009-06-15lib: Provide generic atomic64_t implementationGravatar Paul Mackerras 3-0/+183
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 2-0/+195
2009-06-12module: trim exception table on init free.Gravatar Rusty Russell 1-1/+20
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Gravatar Arnd Bergmann 8-122/+594
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-0/+32
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+2