summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-05-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-20/+21
2025-05-02ubsan: Fix panic from test_ubsan_out_of_boundsMostafa Saleh1-7/+11
2025-05-02crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu1-8/+18
2025-05-02lib/Kconfig.ubsan: Remove 'default UBSAN' from UBSAN_INTEGER_WRAPNathan Chancellor1-1/+0
2025-04-25string: Add load_unaligned_zeropad() code path to sized_strscpy()Peter Collingbourne1-3/+10
2025-04-25lib/iov_iter: fix to increase non slab folio refcountSheng Yong1-1/+1
2025-04-25alloc_tag: handle incomplete bulk allocations in vm_module_tags_populateT.J. Mercier1-3/+12
2025-04-20lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsetsT Pratham1-2/+0
2025-04-20tracing: Disable branch profiling in noinstr codeJosh Poimboeuf1-0/+5
2025-04-20zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to 11.0 to work aroun...Ingo Molnar1-1/+1
2025-04-10rust: fix signature of rust_fmt_argumentAlice Ryhl1-1/+1
2025-04-10lib: 842: Improve error handling in sw842_compress()Tanya Agarwal1-0/+2
2025-04-10kunit/stackinit: Use fill byte different from Clang i386 patternKees Cook1-10/+20
2025-03-16mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)1-2/+6
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-03-05Documentation: fix doc link to fault-injection.rstUjwal Kundur1-1/+1
2025-02-28Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2025-02-17test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not definedKemeng Shi1-7/+8
2025-02-17lib/iov_iter: fix import_iovec_ubuf iovec managementPavel Begunkov1-1/+2
2025-02-08Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2025-02-06stackinit: Fix comment for test_small_endGeert Uytterhoeven1-1/+1
2025-02-06stackinit: Keep selftest union size small on m68kKees Cook1-1/+3
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds3-410/+281
2025-02-01revert "xarray: port tests to kunit"Andrew Morton3-410/+281
2025-01-31Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+106
2025-01-30stackinit: Add union initialization to selftestsKees Cook1-0/+103
2025-01-30stackinit: Add old-style zero-init syntax to struct testsKees Cook1-0/+3
2025-01-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds4-462/+53
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2025-01-29lib/crc32: remove other generic implementationsEric Biggers4-361/+40
2025-01-29lib/crc: simplify the kconfig options for CRC implementationsEric Biggers1-102/+14
2025-01-29rcuref: Plug slowpath race in rcuref_put()Thomas Gleixner1-3/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+0
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-3/+3
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-76/+90
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds18-347/+627
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-25alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan1-0/+2
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino3-4/+4
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh1-11/+11
2025-01-25test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()Liam R. Howlett1-0/+28
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang4-5/+2
2025-01-24Xarray: use xa_mark_t in xas_squash_marks() to keep code consistentKemeng Shi1-8/+12
2025-01-24Xarray: remove repeat check in xas_squash_marks()Kemeng Shi1-3/+0
2025-01-24Xarray: distinguish large entries correctly in xas_split_alloc()Kemeng Shi1-1/+1
2025-01-24Xarray: move forward index correctly in xas_pause()Kemeng Shi2-0/+36
2025-01-24Xarray: do not return sibling entries from xas_find_marked()Kemeng Shi1-0/+2
2025-01-24lib/list_sort: clarify comparison function requirements in list_sort()Kuan-Wei Chiu1-0/+7
2025-01-24lib/sort: clarify comparison function requirements in sort_r()Kuan-Wei Chiu1-0/+7