summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-02-251-2/+6
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-031-5/+8
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-12-161-0/+4
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-161-5/+5
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-161-0/+2
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-161-21/+26
* lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-301-0/+2
* test: firmware_class: report errors properly on failureBrian Norris2017-11-151-3/+8
* 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/Kconfig.debug: fix frv build failureSudip Mukherjee2017-08-111-1/+1
* swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko2017-07-051-3/+3
* lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-291-3/+3