summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-291-1/+2
* devres: allow const resource argumentsArnd Bergmann2020-01-291-1/+2
* kobject: Export kobject_get_unless_zero()Jan Kara2020-01-141-1/+4
* 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-211-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
* 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
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2019-09-062-4/+415
* siphash: add cryptographically secure PRFJason A. Donenfeld2019-09-064-1/+375
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-08-041-4/+5
* rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-08-041-2/+12
* rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-08-041-2/+2
* lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-07-101-4/+2
* mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-06-112-4/+5
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-04-271-2/+2
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-271-0/+20
* ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-04-271-1/+1
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-04-271-0/+2
* lib/int_sqrt: optimize initial value computePeter Zijlstra2019-04-271-4/+2
* lib/int_sqrt: optimize small argumentPeter Zijlstra2019-04-031-0/+3
* assoc_array: Fix shortcut creationDavid Howells2019-03-231-3/+5
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2019-02-201-1/+1
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2019-02-201-1/+5
* rhashtable: add schedule pointsEric Dumazet2019-02-081-1/+4
* rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso2019-02-081-3/+7
* lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso2018-12-211-10/+13
* lib/rbtree-test: lower default paramsDavidlohr Bueso2018-12-212-3/+3
* lib/rbtree_test.c: make input module parametersDavidlohr Bueso2018-12-211-21/+34
* lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso2018-12-211-5/+10
* lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso2018-12-211-17/+40
* swiotlb: clean up reportingKees Cook2018-12-171-11/+9
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-171-1/+2
* kobject: Replace strncpy with memcpyGuenter Roeck2018-12-131-1/+1
* lib/raid6: Fix arm64 test buildJeremy Linton2018-11-271-2/+2
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-211-1/+1
* scsi: klist: Make it safe to use klists in atomic contextBart Van Assche2018-10-101-4/+6
* debugobjects: Make stack check warning more informativeJoel Fernandes (Google)2018-09-151-2/+5
* 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
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2018-07-171-1/+1
* x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2018-07-171-0/+4
* lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-07-031-3/+0
* bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-05-301-5/+26
* kobject: don't use WARN for registration failuresDmitry Vyukov2018-05-021-7/+5
* x86/hweight: Get rid of the special calling conventionBorislav Petkov2018-04-242-2/+4