summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-23assoc_array: Fix shortcut creationDavid Howells
2019-02-20test_hexdump: use memcpy instead of strncpyLinus Torvalds
2019-02-20seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman
2019-02-08rhashtable: add schedule pointsEric Dumazet
2019-02-08rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso
2018-12-21lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso
2018-12-21lib/rbtree-test: lower default paramsDavidlohr Bueso
2018-12-21lib/rbtree_test.c: make input module parametersDavidlohr Bueso
2018-12-21lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso
2018-12-21lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso
2018-12-17swiotlb: clean up reportingKees Cook
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai
2018-12-13kobject: Replace strncpy with memcpyGuenter Roeck
2018-11-27lib/raid6: Fix arm64 test buildJeremy Linton
2018-11-21locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-10-10scsi: klist: Make it safe to use klists in atomic contextBart Van Assche
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-07-25lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2018-07-17x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2018-07-03lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven
2018-05-30bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-05-02kobject: don't use WARN for registration failuresDmitry Vyukov
2018-04-24x86/hweight: Get rid of the special calling conventionBorislav Petkov
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-03lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan
2018-02-25kasan: rework Kconfig settingsArnd Bergmann
2018-02-25509: fix printing uninitialized stack memory when OID is emptyEric Biggers
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-12-16dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap
2017-12-16lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates
2017-12-16ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers
2017-12-16ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers
2017-11-30lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers
2017-11-15test: firmware_class: report errors properly on failureBrian Norris
2017-11-15KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers
2017-11-08KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers
2017-11-02assoc_array: Fix a buggy node-splitting caseDavid Howells
2017-10-27lib/digsig: fix dereference of NULL user_key_payloadEric Biggers
2017-08-11lib/Kconfig.debug: fix frv build failureSudip Mukherjee
2017-07-05swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko
2017-06-29lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov
2017-06-14usercopy: Adjust tests to deal with SMAP/PANKees Cook
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann
2016-12-02mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin
2016-11-18lib/genalloc.c: start search from start of chunkDaniel Mentz
2016-10-28lib: add "on"/"off" support to kstrtoboolKees Cook
2016-10-28lib: move strtobool() to kstrtobool()Kees Cook
2016-09-24fix iov_iter_fault_in_readable()Al Viro