aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-14bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()Gravatar Yury Norov 1-1/+1
2023-10-14bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()Gravatar Yury Norov 1-1/+4
2023-10-14bitmap: fix opencoded bitmap_allocate_region()Gravatar Yury Norov 1-4/+2
2023-10-14bitmap: add test for bitmap_*_region() functionsGravatar Yury Norov 1-0/+24
2023-10-14bitmap: align __reg_op() wrappers with modern coding styleGravatar Yury Norov 1-7/+5
2023-10-14lib/bitmap: split-out string-related operations to a separate filesGravatar Yury Norov 3-513/+511
2023-10-14bitmap: Remove dead code, i.e. bitmap_copy_le()Gravatar Andy Shevchenko 1-23/+0
2023-10-14bitmap: Fix a typo ("identify map")Gravatar Jonathan Neuschäfer 1-2/+2
2023-10-14cpumask: kernel-doc cleanups and additionsGravatar Randy Dunlap 1-5/+12
2023-10-10locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...Gravatar Uros Bizjak 1-1/+1
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/Gravatar David Howells 1-20/+0
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/Gravatar David Howells 1-89/+0
2023-10-09iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()Gravatar David Howells 1-12/+23
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Gravatar Ingo Molnar 7-97/+283
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-76/+240
2023-10-01powerpc: Use shared font dataGravatar Dr. David Alan Gilbert 1-1/+1
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesGravatar Liam R. Howlett 2-73/+235
2023-09-28kunit: test: Fix the possible memory leak in executor_testGravatar Jinjie Ruan 1-14/+22
2023-09-28kunit: Fix possible memory leak in kunit_filter_suites()Gravatar Jinjie Ruan 1-4/+13
2023-09-28kunit: Fix the wrong kfree of copy for kunit_filter_suites()Gravatar Jinjie Ruan 1-1/+1
2023-09-28kunit: Fix missed memory release in kunit_free_suite_set()Gravatar Jinjie Ruan 1-1/+3
2023-09-25iov_iter: Convert iterate*() to inline funcsGravatar David Howells 1-241/+175
2023-09-25iov_iter: Derive user-backedness from the iterator typeGravatar David Howells 1-1/+0
2023-09-22kobject: Replace strlcpy with strscpyGravatar Azeem Shaikh 1-4/+4
2023-09-19argv_split: fix kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2023-09-19scatterlist: add missing function params to kernel-docGravatar Randy Dunlap 1-1/+3
2023-09-18kunit: Reset test status on each param iterationGravatar Michal Wajdeczko 2-4/+7
2023-09-18kunit: string-stream: Test performance of string_streamGravatar Richard Fitzgerald 1-0/+54
2023-09-18kunit: Use string_stream for test logGravatar Richard Fitzgerald 3-61/+75
2023-09-18kunit: string-stream: Add tests for freeing resource-managed string_streamGravatar Richard Fitzgerald 2-5/+145
2023-09-18kunit: string-stream: Decouple string_stream from kunitGravatar Richard Fitzgerald 4-24/+53
2023-09-18kunit: string-stream: Add kunit_alloc_string_stream()Gravatar Richard Fitzgerald 4-18/+29
2023-09-18kunit: Don't use a managed alloc in is_literal()Gravatar Richard Fitzgerald 1-8/+6
2023-09-18kunit: string-stream-test: Add cases for string_stream newline appendingGravatar Richard Fitzgerald 1-0/+93
2023-09-18kunit: string-stream: Add option to make all lines end with newlineGravatar Richard Fitzgerald 2-7/+28
2023-09-18kunit: string-stream: Improve testing of string_streamGravatar Richard Fitzgerald 1-16/+217
2023-09-18kunit: string-stream: Don't create a fragment for empty stringsGravatar Richard Fitzgerald 1-2/+8
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+371
2023-09-15bpf/tests: add tests for cpuv4 instructionsGravatar Puranjay Mohan 1-0/+371
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Gravatar Yury Norov 1-3/+1
2023-09-13lib/ucs2_string: Add UCS-2 strscpy functionGravatar Maximilian Luz 1-0/+52
2023-09-12Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 3-21/+43
2023-09-11lib: Export errnameGravatar Kent Overstreet 1-0/+1
2023-09-11lib/string_helpers: string_get_size() now returns characters wroteGravatar Kent Overstreet 1-4/+6
2023-09-11lib/raid6: Drop IA64 supportGravatar Ard Biesheuvel 3-15/+2
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 3-9/+1
2023-09-09iov_iter: Kunit tests for page extractionGravatar David Howells 1-0/+240
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorGravatar David Howells 3-0/+549
2023-09-09iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesGravatar David Howells 1-15/+15
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 2-2/+8