summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-162-10/+52
* lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-161-2/+2
* kasan: rework Kconfig settingsArnd Bergmann2018-02-162-1/+12
* test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-02-031-0/+1
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-4/+7
* x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-12-251-1/+1
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-12-141-0/+4
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-141-5/+5
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-141-0/+2
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-141-21/+26
* lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-301-0/+2