aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yGravatar Arnd Bergmann 1-1/+1
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+73
2018-07-18lib/rhashtable: consider param->min_size when setting initial table sizeGravatar Davidlohr Bueso 1-6/+11
2018-07-16lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()Gravatar Dan Williams 1-4/+33
2018-07-16lib/iov_iter: Document _copy_to_iter_flushcache()Gravatar Dan Williams 1-0/+14
2018-07-16lib/iov_iter: Document _copy_to_iter_mcsafe()Gravatar Dan Williams 1-0/+26
2018-07-09rhashtable: add restart routine in rhashtable_free_and_destroy()Gravatar Taehee Yoo 1-1/+7
2018-07-03lib: rhashtable: Correct self-assignment in rhashtable.cGravatar Rishabh Bhatnagar 1-1/+1
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+20
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+20
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+0
2018-06-29sg: remove ->sg_magic memberGravatar Jens Axboe 1-6/+0
2018-06-28test_bpf: flag tests that cannot be jited on s390Gravatar Kleber Sacilotto de Souza 1-0/+20
2018-06-28Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+0
2018-06-28kasan: depend on CONFIG_SLUB_DEBUGGravatar Jason A. Donenfeld 1-0/+1
2018-06-28lib/percpu_ida.c: don't do alloc from per-CPU list if there is noneGravatar Sebastian Andrzej Siewior 1-1/+1
2018-06-25Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"Gravatar Petr Mladek 1-7/+0
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