aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+11
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+6
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitGravatar Ming Lei 1-0/+11
2019-03-21rhashtable: Still do rehash when we get EEXISTGravatar Herbert Xu 1-2/+6
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2019-03-14libfdt: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+15
2019-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-400/+223
2019-03-12Drop flex_arraysGravatar Kent Overstreet 2-399/+1
2019-03-12generic radix treesGravatar Kent Overstreet 2-1/+219
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-127/+324
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-36/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-14/+10
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-1/+27
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-1/+17
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-0/+389
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 10-1/+686
2019-03-07lib/lzo: separate lzo-rle from lzoGravatar Dave Rodgman 2-10/+35
2019-03-07lib/lzo: implement run-length encodingGravatar Dave Rodgman 3-35/+152
2019-03-07lib/lzo: fast 8-byte copy on arm64Gravatar Matt Sealey 1-1/+1
2019-03-07lib/lzo: 64-bit CTZ on arm64Gravatar Matt Sealey 1-1/+1
2019-03-07lib/lzo: tidy-up ifdefsGravatar Dave Rodgman 1-4/+4
2019-03-07lib/ubsan: default UBSAN_ALIGNMENT to not setGravatar Anders Roxell 1-5/+9
2019-03-07lib/test_firmware.c: remove some dead codeGravatar Dan Carpenter 1-9/+0
2019-03-07lib/assoc_array.c: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-03-07lib/test_ubsan.c: VLA no longer used in kernelGravatar Olof Johansson 1-10/+1
2019-03-07lib/div64.c: off by one in shiftGravatar Stanislaw Gruszka 1-2/+2
2019-03-07dynamic_debug: move pr_err from module.c to ddebug_add_moduleGravatar Rasmus Villemoes 1-1/+3
2019-03-07dynamic_debug: remove unused EXPORT_SYMBOLsGravatar Rasmus Villemoes 1-2/+0
2019-03-07dynamic_debug: use pointer comparison in ddebug_remove_moduleGravatar Rasmus Villemoes 1-1/+2
2019-03-07dynamic_debug: don't duplicate modname in ddebug_add_moduleGravatar Rasmus Villemoes 1-8/+7
2019-03-07lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionGravatar Rasmus Villemoes 1-2/+3
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-9/+6
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+136
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-53/+567
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+7
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+15
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugGravatar Changbin Du 1-17/+0
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorGravatar Uladzislau Rezki (Sony) 3-0/+565
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 1-1/+2
2019-03-05kasan: remove use after scope bugs detection.Gravatar Andrey Ryabinin 3-35/+0
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+22
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+2
2019-03-04lib: Introduce test_stackinit moduleGravatar Kees Cook 3-0/+389
2019-03-01kasan: turn off asan-stack for clang-8 and earlierGravatar Arnd Bergmann 1-0/+22
2019-02-28lib/raid6: arm: optimize away a mask operation in NEON recovery routineGravatar Ard Biesheuvel 1-6/+6
2019-02-28lib/raid6: use vdupq_n_u8 to avoid endianness warningsGravatar ndesaulniers@google.com 2-8/+4