summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-0/+33
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-04-271-0/+33
| |\
| | * rcutorture: Add RCU grace-period performance testsPaul E. McKenney2016-03-311-0/+33
* | | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-162-408/+1Star
|\ \ \
| * | | lib/proportions: Remove unused codeRichard Cochran2016-04-012-408/+1Star
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-141-0/+19
|\ \ \
| * \ \ Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-114-22/+246
| |\ \ \
| * | | | fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro2016-04-091-0/+19
| | |/ / | |/| |
* | | | KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-05-121-7/+9
| |/ / |/| |
* | | lib/stackdepot: avoid to return 0 handleJoonsoo Kim2016-05-061-1/+5
* | | lib/stackdepot.c: allow the stack trace hash to be zeroAlexander Potapenko2016-04-291-4/+0Star
| |/ |/|
* | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-04-171-12/+13
|\ \
| * | lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra2016-04-131-3/+1Star
| * | lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-04-131-9/+12
| |/
* | Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2016-04-131-1/+3
|\ \
| * | assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-061-1/+3
| |/
* | lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao2016-04-061-0/+128
* | lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao2016-04-061-0/+64
* | lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao2016-04-061-0/+29
* | lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao2016-04-061-4/+4
|/
* kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko2016-03-261-0/+2
* mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-264-0/+292
* mm, kasan: SLAB supportAlexander Potapenko2016-03-261-1/+3
* kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko2016-03-261-1/+27
* parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2016-03-231-1/+1
* ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2016-03-221-0/+5
* kernel: add kcov code coverageDmitry Vyukov2016-03-222-0/+33
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-0/+12
|\
| * objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf2016-02-291-0/+12
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-202-0/+76
|\ \
| * | dma: Provide simple noop dma opsChristian Borntraeger2016-03-022-0/+76
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-196-3/+458
|\ \ \
| * | | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-141-3/+1Star
| * | | netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-291-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-239-43/+162
| |\| |
| * | | test_bitmap: unit tests for lib/bitmap.cDavid Decotigny2016-02-203-0/+367
| * | | lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny2016-02-201-0/+89
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-195-72/+293
|\ \ \ \
| * | | | sscanf: implement basic character setsJessica Yu2016-03-171-1/+58
| * | | | lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-24/+2Star
| * | | | lib: add "on"/"off" support to kstrtoboolKees Cook2016-03-171-3/+17
| * | | | lib: move strtobool() to kstrtobool()Kees Cook2016-03-172-29/+50
| * | | | lib/string: introduce match_string() helperAndy Shevchenko2016-03-171-0/+26
| * | | | radix_tree: add radix_tree_dumpMatthew Wilcox2016-03-171-0/+35
| * | | | radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-171-26/+83
| * | | | radix_tree: loop based on shift count, not heightMatthew Wilcox2016-03-171-3/+3
| * | | | radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox2016-03-171-6/+18
| * | | | lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens2016-03-171-0/+11
| * | | | radix-tree: account radix_tree_node to memory cgroupVladimir Davydov2016-03-171-3/+13
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-183-3/+3
|\ \ \ \ \