summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-03-05kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada
2020-02-28lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko
2020-02-24lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor
2020-02-24debugobjects: Fix various data racesMarco Elver
2020-02-24raid6/test: fix a compilation warningZhengyuan Liu
2020-02-11lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva
2020-02-05XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)
2020-01-29lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy
2020-01-29XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)
2020-01-29XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)
2020-01-29XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)
2020-01-12sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery
2020-01-09lib/ubsan: don't serialize UBSAN reportJulien Grall
2019-12-31ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-12-17lib: raid6: fix awk build warningsGreg Kroah-Hartman
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner
2019-10-18Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino
2019-10-07lib: test_user_copy: style cleanupAleksa Sarai
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-27lib: dimlib: fix help text typosRandy Dunlap
2019-09-27dimlib: make DIMLIB a hidden symbolUwe Kleine-König
2019-09-25lib: untag user pointers in strn*_userAndrey Konovalov
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook
2019-09-25compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd
2019-09-25lib/extable.c: add missing prototypesValdis Kletnieks
2019-09-25lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks
2019-09-25strscpy: reject buffer sizes larger than INT_MAXKees Cook
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)