summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner2024-04-031-1/+1
* net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao2024-03-261-2/+1
* lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-2/+2
* lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-1/+1
* kunit: test: Log the correct filter string in executor_testDavid Gow2024-03-261-1/+1
* netlink: add nla be16/32 types to minlen arrayFlorian Westphal2024-03-061-0/+4
* lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck2024-03-011-0/+1
* Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman2024-02-231-10/+14
* kunit: run test suites only after module initialization completesMarco Pagani2024-02-052-3/+15
* debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda2024-02-051-122/+78
* crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang2024-01-311-0/+3
* kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2024-01-251-1/+3
* ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2024-01-202-1/+41
* kunit: Reset suite counter right before running testsMichal Wajdeczko2024-01-201-2/+2
* kunit: Warn if tests are slowMaxime Ripard2024-01-201-0/+38
* maple_tree: do not preallocate nodes for slot storesSidhartha Kumar2024-01-051-0/+11
* lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina2024-01-011-3/+8
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-201-15/+0
* lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei2023-12-131-6/+16
* zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell2023-12-131-1/+1
* parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-12-081-6/+0
* lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet2023-11-281-3/+14
* kunit: test: Fix the possible memory leak in executor_testJinjie Ruan2023-11-201-14/+22
* kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-11-201-4/+13
* kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan2023-11-201-1/+1
* kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan2023-11-201-1/+3
* maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-182-12/+25
* maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-292-73/+235
* argv_split: fix kernel-doc warningsRandy Dunlap2023-09-191-2/+2
* scatterlist: add missing function params to kernel-docRandy Dunlap2023-09-191-1/+3
* Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-123-21/+43
|\
| * kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-09-051-2/+2
| * kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan2023-09-051-4/+19
| * kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan2023-09-051-9/+12
| * kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-051-1/+2
| * kunit: test: Make filter strings in executor_test writableDavid Gow2023-09-011-5/+8
* | iov_iter: Kunit tests for page extractionDavid Howells2023-09-091-0/+240
* | iov_iter: Kunit tests for copying to/from an iteratorDavid Howells2023-09-093-0/+549
* | iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells2023-09-091-15/+15
* | Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2023-09-082-2/+8
|\ \
| * | idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch2023-09-051-1/+1
| * | xarray: Document necessary flag in alloc functionsPhilipp Stanner2023-09-051-0/+6
| * | XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-07-281-1/+1
* | | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-086-0/+1002
|\ \ \
| * | | raid6: Add LoongArch SIMD recovery implementationWANG Xuerui2023-09-064-2/+523
| * | | raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui2023-09-065-0/+481
| * | | Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen2023-08-304-25/+31
| |\ \ \
* | \ \ \ Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-041-1/+1
|\ \ \ \ \
| * | | | | lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor2023-08-161-1/+1
* | | | | | Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-09-011-19/+43
|\ \ \ \ \ \