string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / lib /
2009-08-27 David Rientjesflex_array: fix flex_array_free_parts comment
2009-08-27 David Rientjesflex_array: fix get function for elements in base start...
2009-08-25 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-08-23 Paul E. McKenneyrcu: Remove CONFIG_PREEMPT_RCU
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
2009-08-21 Linus TorvaldsMake bitmask 'and' operators return a result code
2009-08-21 Casey Dahlinlib/swiotlb.c: Fix strange panic message selection...
2009-08-21 Kyle McMartindma-debug: Fix check_unmap null pointer dereference
2009-08-20 Michael Ellermankmemleak: Allow kmemleak to be built on powerpc
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-08-10 James MorrisMerge branch 'master' into next
2009-08-07 Albin Tonnerrelib/decompress_*: only include <linux/slab.h> if STATIC...
2009-08-07 Phillip Lougherbzip2/lzma: remove nasty uncompressed size hack in...
2009-08-07 Phillip Lougherbzip2/lzma/gzip: fix comments describing decompressor API
2009-08-05 James MorrisMerge branch 'master' into next
2009-08-04 Jonathan Corbetflex_array: remove unneeded index calculation
2009-07-31 Sebastian Andrzej... lib/scatterlist: add a flags to signalize mapping direction
2009-07-30 Dave Hansenlib: flexible array implementation
2009-07-30 Roland Dreierlib: export generic atomic64_t functions
2009-07-28 Roel KluinDynamic debug: fix typo: -/->
2009-07-28 FUJITA Tomonoriswiotlb: use phys_to_dma and dma_to_phys
2009-07-28 FUJITA Tomonoriswiotlb: use dma_capable()
2009-07-28 FUJITA Tomonoriswiotlb: remove unnecessary swiotlb_bus_to_virt
2009-07-28 FUJITA Tomonoriswiotlb: remove swiotlb_arch_range_needs_mapping
2009-07-28 FUJITA Tomonoriswiotlb: remove unused swiotlb_alloc()
2009-07-28 FUJITA Tomonoriswiotlb: remove unused swiotlb_alloc_boot()
2009-07-16 Oleg Nesterovkernel: is_current_single_threaded: don't use ->mmap_sem
2009-07-16 Oleg Nesterovkernel: rename is_single_threaded(task) to current_is_s...
2009-07-16 Oleg Nesterovkernel: fix is_single_threaded
2009-07-10 Linus TorvaldsMerge branch 'core-fixes-for-linus-2' of git://git...
2009-07-10 Ingo Molnardma-debug: Fix the overlap() function to be correct...
2009-07-03 Tejun HeoMerge branch 'master' into for-next
2009-07-03 Ingo MolnarMerge branch 'dma-debug/fixes' of git://git./linux...
2009-07-01 Sebastian Andrzej... kmemcheck: depend on HAVE_ARCH_KMEMCHECK
2009-06-25 Catalin Marinaskmemleak: Allow the early log buffer to be configurable.
2009-06-24 Tejun Heopercpu: implement optional weak percpu definitions
2009-06-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-23 Catalin Marinaskmemleak: Do not force the slab debugging Kconfig options
2009-06-21 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-06-21 Peter Zijlstralockdep: Select frame pointers on x86
2009-06-19 Arnd Bergmannlib/checksum.c: fix endianess bug
2009-06-18 Florian Fainellilib: add lib/gcd.c
2009-06-17 Ingo Molnardma-debug: Put all hash-chain locks into the same lock...
2009-06-17 Linus TorvaldsMerge branch 'akpm'
2009-06-17 Wolfram Strepprb_tree: remove redundant if()-condition in rb_erase()
2009-06-17 Wolfram Strepprb_tree: make clear distinction between two different...
2009-06-17 Wolfram Strepprb_tree: reorganize code in rb_erase() for additional...
2009-06-17 Zygo Blaxelllib/genalloc.c: remove unmatched write_lock() in gen_po...
2009-06-17 Li Zefanhexdump: remove the trailing space
2009-06-17 Huang Shijielib: do code optimization for radix_tree_lookup() and...
2009-06-17 Jan Blunckatomic: only take lock when the counter drops to zero...
2009-06-17 Wu Fengguangradix-tree: add radix_tree_prev_hole()
2009-06-16 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-06-16 Joerg Roedeldma-debug: fix off-by-one error in overlap function
2009-06-16 Dave Youngkobject: make kset_create check kobject_set_name return...
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Pekka Enbergkmemcheck: make kconfig accessible for other architectures
2009-06-15 Vegard Nossumkmemcheck: enable in the x86 Kconfig
2009-06-15 Joerg Roedeldma-debug: be more careful when building reference...
2009-06-15 Joerg Roedeldma-debug: check for sg_call_ents in best-fit algorithm too
2009-06-15 Paul Mackerraslib: Provide generic atomic64_t implementation
2009-06-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-12 Rusty Russellmodule: trim exception table on init free.
2009-06-12 Arnd Bergmannasm-generic: merge branch 'master' of torvalds/linux-2.6
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://linux-arm.org/linux-2.6
2009-06-11 Linus TorvaldsMerge branch 'topic/slab/earlyboot' of git://git./linux...
2009-06-11 Arnd Bergmannadd generic lib/checksum.c
2009-06-11 Yinghai Lux86: remove some alloc_bootmem_cpumask_var calling
2009-06-11 Catalin Marinaskmemleak: Simple testing module for kmemleak
2009-06-11 Catalin Marinaskmemleak: Enable the building of the memory leak detector
2009-06-11 Linus TorvaldsMerge branch 'serial-from-alan'
2009-06-11 Oskar Schirmerlib: isolate rational fractions helper function
2009-06-10 Linus TorvaldsMerge branch 'printk-for-linus' of git://git./linux...
2009-06-10 Linus TorvaldsMerge branch 'iommu-for-linus' of git://git./linux...
2009-06-09 Yinghai Lucpumask: introduce zalloc_cpumask_var
2009-06-08 Joerg Roedeldma-debug: simplify logic in driver_filter()
2009-06-08 Joerg Roedeldma-debug: disable/enable irqs only once in device_dma_...
2009-06-08 Joerg Roedeldma-debug: use pr_* instead of printk(KERN_* ...)
2009-06-08 Joerg Roedeldma-debug: code style fixes
2009-06-08 Joerg Roedeldma-debug: comment style fixes
2009-06-07 Ingo MolnarMerge branch 'dma-debug/2.6.31' of git://git./linux...
2009-06-07 Ingo MolnarMerge branch 'linus' into core/iommu
2009-06-07 Joerg Roedeldma-debug: change hash_bucket_find from first-fit to...
2009-06-02 Joerg RoedelMerge branches 'dma-debug/fixes' and 'dma-debug/driver...
2009-06-02 Joerg Roedeldma-debug: add dma_debug_driver kernel command line
2009-06-02 Joerg Roedeldma-debug: add debugfs file for driver filter
2009-06-02 Joerg Roedeldma-debug: add variables and checks for driver filter
2009-05-29 FUJITA Tomonoridma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_...
2009-05-29 FUJITA Tomonoridma-debug: use sg_dma_len accessor
2009-05-29 FUJITA Tomonoridma-debug: use sg_dma_address accessor instead of using...
2009-05-28 Joerg Roedeldma-debug: re-add dma memory leak detection
2009-05-11 Ingo MolnarMerge commit 'v2.6.30-rc5' into core/iommu
2009-05-09 Jason BaronRemove old PRINTK_DEBUG config item
2009-05-05 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-04-29 Frederic Weisbeckervsprintf: introduce %pf format specifier
2009-04-26 Joerg Roedeldma-debug: remove broken dma memory leak detection...
2009-04-24 Fred Isamanlib: find_last_bit.o needed by a module only, move...
2009-04-24 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2009-04-23 Heiko Carstens[S390] omit frame pointers on s390 when possible
next