summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-28acpi: Move common tables helper functions to common libDave Jiang3-0/+194
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+25
2023-10-24kprobes: unused header files removedwuqiang.matt1-6/+0
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)1-12/+10
2023-10-20netlink: add variable-length / auto integersJakub Kicinski1-0/+22
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet1-0/+59
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet1-3/+14
2023-10-19closures: Add a missing includeKent Overstreet1-0/+1
2023-10-19bcache: move closures to lib/Kent Overstreet4-0/+218
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-1/+1
2023-10-19percpu_counter: extend _limited_add() to negative amountsHugh Dickins1-14/+40
2023-10-19shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins1-0/+53
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2-12/+25
2023-10-18Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+52
2023-10-18lib: objpool test module addedwuqiang.matt3-0/+709
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt2-1/+281
2023-10-17bitmap: move bitmap_*_region() functions to bitmap.hYury Norov1-64/+0
2023-10-16lib: add light-weight queuing mechanism.NeilBrown3-1/+164
2023-10-16llist: add llist_del_first_this()NeilBrown1-0/+28
2023-10-15bitmap: drop _reg_op() functionYury Norov1-76/+0
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