aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+33
2016-05-16Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-408/+1
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+19
2016-05-12KEYS: Fix ASN.1 indefinite length object parsingGravatar David Howells 1-7/+9
2016-05-11Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 4-22/+246
2016-05-05lib/stackdepot: avoid to return 0 handleGravatar Joonsoo Kim 1-1/+5
2016-04-28lib/stackdepot.c: allow the stack trace hash to be zeroGravatar Alexander Potapenko 1-4/+0
2016-04-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+33
2016-04-16Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+13
2016-04-13lib: lz4: cleanup unaligned access efficiency detectionGravatar Rui Salvaterra 1-3/+1
2016-04-13lib: lz4: fixed zram with lz4 on big endian machinesGravatar Rui Salvaterra 1-9/+12
2016-04-13Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar James Morris 1-1/+3
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Gravatar Al Viro 1-0/+19
2016-04-06lib/test_bpf: Add additional BPF_ADD testsGravatar Naveen N. Rao 1-0/+128
2016-04-06lib/test_bpf: Add test to check for result of 32-bit add that overflowsGravatar Naveen N. Rao 1-0/+64
2016-04-06lib/test_bpf: Add tests for unsigned BPF_JGTGravatar Naveen N. Rao 1-0/+29
2016-04-06lib/test_bpf: Fix JMP_JSET testsGravatar Naveen N. Rao 1-4/+4
2016-04-06assoc_array: don't call compare_object() on a nodeGravatar Jerome Marchand 1-1/+3
2016-04-01lib/proportions: Remove unused codeGravatar Richard Cochran 2-408/+1
2016-03-31rcutorture: Add RCU grace-period performance testsGravatar Paul E. McKenney 1-0/+33
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Gravatar Alexander Potapenko 1-0/+2
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABGravatar Alexander Potapenko 4-0/+292
2016-03-25mm, kasan: SLAB supportGravatar Alexander Potapenko 1-1/+3
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Gravatar Alexander Potapenko 1-1/+27
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionGravatar Helge Deller 1-1/+1
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesGravatar Andrey Ryabinin 1-0/+5
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 2-0/+33
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-0/+76
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-3/+458
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-72/+293
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-3/+3
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-9/+41
2016-03-17sscanf: implement basic character setsGravatar Jessica Yu 1-1/+58
2016-03-17lib/bug.c: use common WARN helperGravatar Josh Poimboeuf 1-24/+2
2016-03-17lib: add "on"/"off" support to kstrtoboolGravatar Kees Cook 1-3/+17
2016-03-17lib: move strtobool() to kstrtobool()Gravatar Kees Cook 2-29/+50
2016-03-17lib/string: introduce match_string() helperGravatar Andy Shevchenko 1-0/+26
2016-03-17radix_tree: add radix_tree_dumpGravatar Matthew Wilcox 1-0/+35
2016-03-17radix_tree: add support for multi-order entriesGravatar Matthew Wilcox 1-26/+83
2016-03-17radix_tree: loop based on shift count, not heightGravatar Matthew Wilcox 1-3/+3
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersGravatar Matthew Wilcox 1-6/+18
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesGravatar Heiko Carstens 1-0/+11
2016-03-17radix-tree: account radix_tree_node to memory cgroupGravatar Vladimir Davydov 1-3/+13
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-24/+27
2016-03-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-0/+128
2016-03-15mm, printk: introduce new format string for flagsGravatar Vlastimil Babka 2-0/+128
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+13