summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12KEYS: Fix ASN.1 indefinite length object parsingDavid Howells
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-05lib/stackdepot: avoid to return 0 handleJoonsoo Kim
2016-04-28lib/stackdepot.c: allow the stack trace hash to be zeroAlexander Potapenko
2016-04-16Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-04-13lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra
2016-04-13lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra
2016-04-13Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro
2016-04-06lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao
2016-04-06lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao
2016-04-06lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao
2016-04-06lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao
2016-04-06assoc_array: don't call compare_object() on a nodeJerome Marchand
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17sscanf: implement basic character setsJessica Yu
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko
2016-03-17radix_tree: add radix_tree_dumpMatthew Wilcox
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox
2016-03-17radix_tree: loop based on shift count, not heightMatthew Wilcox
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens
2016-03-17radix-tree: account radix_tree_node to memory cgroupVladimir Davydov
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-03-09list: kill list_force_poison()Dan Williams