summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko2016-03-251-0/+2
* mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-254-0/+292
* mm, kasan: SLAB supportAlexander Potapenko2016-03-251-1/+3
* kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko2016-03-251-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-201-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-131-3/+1
| * | | 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-193-0/+367
| * | | lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny2016-02-191-0/+89
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-185-72/+293
|\ \ \ \
| * | | | sscanf: implement basic character setsJessica Yu2016-03-171-1/+58
| * | | | lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-24/+2
| * | | | 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-173-3/+3
|\ \ \ \ \
| * | | | | lib+mm: fix few spelling mistakesBogdan Sikora2016-02-152-2/+2
| * | | | | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-9/+41
|\ \ \ \ \ \
| * | | | | | extable: add support for relative extables to search and sort routinesArd Biesheuvel2016-02-241-9/+41
* | | | | | | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman2016-03-011-0/+62
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-149-44/+101
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | devres: use to_pci_dev()Geliang Tang2016-02-071-1/+1
* | | | | | | | Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-171-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman2016-02-145-20/+37
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | kobject: export kset_find_obj() for module useGabriel Somlo2016-02-091-0/+1
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-174-24/+27
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann2016-02-282-5/+5
| * | | | | | | | lib/mpi: avoid assembler warningArnd Bergmann2016-02-281-1/+1
| * | | | | | | | lib/mpi: Endianness fixMichal Marek2016-02-281-18/+21
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-162-0/+128
|\ \ \ \ \ \ \ \
| * | | | | | | | mm, printk: introduce new format string for flagsVlastimil Babka2016-03-152-0/+128
* | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpu/hotplug: Make target state writeableThomas Gleixner2016-03-011-0/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |