summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-30test_objagg: Fix potential memory leak in error handlingAditya Pakki1-2/+2
2020-06-24lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn1-56/+35
2020-06-22kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens1-10/+19
2020-06-22lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor1-1/+1
2020-06-17lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman1-0/+13
2020-05-27vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2-1/+25
2020-05-10lib: devres: add a helper function for ioremap_ucTuowen Zhao1-0/+19
2020-05-10lib/mpi: Fix building for powerpc with clangNathan Chancellor1-17/+17
2020-04-29lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada1-3/+3
2020-04-23kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov1-0/+2
2020-04-17xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)1-0/+2
2020-04-17XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)2-1/+38
2020-04-13uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov1-14/+2
2020-04-08XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)2-1/+20
2020-03-05kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada1-11/+0
2020-02-28lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko1-2/+6
2020-02-24lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor1-1/+1
2020-02-24debugobjects: Fix various data racesMarco Elver1-21/+25
2020-02-24raid6/test: fix a compilation warningZhengyuan Liu1-1/+1
2020-02-11lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva1-0/+1
2020-02-06XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)2-3/+27
2020-01-29lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy2-14/+14
2020-01-29XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)2-2/+13
2020-01-29XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)2-20/+32
2020-01-29XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)2-0/+20
2020-01-12sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery1-1/+1
2020-01-09lib/ubsan: don't serialize UBSAN reportJulien Grall1-41/+23
2019-12-31ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra1-1/+4
2019-12-17lib: raid6: fix awk build warningsGreg Kroah-Hartman1-1/+1
2019-11-16lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe1-1/+0
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds4-21/+40
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao1-1/+6
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)1-1/+1
2019-11-02idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)1-20/+11
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner1-4/+5
2019-10-19Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds1-9/+28
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman1-3/+19
2019-10-15lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko1-0/+27
2019-10-15lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers1-6/+26
2019-10-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+0
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-9/+0
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar1-21/+0
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino1-9/+0
2019-10-07lib: test_user_copy: style cleanupAleksa Sarai1-6/+9
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor1-2/+2
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap1-2/+2
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai3-13/+186
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+2