summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-02-241-1/+1
* lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-02-111-0/+1
* 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
* idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)2019-12-171-20/+11
* 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
* lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2019-12-011-4/+6
* idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-11-241-2/+13
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-3/+3
* dump_stack: avoid the livelock of the dump_lockKevin Hao2019-11-121-1/+6
* lib: textsearch: fix escapes in example codeRandy Dunlap2019-10-291-2/+2
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-10-071-1/+1
* lib: logic_pio: Add logic_pio_unregister_range()John Garry2019-09-061-0/+14
* lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry2019-09-061-5/+5
* lib: logic_pio: Fix RCU usageJohn Garry2019-09-061-14/+35
* test_firmware: fix a memory leak bugWenwen Wang2019-08-161-1/+4
* lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-08-061-3/+3
* lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-08-061-5/+6
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-261-4/+5
* rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-07-261-2/+12
* rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-07-261-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
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-1/+1
* 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-221-2/+15
* ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin2019-05-101-26/+23
* 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
* rhashtable: Still do rehash when we get EEXISTHerbert Xu2019-04-031-2/+6
* 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
* lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche2019-02-121-8/+15
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2019-02-121-1/+5
* fix int_sqrt64() for very large numbersFlorian La Roche2019-01-221-1/+1
* 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
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-171-3/+2
* test_firmware: fix error return getting clobberedColin Ian King2018-12-131-0/+1
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-12-081-1/+1