aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2009-06-16rb_tree: make clear distinction between two different cases in rb_erase()Wolfram Strepp1-4/+4
2009-06-16rb_tree: reorganize code in rb_erase() for additional changesWolfram Strepp1-9/+9
2009-06-16lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroyZygo Blaxell1-1/+0
2009-06-16hexdump: remove the trailing spaceLi Zefan1-6/+9
2009-06-16lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Huang Shijie1-47/+26
2009-06-16atomic: only take lock when the counter drops to zero on UP as wellJan Blunck1-2/+1
2009-06-16radix-tree: add radix_tree_prev_hole()Wu Fengguang1-0/+37
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds2-2/+95
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+6
2009-06-16dma-debug: fix off-by-one error in overlap functionJoerg Roedel1-1/+1
2009-06-15kobject: make kset_create check kobject_set_name return valueDave Young1-1/+6
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum3-1/+215
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg2-0/+93
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum1-2/+2
2009-06-15dma-debug: be more careful when building reference entriesJoerg Roedel1-43/+91
2009-06-15dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel1-8/+7
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras3-0/+183
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-0/+195
2009-06-12module: trim exception table on init free.Rusty Russell1-1/+20
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann8-122/+594
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+32
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-9/+2
2009-06-11add generic lib/checksum.cArnd Bergmann2-0/+195
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-9/+2
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas1-0/+10
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas1-0/+22
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds3-0/+66
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer3-0/+66
2009-06-10Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+45