aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-6/+6
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Gravatar Linus Torvalds 1-1/+1
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Gravatar Joonsoo Kim 1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-1/+1
2012-12-06lib/Makefile: Fix oid_registry build dependencyGravatar Tim Gardner 1-1/+1
2012-12-05ASN.1: Fix an indefinite length skip errorGravatar David Howells 1-1/+1
2012-12-03treewide: Fix typos in various KconfigGravatar Masanari Iida 1-5/+5
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-1/+1
2012-11-28lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGGravatar Bill Pemberton 1-2/+1
2012-11-23MPI: Fix compilation on MIPS with GCC 4.4 and newerGravatar Manuel Lauss 1-2/+17
2012-11-13rcu: Reduce default RCU CPU stall warning timeoutGravatar Paul E. McKenney 1-1/+1
2012-10-25genalloc: stop crashing the system when destroying a poolGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2012-10-19lib/dma-debug.c: fix __hash_bucket_find()Gravatar Ming Lei 1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-140/+1021
2012-10-11Merge branch 'akpm' (Fixups from Andrew)Gravatar Linus Torvalds 1-1/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+19
2012-10-11lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...Gravatar Ezequiel Garcia 1-1/+1
2012-10-10X.509: Fix indefinite length element skip error handlingGravatar David Howells 1-9/+19
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionGravatar Michel Lespinasse 1-0/+9
2012-10-09mm: interval tree updatesGravatar Michel Lespinasse 1-9/+6
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hGravatar Michel Lespinasse 2-152/+12
2012-10-09prio_tree: removeGravatar Michel Lespinasse 4-569/+1
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 2-173/+12
2012-10-09rbtree: add prio tree and interval tree testsGravatar Michel Lespinasse 6-0/+390
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroGravatar Michel Lespinasse 1-32/+2
2012-10-09rbtree: remove prior augmented rbtree implementationGravatar Michel Lespinasse 1-71/+0
2012-10-09rbtree: faster augmented rbtree manipulationGravatar Michel Lespinasse 2-21/+120
2012-10-09rbtree: augmented rbtree testGravatar Michel Lespinasse 1-2/+101
2012-10-09rbtree: low level optimizations in rb_erase()Gravatar Michel Lespinasse 1-34/+64
2012-10-09rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Gravatar Michel Lespinasse 1-43/+62
2012-10-09rbtree: place easiest case first in rb_erase()Gravatar Michel Lespinasse 1-17/+18
2012-10-09rbtree: add __rb_change_child() helper functionGravatar Michel Lespinasse 1-29/+17
2012-10-09rbtree test: fix sparse warning about 64-bit constantGravatar Michel Lespinasse 1-1/+1
2012-10-09rbtree: optimize fetching of sibling nodeGravatar Michel Lespinasse 1-8/+13
2012-10-09rbtree: coding style adjustmentsGravatar Michel Lespinasse 1-19/+23
2012-10-09rbtree: low level optimizations in __rb_erase_color()Gravatar Michel Lespinasse 1-93/+115
2012-10-09rbtree: optimize case selection logic in __rb_erase_color()Gravatar Michel Lespinasse 1-38/+30
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryGravatar Michel Lespinasse 1-11/+17
2012-10-09rbtree: low level optimizations in rb_insert_color()Gravatar Michel Lespinasse 1-35/+131
2012-10-09rbtree: adjust root color in rb_insert_color() only when necessaryGravatar Michel Lespinasse 1-4/+15
2012-10-09rbtree: break out of rb_insert_color loop after tree rotationGravatar Michel Lespinasse 1-10/+4
2012-10-09rbtree: performance and correctness testGravatar Michel Lespinasse 3-0/+144
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cGravatar Michel Lespinasse 1-1/+19
2012-10-09rbtree: empty nodes have no colorGravatar Michel Lespinasse 1-2/+2
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionGravatar Catalin Marinas 1-4/+4
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionGravatar Catalin Marinas 1-4/+4
2012-10-08MPILIB: Provide a function to read raw data into an MPIGravatar David Howells 1-0/+55
2012-10-08X.509: Add an ASN.1 decoderGravatar David Howells 2-0/+479