summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-05-28Merge 4.14.182 into android-4.14-stableGreg Kroah-Hartman
2020-05-27ubsan: build ubsan.c more conservativelyArnd Bergmann
2020-05-27x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra
2020-05-11Merge 4.14.180 into android-4.14-stableGreg Kroah-Hartman
2020-05-10lib/mpi: Fix building for powerpc with clangNathan Chancellor
2020-04-24Merge 4.14.177 into android-4.14-stableGreg Kroah-Hartman
2020-04-24lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com
2020-04-24uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov
2020-03-05FROMLIST: lib: test_stackinit.c: XFAIL switch variable init testsKees Cook
2020-03-03Merge 4.14.172 into android-4.14Greg Kroah-Hartman
2020-02-28lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko
2020-02-28lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor
2020-02-19ANDROID: test_stackinit: work around LLVM PR44916Alexander Potapenko
2020-02-19Merge 4.14.171 into android-4.14Greg Kroah-Hartman
2020-02-14lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva
2020-02-14ANDROID: make memory initialization tests panic on failureAlexander Potapenko
2020-02-13UPSTREAM: lib/test_stackinit: Handle Clang auto-initialization patternKees Cook
2020-02-13UPSTREAM: lib: Introduce test_stackinit moduleKees Cook
2020-02-12UPSTREAM: dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman
2020-02-12UPSTREAM: lib: dynamic_debug: no need to check return value of debugfs_create...Greg Kroah-Hartman
2020-02-05BACKPORT: atomic: Add irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2020-01-29Merge 4.14.169 into android-4.14Greg Kroah-Hartman
2020-01-29bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko
2020-01-27Merge 4.14.168 into android-4.14Greg Kroah-Hartman
2020-01-27Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds
2020-01-27devres: allow const resource argumentsArnd Bergmann
2020-01-23UPSTREAM: lib/test_meminit.c: add bulk alloc/free testsLaura Abbott
2020-01-23UPSTREAM: lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko
2020-01-13UPSTREAM: kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland
2020-01-13BACKPORT: kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada
2020-01-13BACKPORT: Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru
2020-01-04Merge 4.14.162 into android-4.14Greg Kroah-Hartman
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet
2019-12-17Merge 4.14.159 into android-4.14Greg Kroah-Hartman
2019-12-17lib: raid6: fix awk build warningsGreg Kroah-Hartman
2019-12-05Merge 4.14.158 into android-4.14Greg Kroah-Hartman
2019-12-05lib/genalloc.c: include vmalloc.hOlof Johansson
2019-12-05lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie
2019-12-05lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov
2019-12-05idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)
2019-11-25Merge 4.14.156 into android-4.14Greg Kroah-Hartman
2019-11-24idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)
2019-11-14Merge 4.14.154 into android-4.14Greg Kroah-Hartman
2019-11-12lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche
2019-11-12dump_stack: avoid the livelock of the dump_lockKevin Hao
2019-10-07BACKPORT: lib: untag user pointers in strn*_userAndrey Konovalov
2019-10-07Merge 4.14.148 into android-4.14Greg Kroah-Hartman
2019-10-07kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat
2019-08-28UPSTREAM: lib/test_meminit.c: use GFP_ATOMIC in RCU critical sectionAlexander Potapenko
2019-08-28UPSTREAM: lib/test_meminit.c: minor test fixesAlexander Potapenko