summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-27bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang1-8/+11
2024-04-03pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner1-1/+1
2024-03-27net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao1-2/+1
2024-03-27lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow1-2/+2
2024-03-27lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow1-1/+1
2024-03-27kunit: test: Log the correct filter string in executor_testDavid Gow1-1/+1
2024-03-06netlink: add nla be16/32 types to minlen arrayFlorian Westphal1-0/+4
2024-03-01lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck1-0/+1
2024-02-23Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman1-10/+14
2024-02-05kunit: run test suites only after module initialization completesMarco Pagani2-3/+15
2024-02-05debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda1-122/+78
2024-02-01crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang1-0/+3
2024-01-26kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald1-1/+3
2024-01-20ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2-1/+41
2024-01-20kunit: Reset suite counter right before running testsMichal Wajdeczko1-2/+2
2024-01-20kunit: Warn if tests are slowMaxime Ripard1-0/+38
2024-01-05maple_tree: do not preallocate nodes for slot storesSidhartha Kumar1-0/+11
2024-01-01lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina1-3/+8
2023-12-20cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-15/+0
2023-12-13lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei1-6/+16
2023-12-13zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell1-1/+1
2023-12-08parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller1-6/+0
2023-11-28lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet1-3/+14
2023-11-20kunit: test: Fix the possible memory leak in executor_testJinjie Ruan1-14/+22
2023-11-20kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan1-4/+13
2023-11-20kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan1-1/+1
2023-11-20kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan1-1/+3
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2-12/+25
2023-09-30maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2-73/+235
2023-09-19argv_split: fix kernel-doc warningsRandy Dunlap1-2/+2
2023-09-19scatterlist: add missing function params to kernel-docRandy Dunlap1-1/+3
2023-09-12Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-21/+43
2023-09-10iov_iter: Kunit tests for page extractionDavid Howells1-0/+240
2023-09-10iov_iter: Kunit tests for copying to/from an iteratorDavid Howells3-0/+549
2023-09-10iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells1-15/+15
2023-09-09Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2-2/+8
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-0/+1002
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui4-2/+523
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui5-0/+481
2023-09-06idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch1-1/+1
2023-09-06xarray: Document necessary flag in alloc functionsPhilipp Stanner1-0/+6
2023-09-05kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan1-2/+2
2023-09-05kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan1-4/+19
2023-09-05kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan1-9/+12
2023-09-05kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan1-1/+2
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2023-09-02Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-19/+43
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-31/+31
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6