summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAge
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-10-07
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2019-09-06
* siphash: add cryptographically secure PRFJason A. Donenfeld2019-09-06
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-08-04
* rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-08-04
* rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-08-04
* lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-07-10
* mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-06-11
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-04-27
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-27
* ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-04-27
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-04-27
* lib/int_sqrt: optimize initial value computePeter Zijlstra2019-04-27
* lib/int_sqrt: optimize small argumentPeter Zijlstra2019-04-03
* assoc_array: Fix shortcut creationDavid Howells2019-03-23
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2019-02-20
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2019-02-20
* rhashtable: add schedule pointsEric Dumazet2019-02-08
* rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso2019-02-08
* lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso2018-12-21
* lib/rbtree-test: lower default paramsDavidlohr Bueso2018-12-21
* lib/rbtree_test.c: make input module parametersDavidlohr Bueso2018-12-21
* lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso2018-12-21
* lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso2018-12-21
* swiotlb: clean up reportingKees Cook2018-12-17
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-17
* kobject: Replace strncpy with memcpyGuenter Roeck2018-12-13
* lib/raid6: Fix arm64 test buildJeremy Linton2018-11-27
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-21
* scsi: klist: Make it safe to use klists in atomic contextBart Van Assche2018-10-10
* debugobjects: Make stack check warning more informativeJoel Fernandes (Google)2018-09-15
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-17
* lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso2018-07-25
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2018-07-17
* x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2018-07-17
* lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-07-03
* bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-05-30
* kobject: don't use WARN for registration failuresDmitry Vyukov2018-05-02
* x86/hweight: Get rid of the special calling conventionBorislav Petkov2018-04-24
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-28
* lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan2018-03-03
* kasan: rework Kconfig settingsArnd Bergmann2018-02-25
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-02-25
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-03
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-12-16
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-16
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-16
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-16
* lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-30
* test: firmware_class: report errors properly on failureBrian Norris2017-11-15