summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-15bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()Yury Norov1-1/+1
2023-10-15bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()Yury Norov1-1/+1
2023-10-15bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()Yury Norov1-1/+4
2023-10-15bitmap: fix opencoded bitmap_allocate_region()Yury Norov1-4/+2
2023-10-15bitmap: add test for bitmap_*_region() functionsYury Norov1-0/+24
2023-10-15bitmap: align __reg_op() wrappers with modern coding styleYury Norov1-7/+5
2023-10-15lib/bitmap: split-out string-related operations to a separate filesYury Norov3-513/+511
2023-10-15bitmap: Remove dead code, i.e. bitmap_copy_le()Andy Shevchenko1-23/+0
2023-10-15bitmap: Fix a typo ("identify map")Jonathan Neuschäfer1-2/+2
2023-10-15cpumask: kernel-doc cleanups and additionsRandy Dunlap1-5/+12
2023-10-10locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...Uros Bizjak1-1/+1
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells1-20/+0
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells1-89/+0
2023-10-09iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()David Howells1-12/+23
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar7-97/+283
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-76/+240
2023-10-01powerpc: Use shared font dataDr. David Alan Gilbert1-1/+1
2023-09-30maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2-73/+235
2023-09-28kunit: test: Fix the possible memory leak in executor_testJinjie Ruan1-14/+22
2023-09-28kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan1-4/+13
2023-09-28kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan1-1/+1
2023-09-28kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan1-1/+3
2023-09-25iov_iter: Convert iterate*() to inline funcsDavid Howells1-241/+175
2023-09-25iov_iter: Derive user-backedness from the iterator typeDavid Howells1-1/+0
2023-09-22kobject: Replace strlcpy with strscpyAzeem Shaikh1-4/+4
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-18kunit: Reset test status on each param iterationMichal Wajdeczko2-4/+7
2023-09-18kunit: string-stream: Test performance of string_streamRichard Fitzgerald1-0/+54
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald3-61/+75
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