summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-24kprobes: unused header files removedwuqiang.matt
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-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-16lib: add light-weight queuing mechanism.NeilBrown
2023-10-16llist: add llist_del_first_this()NeilBrown
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-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett
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-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2023-09-13lib/ucs2_string: Add UCS-2 strscpy functionMaximilian Luz
2023-09-12Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-09-11lib: Export errnameKent Overstreet
2023-09-11lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet
2023-09-11lib/raid6: Drop IA64 supportArd Biesheuvel
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-09iov_iter: Kunit tests for page extractionDavid Howells
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorDavid Howells
2023-09-09iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui