aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-21lockdep: Select frame pointers on x86Peter Zijlstra
2009-06-18lib: add lib/gcd.cFlorian Fainelli
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16rb_tree: remove redundant if()-condition in rb_erase()Wolfram Strepp
2009-06-16rb_tree: make clear distinction between two different cases in rb_erase()Wolfram Strepp
2009-06-16rb_tree: reorganize code in rb_erase() for additional changesWolfram Strepp
2009-06-16lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroyZygo Blaxell
2009-06-16hexdump: remove the trailing spaceLi Zefan
2009-06-16lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Huang Shijie
2009-06-16atomic: only take lock when the counter drops to zero on UP as wellJan Blunck
2009-06-16radix-tree: add radix_tree_prev_hole()Wu Fengguang
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-06-15kobject: make kset_create check kobject_set_name return valueDave Young
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum
2009-06-15dma-debug: be more careful when building reference entriesJoerg Roedel
2009-06-15dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2009-06-12module: trim exception table on init free.Rusty Russell
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-11add generic lib/checksum.cArnd Bergmann
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer
2009-06-10Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-06-10Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-06-09cpumask: introduce zalloc_cpumask_varYinghai Lu
2009-06-08dma-debug: simplify logic in driver_filter()Joerg Roedel
2009-06-08dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel
2009-06-08dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel
2009-06-08dma-debug: code style fixesJoerg Roedel
2009-06-08dma-debug: comment style fixesJoerg Roedel
2009-06-07Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-06-07Merge branch 'linus' into core/iommuIngo Molnar
2009-06-07dma-debug: change hash_bucket_find from first-fit to best-fitJoerg Roedel
2009-06-02Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel
2009-06-02dma-debug: add dma_debug_driver kernel command lineJoerg Roedel
2009-06-02dma-debug: add debugfs file for driver filterJoerg Roedel
2009-06-02dma-debug: add variables and checks for driver filterJoerg Roedel
2009-05-29dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori
2009-05-29dma-debug: use sg_dma_len accessorFUJITA Tomonori
2009-05-29dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori