summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox2018-05-221-6/+15
* errseq: Always report a writeback error onceMatthew Wilcox2018-05-091-14/+11
* kobject: don't use WARN for registration failuresDmitry Vyukov2018-05-011-7/+5
* bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-04-261-5/+26
* lib: fix stall in __bitmap_parselist()Yury Norov2018-04-192-1/+5
* rhashtable: Fix rhlist duplicates insertionPaul Blakey2018-03-311-1/+3
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-2/+4
* Fix misannotated out-of-line _copy_to_user()Christophe Leroy2018-03-191-1/+1
* lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook2018-03-151-0/+2
* lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan2018-03-031-1/+17
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-02-251-2/+6
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2018-02-222-98/+2
* swiotlb: suppress warning when __GFP_NOWARN is setChristian König2018-02-221-6/+9