summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)2025-03-161-2/+6
* Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds2025-03-081-1/+1
|\
| * Documentation: fix doc link to fault-injection.rstUjwal Kundur2025-03-051-1/+1
* | Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2025-02-281-3/+2
|\ \ | |/ |/|
| * rcuref: Plug slowpath race in rcuref_put()Thomas Gleixner2025-01-291-3/+2
* | test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not definedKemeng Shi2025-02-171-7/+8
* | lib/iov_iter: fix import_iovec_ubuf iovec managementPavel Begunkov2025-02-171-1/+2
* | Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2025-02-081-2/+4
|\ \
| * | stackinit: Fix comment for test_small_endGeert Uytterhoeven2025-02-061-1/+1
| * | stackinit: Keep selftest union size small on m68kKees Cook2025-02-061-1/+3
* | | Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds2025-02-013-410/+281
|\ \ \
| * | | revert "xarray: port tests to kunit"Andrew Morton2025-02-013-410/+281
* | | | Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2025-01-311-0/+106
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | stackinit: Add union initialization to selftestsKees Cook2025-01-301-0/+103
| * | stackinit: Add old-style zero-init syntax to struct testsKees Cook2025-01-301-0/+3
* | | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2025-01-294-462/+53
|\ \ \
| * | | lib/crc32: remove other generic implementationsEric Biggers2025-01-294-361/+40
| * | | lib/crc: simplify the kconfig options for CRC implementationsEric Biggers2025-01-291-102/+14
* | | | Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-01-291-3/+3
|\ \ \ \
| * | | | treewide: const qualify ctl_tables where applicableJoel Granados2025-01-281-3/+3
* | | | | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-24/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kobject: Remove unused functionsDr. David Alan Gilbert2025-01-141-24/+0
* | | | | Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-271-0/+11
|\ \ \ \ \
| * | | | | Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman2025-01-132-5/+37
| |\| | | |
| * | | | | misc:minor basic kunit testsVimal Agrawal2025-01-081-0/+11
* | | | | | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-267-76/+90
|\ \ \ \ \ \
| * | | | | | mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2025-01-251-4/+1
| * | | | | | alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan2025-01-251-0/+2
| * | | | | | mm: alloc_pages_bulk: rename APILuiz Capitulino2025-01-253-4/+4
| * | | | | | lib/list_debug.c: add object information in case of invalid objectManinder Singh2025-01-251-11/+11
| * | | | | | test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()Liam R. Howlett2025-01-251-0/+28
| * | | | | | maple_tree: only root node could be deficientWei Yang2025-01-131-1/+1
| * | | | | | maple_tree: add a test check deficient nodeWei Yang2025-01-131-0/+28
| * | | | | | maple_tree: simplify split calculationWei Yang2025-01-131-17/+6
| * | | | | | maple_tree: we don't set offset to MAPLE_NODE_SLOTS on errorWei Yang2025-01-131-5/+2
| * | | | | | maple_tree: not possible to be a root node after loopWei Yang2025-01-131-4/+1
| * | | | | | maple_tree: index has been checked to be smaller than pivotWei Yang2025-01-131-7/+6
| * | | | | | maple_tree: use mas_next_slot() directlyWei Yang2025-01-131-24/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2025-01-2618-347/+627
|\ \ \ \ \ \
| * | | | | | include/linux/lz4.h: add some missing macrosGao Xiang2025-01-244-5/+2
| * | | | | | Xarray: use xa_mark_t in xas_squash_marks() to keep code consistentKemeng Shi2025-01-241-8/+12
| * | | | | | Xarray: remove repeat check in xas_squash_marks()Kemeng Shi2025-01-241-3/+0
| * | | | | | Xarray: distinguish large entries correctly in xas_split_alloc()Kemeng Shi2025-01-241-1/+1
| * | | | | | Xarray: move forward index correctly in xas_pause()Kemeng Shi2025-01-242-0/+36
| * | | | | | Xarray: do not return sibling entries from xas_find_marked()Kemeng Shi2025-01-241-0/+2
| * | | | | | lib/list_sort: clarify comparison function requirements in list_sort()Kuan-Wei Chiu2025-01-241-0/+7
| * | | | | | lib/sort: clarify comparison function requirements in sort_r()Kuan-Wei Chiu2025-01-241-0/+7
| * | | | | | lib/inflate.c: remove dead codeAriel Otilibili2025-01-121-2/+0
| * | | | | | iov_iter: remove setting of page->indexMatthew Wilcox (Oracle)2025-01-121-3/+0
| * | | | | | lib/math: add int_sqrt test suiteLuis Felipe Hernandez2025-01-124-0/+83