summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2023-10-20netlink: add variable-length / auto integersJakub Kicinski
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-10-19closures: Add a missing includeKent Overstreet
2023-10-19bcache: move closures to lib/Kent Overstreet
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18percpu_counter: extend _limited_add() to negative amountsHugh Dickins
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-18Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-10-18lib: objpool test module addedwuqiang.matt
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt
2023-10-16bitmap: move bitmap_*_region() functions to bitmap.hYury Norov
2023-10-16lib: add light-weight queuing mechanism.NeilBrown
2023-10-16llist: add llist_del_first_this()NeilBrown
2023-10-14bitmap: drop _reg_op() functionYury Norov
2023-10-14bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()Yury Norov
2023-10-14bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()Yury Norov
2023-10-14bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()Yury Norov
2023-10-14bitmap: fix opencoded bitmap_allocate_region()Yury Norov
2023-10-14bitmap: add test for bitmap_*_region() functionsYury Norov
2023-10-14bitmap: align __reg_op() wrappers with modern coding styleYury Norov
2023-10-14lib/bitmap: split-out string-related operations to a separate filesYury Norov
2023-10-14bitmap: Remove dead code, i.e. bitmap_copy_le()Andy Shevchenko
2023-10-14bitmap: Fix a typo ("identify map")Jonathan Neuschäfer
2023-10-14cpumask: kernel-doc cleanups and additionsRandy Dunlap
2023-10-10locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...Uros Bizjak
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells
2023-10-09iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()David Howells
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-01powerpc: Use shared font dataDr. David Alan Gilbert
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