summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-111-1/+1
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-1/+1
| |\
| | * rcu: Reduce default RCU CPU stall warning timeoutPaul E. McKenney2012-11-131-1/+1
* | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-111-1/+1
|\ \ \
| * | | bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-1/+1
* | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGBill Pemberton2012-11-281-2/+1
* | | | lib/Makefile: Fix oid_registry build dependencyTim Gardner2012-12-061-1/+1
* | | | ASN.1: Fix an indefinite length skip errorDavid Howells2012-12-051-1/+1
| |/ / |/| |
* | | MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss2012-11-231-2/+17
|/ /
* | genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2012-10-251-1/+1
|/
* lib/dma-debug.c: fix __hash_bucket_find()Ming Lei2012-10-191-2/+2
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1412-140/+1021
|\
| * X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-101-9/+19
| * MPILIB: Provide a function to read raw data into an MPIDavid Howells2012-10-081-0/+55
| * X.509: Add an ASN.1 decoderDavid Howells2012-10-082-0/+479
| * X.509: Add utility functions to render OIDs as stringsDavid Howells2012-10-081-0/+81
| * X.509: Implement simple static OID registryDavid Howells2012-10-085-1/+320
| * MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2012-10-082-0/+71
| * MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-083-139/+5
* | Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds2012-10-111-1/+1
|\ \
| * | lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...Ezequiel Garcia2012-10-111-1/+1
* | | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-0/+19
|\ \ \ | |/ / |/| |
| * | scatterlist: refactor the sg_nentsMaxim Levitsky2012-09-281-5/+2
| * | scatterlist: add sg_nentsMaxim Levitsky2012-09-271-0/+22
* | | mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2012-10-091-0/+9
* | | mm: interval tree updatesMichel Lespinasse2012-10-091-9/+6
* | | rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-092-152/+12
* | | prio_tree: removeMichel Lespinasse2012-10-094-569/+1
* | | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-092-173/+12
* | | rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-096-0/+390
* | | rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-091-32/+2
* | | rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-091-71/+0
* | | rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-092-21/+120
* | | rbtree: augmented rbtree testMichel Lespinasse2012-10-091-2/+101
* | | rbtree: low level optimizations in rb_erase()Michel Lespinasse2012-10-091-34/+64
* | | rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse2012-10-091-43/+62
* | | rbtree: place easiest case first in rb_erase()Michel Lespinasse2012-10-091-17/+18
* | | rbtree: add __rb_change_child() helper functionMichel Lespinasse2012-10-091-29/+17
* | | rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse2012-10-091-1/+1
* | | rbtree: optimize fetching of sibling nodeMichel Lespinasse2012-10-091-8/+13
* | | rbtree: coding style adjustmentsMichel Lespinasse2012-10-091-19/+23
* | | rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse2012-10-091-93/+115
* | | rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse2012-10-091-38/+30
* | | rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-091-11/+17
* | | rbtree: low level optimizations in rb_insert_color()Michel Lespinasse2012-10-091-35/+131
* | | rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse2012-10-091-4/+15
* | | rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse2012-10-091-10/+4
* | | rbtree: performance and correctness testMichel Lespinasse2012-10-093-0/+144
* | | rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-091-1/+19
OpenPOWER on IntegriCloud