summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2018-10-03scsi: klist: Make it safe to use klists in atomic contextBart Van Assche
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)
2018-09-05lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin
2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-18lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso
2018-07-16lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()Dan Williams
2018-07-16lib/iov_iter: Document _copy_to_iter_flushcache()Dan Williams
2018-07-16lib/iov_iter: Document _copy_to_iter_mcsafe()Dan Williams
2018-07-09rhashtable: add restart routine in rhashtable_free_and_destroy()Taehee Yoo
2018-07-03lib: rhashtable: Correct self-assignment in rhashtable.cRishabh Bhatnagar
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-29sg: remove ->sg_magic memberJens Axboe
2018-06-28test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza
2018-06-28Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-28kasan: depend on CONFIG_SLUB_DEBUGJason A. Donenfeld
2018-06-28lib/percpu_ida.c: don't do alloc from per-CPU list if there is noneSebastian Andrzej Siewior
2018-06-25Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"Petr Mladek
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-06-20Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande
2018-06-15fault-injection: reorder config entriesMikulas Patocka
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig
2018-06-14dma-mapping: use obj-y instead of lib-y for generic dma opsChristoph Hellwig
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter
2018-06-12locking/refcounts: Implement refcount_dec_and_lock_irqsave()Anna-Maria Gleixner
2018-06-12atomic: Add irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2018-06-12alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-07lib/ucs2_string.c: add MODULE_LICENSE()Randy Dunlap
2018-06-07lib/mpi: headers cleanupVasily Averin
2018-06-07lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior
2018-06-07lib/idr.c: remove simple_ida_lockMatthew Wilcox
2018-06-07lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko