summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett
2023-09-28kunit: test: Fix the possible memory leak in executor_testJinjie Ruan
2023-09-28kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan
2023-09-28kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan
2023-09-28kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan
2023-09-25iov_iter: Convert iterate*() to inline funcsDavid Howells
2023-09-25iov_iter: Derive user-backedness from the iterator typeDavid Howells
2023-09-22kobject: Replace strlcpy with strscpyAzeem Shaikh
2023-09-19argv_split: fix kernel-doc warningsRandy Dunlap
2023-09-19scatterlist: add missing function params to kernel-docRandy Dunlap
2023-09-18kunit: Reset test status on each param iterationMichal Wajdeczko
2023-09-18kunit: string-stream: Test performance of string_streamRichard Fitzgerald
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald
2023-09-18kunit: string-stream: Add tests for freeing resource-managed string_streamRichard Fitzgerald
2023-09-18kunit: string-stream: Decouple string_stream from kunitRichard Fitzgerald
2023-09-18kunit: string-stream: Add kunit_alloc_string_stream()Richard Fitzgerald
2023-09-18kunit: Don't use a managed alloc in is_literal()Richard Fitzgerald
2023-09-18kunit: string-stream-test: Add cases for string_stream newline appendingRichard Fitzgerald
2023-09-18kunit: string-stream: Add option to make all lines end with newlineRichard Fitzgerald
2023-09-18kunit: string-stream: Improve testing of string_streamRichard Fitzgerald
2023-09-18kunit: string-stream: Don't create a fragment for empty stringsRichard Fitzgerald
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2023-09-13lib/ucs2_string: Add UCS-2 strscpy functionMaximilian Luz
2023-09-12Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-09-11lib: Export errnameKent Overstreet
2023-09-11lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet
2023-09-11lib/raid6: Drop IA64 supportArd Biesheuvel
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-09iov_iter: Kunit tests for page extractionDavid Howells
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorDavid Howells
2023-09-09iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui
2023-09-05idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch
2023-09-05xarray: Document necessary flag in alloc functionsPhilipp Stanner
2023-09-05kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan
2023-09-05kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan
2023-09-05kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan
2023-09-05kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-01kunit: test: Make filter strings in executor_test writableDavid Gow
2023-08-31lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor