aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 7-7/+299
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 4-1/+192
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-301/+136
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Gravatar Kent Overstreet 1-0/+59
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Gravatar Kent Overstreet 1-3/+14
2023-10-19closures: Add a missing includeGravatar Kent Overstreet 1-0/+1
2023-10-19bcache: move closures to lib/Gravatar Kent Overstreet 4-0/+218
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Gravatar Liam R. Howlett 2-12/+25
2023-10-16lib: add light-weight queuing mechanism.Gravatar NeilBrown 3-1/+164
2023-10-16llist: add llist_del_first_this()Gravatar NeilBrown 1-0/+28
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-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesGravatar Liam R. Howlett 2-73/+235
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-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Gravatar Yury Norov 1-3/+1
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-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
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 6-0/+1002
2023-09-06raid6: Add LoongArch SIMD recovery implementationGravatar WANG Xuerui 4-2/+523
2023-09-06raid6: Add LoongArch SIMD syndrome calculationGravatar WANG Xuerui 5-0/+481
2023-09-05idr: fix param name in idr_alloc_cyclic() docGravatar Ariel Marcovitch 1-1/+1
2023-09-05xarray: Document necessary flag in alloc functionsGravatar Philipp Stanner 1-0/+6
2023-09-05kunit: Fix possible memory leak in kunit_filter_suites()Gravatar Jinjie Ruan 1-2/+2
2023-09-05kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Gravatar Jinjie Ruan 1-4/+19
2023-09-05kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Gravatar Jinjie Ruan 1-9/+12
2023-09-05kunit: Fix wild-memory-access bug in kunit_free_suite_set()Gravatar Jinjie Ruan 1-1/+2
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-19/+43
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+6
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-31/+31
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2023-09-01kunit: test: Make filter strings in executor_test writableGravatar David Gow 1-5/+8
2023-08-31lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VGravatar Nathan Chancellor 1-0/+5
2023-08-31riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BGravatar Jisheng Zhang 1-1/+1
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+15