summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-011-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-261-4/+4
| |\
| | * rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso2014-09-031-4/+4
* | | genalloc: fix device node resource counterVladimir Zapolskiy2014-09-261-0/+1
|/ /
* | blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-241-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-221-1/+0
|\ \
| * | lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick2014-09-191-1/+0
* | | Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-133-4/+7
* | | KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-121-1/+3
|/ /
* | KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-031-1/+1
* | lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones2014-08-291-1/+6
* | ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHRob Clark2014-08-281-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-141-8/+2
|\
| * rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-141-7/+1
| * rhashtable: RCU annotations for next pointersThomas Graf2014-08-141-1/+1
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-08-141-0/+24
|\ \
| * | Kbuild: Add a option to enable dwarf4 v2Andi Kleen2014-07-301-0/+9
| * | kbuild: Support split debug info v4Andi Kleen2014-07-301-0/+15
* | | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-10/+13
|\ \ \ | |_|/ |/| |
| * | drbd: debugfs: add per volume oldest_requestsLars Ellenberg2014-07-101-9/+12
| * | drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-1/+1
| * | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe2014-07-011-32/+54
| |\ \
* | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-082-2/+9
* | | | initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-087-54/+54
* | | | initrd: fix lz4 decompress with initrdYinghai Lu2014-08-081-22/+43
* | | | kfifo: use BUG_ONHimangi Saraogi2014-08-081-4/+2
* | | | lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang2014-08-081-1/+1
* | | | lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin2014-08-081-11/+14
* | | | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0612-382/+437
|\ \ \ \
| * | | | lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2014-08-061-2/+5
| * | | | lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2014-08-061-2/+5
| * | | | lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes2014-08-061-2/+1
| * | | | lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2014-08-061-6/+6
| * | | | lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes2014-08-061-1/+1
| * | | | lib: bitmap: simplify bitmap_parselistRasmus Villemoes2014-08-061-7/+2
| * | | | lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2014-08-061-5/+5
| * | | | lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2014-08-061-5/+5
| * | | | lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2014-08-061-2/+3
| * | | | lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2014-08-061-2/+2
| * | | | lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2014-08-061-2/+2
| * | | | lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2014-08-061-12/+12
| * | | | lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2014-08-061-1/+1
| * | | | lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2014-08-061-2/+2
| * | | | lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2014-08-061-2/+2
| * | | | lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2014-08-061-2/+2
| * | | | lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2014-08-061-2/+2
| * | | | lib/list_sort.c: convert to pr_fooAndrew Morton2014-08-061-28/+21
| * | | | lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes2014-08-061-1/+3
| * | | | lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes2014-08-061-7/+5
| * | | | lib: list_sort_test(): add extra corruption checkRasmus Villemoes2014-08-061-0/+5