summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14
|\
| * X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-10
| * MPILIB: Provide a function to read raw data into an MPIDavid Howells2012-10-08
| * X.509: Add an ASN.1 decoderDavid Howells2012-10-08
| * X.509: Add utility functions to render OIDs as stringsDavid Howells2012-10-08
| * X.509: Implement simple static OID registryDavid Howells2012-10-08
| * MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2012-10-08
| * MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-08
* | Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds2012-10-11
|\ \
| * | lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...Ezequiel Garcia2012-10-11
* | | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-11
|\ \ \ | |/ / |/| |
| * | 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-08
|\ \ \
| * | | dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER defineShuah Khan2012-10-02
* | | | lib/decompress.c add __init to decompress_method and dataHein Tibosch2012-10-06
* | | | scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo2012-10-06
* | | | lib/plist.c: make plist test announcements KERN_DEBUGBorislav Petkov2012-10-06
* | | | lib/vsprintf.c: improve standard conformance of sscanf()Jan Beulich2012-10-06
* | | | lib/spinlock_debug: avoid livelock in do_raw_spin_lock()Vikram Mulukutla2012-10-06
* | | | genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard2012-10-06
* | | | lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-06