aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-3/+1
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-9/+0
2016-03-09list: kill list_force_poison()Gravatar Dan Williams 1-9/+0
2016-03-02dma: Provide simple noop dma opsGravatar Christian Borntraeger 2-0/+76
2016-03-01Merge 4.5-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+62
2016-03-01cpu/hotplug: Make target state writeableGravatar Thomas Gleixner 1-0/+13
2016-02-29netfilter: meta: add PRANDOM supportGravatar Florian Westphal 1-0/+1
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesGravatar Ingo Molnar 2-3/+65
2016-02-29cpumask: Export cpumask_any_but()Gravatar Thomas Gleixner 1-0/+1
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionGravatar Josh Poimboeuf 1-0/+12
2016-02-28lib/mpi: use "static inline" instead of "extern inline"Gravatar Arnd Bergmann 2-5/+5
2016-02-28lib/mpi: avoid assembler warningGravatar Arnd Bergmann 1-1/+1
2016-02-28lib/mpi: Endianness fixGravatar Michal Marek 1-18/+21
2016-02-24extable: add support for relative extables to search and sort routinesGravatar Ard Biesheuvel 1-9/+41
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 9-43/+162
2016-02-19test_bitmap: unit tests for lib/bitmap.cGravatar David Decotigny 3-0/+367
2016-02-19lib/bitmap.c: conversion routines to/from u32 arrayGravatar David Decotigny 1-0/+89
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesGravatar Ingo Molnar 10-44/+163
2016-02-16lib/ucs2_string: Correct ucs2 -> utf8 conversionGravatar Jason Andryuk 1-7/+7
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Gravatar Ingo Molnar 1-0/+62