summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/mpi: Fix building for powerpc with clangNathan Chancellor2020-05-101-17/+17
* lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com2020-04-242-8/+4
* uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-04-241-14/+2
* lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko2020-02-281-2/+6
* lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-02-281-1/+1
* lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-02-141-0/+1
* bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko2020-01-291-0/+20
* Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds2020-01-271-1/+2
* devres: allow const resource argumentsArnd Bergmann2020-01-271-1/+2
* dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2020-01-041-0/+1
* lib: raid6: fix awk build warningsGreg Kroah-Hartman2019-12-171-1/+1
* lib/genalloc.c: include vmalloc.hOlof Johansson2019-12-051-0/+1
* lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie2019-12-051-2/+2
* lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-12-051-8/+12
* idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)2019-12-051-1/+1
* idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-11-241-3/+17
* lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2019-11-122-0/+109
* dump_stack: avoid the livelock of the dump_lockKevin Hao2019-11-121-1/+6
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-10-071-1/+1
* test_firmware: fix a memory leak bugWenwen Wang2019-08-161-1/+4
* lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin2019-07-311-1/+1
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-311-4/+5
* rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-07-311-2/+12
* rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-07-311-2/+2
* lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-07-101-4/+2
* test_firmware: Use correct snprintf() limitDan Carpenter2019-06-111-7/+7
* kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa2019-05-311-4/+7
* mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-05-312-4/+5
* sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-311-1/+1
* x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-05-251-0/+11
* iov_iter: optimize page_copy_sane()Eric Dumazet2019-05-211-2/+15
* ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin2019-05-101-26/+23
* kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov2019-05-081-0/+1
* kasan: remove redundant initialization of variable 'real_size'Colin Ian King2019-05-081-1/+1
* lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing2019-05-021-0/+1
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-04-201-2/+2
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-171-0/+20
* ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-04-051-1/+1
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-04-051-0/+2
* lib/int_sqrt: optimize initial value computePeter Zijlstra2019-04-051-4/+2
* rhashtable: Still do rehash when we get EEXISTHerbert Xu2019-04-031-2/+6
* lib/int_sqrt: optimize small argumentPeter Zijlstra2019-03-271-0/+3
* assoc_array: Fix shortcut creationDavid Howells2019-03-231-3/+5
* lib/test_kmod.c: potential double free in error handlingDan Carpenter2019-03-131-1/+1
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2019-02-121-1/+5
* lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy2019-01-131-0/+1
* raid6/ppc: Fix build for clangJoel Stanley2019-01-131-0/+15
* lib/rbtree-test: lower default paramsDavidlohr Bueso2018-12-172-3/+3
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-171-3/+2
* swiotlb: clean up reportingKees Cook2018-12-131-11/+9