summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-09-18kunit: string-stream: Add tests for freeing resource-managed string_streamRichard Fitzgerald2-5/+145
2023-09-18kunit: string-stream: Decouple string_stream from kunitRichard Fitzgerald4-24/+53
2023-09-18kunit: string-stream: Add kunit_alloc_string_stream()Richard Fitzgerald4-18/+29
2023-09-18kunit: Don't use a managed alloc in is_literal()Richard Fitzgerald1-8/+6
2023-09-18kunit: string-stream-test: Add cases for string_stream newline appendingRichard Fitzgerald1-0/+93
2023-09-18kunit: string-stream: Add option to make all lines end with newlineRichard Fitzgerald2-7/+28
2023-09-18kunit: string-stream: Improve testing of string_streamRichard Fitzgerald1-16/+217
2023-09-18kunit: string-stream: Don't create a fragment for empty stringsRichard Fitzgerald1-2/+8
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+371
2023-09-16bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan1-0/+371
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov1-3/+1
2023-09-13lib/ucs2_string: Add UCS-2 strscpy functionMaximilian Luz1-0/+52
2023-09-12Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-21/+43
2023-09-12lib: Export errnameKent Overstreet1-0/+1
2023-09-12lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet1-4/+6
2023-09-11lib/raid6: Drop IA64 supportArd Biesheuvel3-15/+2
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel3-9/+1
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
2023-09-01kunit: test: Make filter strings in executor_test writableDavid Gow1-5/+8
2023-08-31lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor1-0/+5
2023-08-31riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang1-1/+1
2023-08-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+15
2023-08-31Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+3
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-1/+135
2023-08-30Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen4-25/+31
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds4-25/+31
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds9-55/+11
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-618/+636
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-45/+82
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds28-3/+8
2023-08-29Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds9-93/+802
2023-08-29Merge tag 'locking-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-100/+35
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-22/+27