aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds2012-10-10
|\
| * lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...Ezequiel Garcia2012-10-10
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-10
|\ \ | |/ |/|
| * scatterlist: refactor the sg_nentsMaxim Levitsky2012-09-28
| * scatterlist: add sg_nentsMaxim Levitsky2012-09-27
* | mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2012-10-09
* | mm: interval tree updatesMichel Lespinasse2012-10-09
* | rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-09
* | prio_tree: removeMichel Lespinasse2012-10-09
* | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-09
* | rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-09
* | rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-09
* | rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-09
* | rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-09
* | rbtree: augmented rbtree testMichel Lespinasse2012-10-09
* | rbtree: low level optimizations in rb_erase()Michel Lespinasse2012-10-09
* | rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse2012-10-09
* | rbtree: place easiest case first in rb_erase()Michel Lespinasse2012-10-09
* | rbtree: add __rb_change_child() helper functionMichel Lespinasse2012-10-09
* | rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse2012-10-09
* | rbtree: optimize fetching of sibling nodeMichel Lespinasse2012-10-09
* | rbtree: coding style adjustmentsMichel Lespinasse2012-10-09
* | rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse2012-10-09
* | rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse2012-10-09
* | rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-09
* | rbtree: low level optimizations in rb_insert_color()Michel Lespinasse2012-10-09
* | rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse2012-10-09
* | rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse2012-10-09
* | rbtree: performance and correctness testMichel Lespinasse2012-10-09
* | rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-09
* | rbtree: empty nodes have no colorMichel Lespinasse2012-10-09
* | Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas2012-10-09
* | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-09
* | Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-07
|\ \
| * | dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER defineShuah Khan2012-10-02
* | | lib/decompress.c add __init to decompress_method and dataHein Tibosch2012-10-05
* | | scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo2012-10-05
* | | lib/plist.c: make plist test announcements KERN_DEBUGBorislav Petkov2012-10-05
* | | lib/vsprintf.c: improve standard conformance of sscanf()Jan Beulich2012-10-05
* | | lib/spinlock_debug: avoid livelock in do_raw_spin_lock()Vikram Mulukutla2012-10-05
* | | genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard2012-10-05
* | | lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-05
* | | lib/Kconfig.debug: adjust hard-lockup related Kconfig optionsJan Beulich2012-10-05
* | | lib/parser.c: avoid overflow in match_number()Alex Elder2012-10-05
* | | idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-05
* | | lib/vsprintf: update documentation to cover all of %p[Mm][FR]Andy Shevchenko2012-10-05
* | | lib: vsprintf: fix broken commentsGeorge Spelvin2012-10-05
* | | lib: vsprintf: optimize put_dec_trunc8()George Spelvin2012-10-05
* | | lib: vsprintf: optimize division by 10000George Spelvin2012-10-05
* | | lib: vsprintf: optimize division by 10 for small integersGeorge Spelvin2012-10-05