summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* closures: Fix race in closure_sync()Kent Overstreet2023-10-301-0/+3
* closures: Better memory barriersKent Overstreet2023-10-301-2/+4
* Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-3/+1
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-077-97/+283
| |\
| * | sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov2023-09-151-3/+1
* | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-1/+1
|\ \ \
| * | | locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...Uros Bizjak2023-10-101-1/+1
| | |/ | |/|
* | | Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-307-7/+299
|\ \ \
| * | | lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet2023-10-191-0/+59
| * | | lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet2023-10-191-3/+14
| * | | closures: Add a missing includeKent Overstreet2023-10-191-0/+1
| * | | bcache: move closures to lib/Kent Overstreet2023-10-194-0/+218
| * | | lib: Export errnameKent Overstreet2023-09-111-0/+1
| * | | lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet2023-09-111-4/+6
| | |/ | |/|
* | | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-304-1/+192
|\ \ \
| * | | lib: add light-weight queuing mechanism.NeilBrown2023-10-163-1/+164
| * | | llist: add llist_del_first_this()NeilBrown2023-10-161-0/+28
| | |/ | |/|
* | | Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-301/+136
|\ \ \
| * | | iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells2023-10-091-20/+0
| * | | iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells2023-10-091-89/+0
| * | | iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()David Howells2023-10-091-12/+23
| * | | iov_iter: Convert iterate*() to inline funcsDavid Howells2023-09-251-241/+175
| * | | iov_iter: Derive user-backedness from the iterator typeDavid Howells2023-09-251-1/+0
* | | | maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-182-12/+25
| |/ / |/| |
* | | maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-292-73/+235
* | | argv_split: fix kernel-doc warningsRandy Dunlap2023-09-191-2/+2
* | | scatterlist: add missing function params to kernel-docRandy Dunlap2023-09-191-1/+3
|/ /
* | Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-123-21/+43
|\ \ | |/ |/|
| * kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-09-051-2/+2
| * kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan2023-09-051-4/+19
| * kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan2023-09-051-9/+12
| * kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-051-1/+2
| * kunit: test: Make filter strings in executor_test writableDavid Gow2023-09-011-5/+8
* | iov_iter: Kunit tests for page extractionDavid Howells2023-09-091-0/+240
* | iov_iter: Kunit tests for copying to/from an iteratorDavid Howells2023-09-093-0/+549
* | iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells2023-09-091-15/+15
* | Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2023-09-082-2/+8
|\ \
| * | idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch2023-09-051-1/+1
| * | xarray: Document necessary flag in alloc functionsPhilipp Stanner2023-09-051-0/+6
| * | XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-07-281-1/+1
* | | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-086-0/+1002
|\ \ \
| * | | raid6: Add LoongArch SIMD recovery implementationWANG Xuerui2023-09-064-2/+523
| * | | raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui2023-09-065-0/+481
| * | | Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen2023-08-304-25/+31
| |\ \ \
* | \ \ \ Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-041-1/+1
|\ \ \ \ \
| * | | | | lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor2023-08-161-1/+1
* | | | | | Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-09-011-19/+43
|\ \ \ \ \ \
| * | | | | | pcpcntr: add group allocation/freeMateusz Guzik2023-08-251-19/+43
* | | | | | | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-2/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-135-7/+16
| |\ \ \ \ \ \ \