summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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
2016-03-02dma: Provide simple noop dma opsChristian Borntraeger
2016-03-01Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman
2016-03-01cpu/hotplug: Make target state writeableThomas Gleixner
2016-02-29netfilter: meta: add PRANDOM supportFlorian Westphal
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar
2016-02-29cpumask: Export cpumask_any_but()Thomas Gleixner
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf
2016-02-28lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann
2016-02-28lib/mpi: avoid assembler warningArnd Bergmann
2016-02-28lib/mpi: Endianness fixMichal Marek
2016-02-24extable: add support for relative extables to search and sort routinesArd Biesheuvel
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19test_bitmap: unit tests for lib/bitmap.cDavid Decotigny
2016-02-19lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar