summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/int_sqrt: optimize small argumentPeter Zijlstra2019-03-271-0/+3
* assoc_array: Fix shortcut creationDavid Howells2019-03-231-3/+5
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2019-02-121-1/+5
* 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
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-171-1/+2
* swiotlb: clean up reportingKees Cook2018-12-131-11/+9
* kobject: Replace strncpy with memcpyGuenter Roeck2018-12-081-1/+1
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-12-081-1/+1
* 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-101-1/+1
* rhashtable: add schedule pointsEric Dumazet2018-10-181-1/+4
* scsi: klist: Make it safe to use klists in atomic contextBart Van Assche2018-10-031-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
* 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-011-7/+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
* lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan2018-03-031-1/+17
* kasan: rework Kconfig settingsArnd Bergmann2018-02-251-1/+0
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-02-251-2/+6
* lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-172-10/+52
* lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-171-2/+2
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-4/+7
* 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
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-151-2/+2
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-081-0/+3
* assoc_array: Fix a buggy node-splitting caseDavid Howells2017-11-021-34/+17
* lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+6
* lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky2017-10-121-1/+3
* lib/mpi: kunmap after finishing accessing bufferStephan Mueller2017-09-071-1/+3
* lz4: fix bogus gcc warningGreg Kroah-Hartman2017-09-021-1/+1
* lib/Kconfig.debug: fix frv build failureSudip Mukherjee2017-08-111-1/+1
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-07-211-0/+32