aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-7/+299
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-1/+192
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-301/+136
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-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2-12/+25
2023-10-16lib: add light-weight queuing mechanism.NeilBrown3-1/+164
2023-10-16llist: add llist_del_first_this()NeilBrown1-0/+28
2023-10-10locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_put_slowpath()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 branchIngo Molnar7-97/+283
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2-73/+235
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-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov1-3/+1
2023-09-12Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-21/+43
2023-09-11lib: Export errnameKent Overstreet1-0/+1
2023-09-11lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet1-4/+6
2023-09-09iov_iter: Kunit tests for page extractionDavid Howells1-0/+240
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorDavid Howells3-0/+549
2023-09-09iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells1-15/+15
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2-2/+8
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds6-0/+1002
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui4-2/+523
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui5-0/+481
2023-09-05idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch1-1/+1
2023-09-05xarray: Document necessary flag in alloc functionsPhilipp Stanner1-0/+6
2023-09-05kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan1-2/+2
2023-09-05kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan1-4/+19
2023-09-05kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan1-9/+12
2023-09-05kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan1-1/+2
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+1
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-19/+43
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+6
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-31/+31
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+6
2023-09-01kunit: test: Make filter strings in executor_test writableDavid Gow1-5/+8
2023-08-31lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor1-0/+5
2023-08-31riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang1-1/+1
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+15