aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-5/+45
2018-06-20Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 7-3279/+1
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15lib/test_printf.c: call wait_for_random_bytes() before plain %p testsGravatar Thierry Escande 1-0/+7
2018-06-15fault-injection: reorder config entriesGravatar Mikulas Patocka 1-18/+18
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaGravatar Christoph Hellwig 7-3279/+1
2018-06-14dma-mapping: use obj-y instead of lib-y for generic dma opsGravatar Christoph Hellwig 1-3/+3
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-4/+7
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 13-25/+33
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 3-11/+17
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 7-10/+12
2018-06-12test_overflow: fix an IS_ERR() vs NULL bugGravatar Dan Carpenter 1-1/+1
2018-06-12locking/refcounts: Implement refcount_dec_and_lock_irqsave()Gravatar Anna-Maria Gleixner 1-0/+28
2018-06-12atomic: Add irqsave variant of atomic_dec_and_lock()Gravatar Anna-Maria Gleixner 1-0/+16
2018-06-12alpha: Remove custom dec_and_lock() implementationGravatar Sebastian Andrzej Siewior 1-5/+1
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 3-13/+13
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyGravatar Masahiro Yamada 1-4/+7
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextGravatar Dan Williams 2-0/+64
2018-06-07lib/ucs2_string.c: add MODULE_LICENSE()Gravatar Randy Dunlap 1-0/+2
2018-06-07lib/mpi: headers cleanupGravatar Vasily Averin 1-70/+5
2018-06-07lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockGravatar Sebastian Andrzej Siewior 1-42/+21
2018-06-07lib/idr.c: remove simple_ida_lockGravatar Matthew Wilcox 1-5/+5
2018-06-07lib/bitmap.c: micro-optimization for __bitmap_complement()Gravatar Yury Norov 1-4/+1
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsGravatar Michal Hocko 1-4/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-250/+574
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+421
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-81/+54
2018-06-05test_overflow: Add memory allocation overflow testsGravatar Kees Cook 1-0/+110
2018-06-05test_overflow: Report test failuresGravatar Kees Cook 1-15/+39
2018-06-05test_overflow: macrofy some more, do more tests for freeGravatar Rasmus Villemoes 1-26/+22
2018-06-05lib: add runtime test of check_*_overflow functionsGravatar Rasmus Villemoes 3-0/+291
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-130/+159
2018-06-05Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Gravatar Petr Mladek 1-3/+0
2018-06-05lib/vsprintf: Remove atomic-unsafe support for %pCrGravatar Geert Uytterhoeven 1-3/+0
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+61
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 9-321/+232
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-32/+81
2018-06-03bpf: add also cbpf long jump test cases with heavy expansionGravatar Daniel Borkmann 1-0/+63
2018-05-31dma-direct: don't crash on device without dma_maskGravatar Christoph Hellwig 1-0/+7
2018-05-28core, dma-direct: add a flag 32-bit dma limitsGravatar Christoph Hellwig 1-0/+6
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+5
2018-05-25idr: fix invalid ptr dereference on item deleteGravatar Matthew Wilcox 1-1/+3
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesGravatar Ming Lei 1-14/+15
2018-05-24dma-debug: check scatterlist segmentsGravatar Robin Murphy 2-0/+45
2018-05-22uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationGravatar Dan Williams 1-0/+3
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-23/+39
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+2