summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_firmware: fix error return getting clobberedColin Ian King2018-12-131-0/+1
* kobject: Replace strncpy with memcpyGuenter Roeck2018-12-081-1/+1
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-12-081-1/+1
* lib/test_kmod.c: fix rmmod double freeLuis Chamberlain2018-12-051-1/+0
* lib/raid6: Fix arm64 test buildJeremy Linton2018-11-271-2/+2
* lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-211-2/+1
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-131-1/+1
* test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo2018-11-041-1/+1
* scsi: klist: Make it safe to use klists in atomic contextBart Van Assche2018-10-031-4/+6
* rhashtable: add schedule pointsEric Dumazet2018-09-191-0/+2
* debugobjects: Make stack check warning more informativeJoel Fernandes (Google)2018-09-151-2/+5
* printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-09-051-3/+0
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-2/+2
* lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso2018-07-251-6/+11
* lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-07-031-3/+0
* lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez2018-05-301-1/+1
* idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-301-1/+3
* radix tree: fix multi-order iteration raceRoss Zwisler2018-05-221-4/+2