summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-113-29/+168
|\
| * Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2024-02-222-0/+137
| |\
| | * test_maple_tree: testing the cyclic allocationLiam R. Howlett2024-02-211-0/+44
| | * maple_tree: Add mtree_alloc_cyclic()Chuck Lever2024-02-211-0/+93
| * | iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()Kees Cook2024-02-021-2/+3
| * | iov_iter: streamline iovec/bvec alignment iterationJens Axboe2024-01-251-27/+28
| |/
* | Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-03-115-8/+12
|\ \
| * | lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow2024-02-271-2/+2
| * | lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow2024-02-271-1/+1
| * | kunit: test: Log the correct filter string in executor_testDavid Gow2024-02-271-1/+1
| * | kunit: Setup DMA masks on the kunit deviceMaxime Ripard2024-02-271-0/+4
| * | kunit: make kunit_bus_type constRicardo B. Marliere2024-02-271-1/+1
| * | kunit: Mark filter* params as rwLucas De Marchi2024-02-271-3/+3
* | | Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-1113-1113/+0
|\ \ \
| * | | livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza2024-01-2213-1113/+0
| | |/ | |/|
* | | iov_iter: get rid of 'copy_mc' flagLinus Torvalds2024-03-061-23/+0
* | | Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-292-8/+13
|\ \ \
| * | | kunit: Fix again checksum tests on big endian CPUsChristophe Leroy2024-02-291-8/+9
| * | | netlink: add nla be16/32 types to minlen arrayFlorian Westphal2024-02-221-0/+4
* | | | stackdepot: use variable size records for non-evictable entriesMarco Elver2024-02-231-123/+127
| |_|/ |/| |
* | | lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck2024-02-201-0/+1
|/ /
* | Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-171-10/+14
|\ \
| * | Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman2024-02-081-10/+14
| |/
* | Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-161-19/+30
|\ \
| * | seq_buf: Fix kernel documentationAndy Shevchenko2024-02-151-17/+18
| * | seq_buf: Don't use "proxy" headersAndy Shevchenko2024-02-151-2/+12
| |/
* | Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-143-0/+19
|\ \
| * | kunit: device: Unregister the kunit_bus on shutdownDavid Gow2024-02-063-0/+19
* | | Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-304-6/+18
|\| |
| * | kunit: run test suites only after module initialization completesMarco Pagani2024-01-222-3/+15
| * | kunit: device: Fix a NULL vs IS_ERR() check in init()Dan Carpenter2024-01-221-2/+2
| * | kunit: Fix a NULL vs IS_ERR() bugDan Carpenter2024-01-221-1/+1
| |/
* | stackdepot: make fast paths lock-less againMarco Elver2024-01-251-111/+211
* | stackdepot: add stats counters exported via debugfsMarco Elver2024-01-251-0/+53
|/
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-202-6/+292
|\
| * lib: checksum: Fix build with CONFIG_NET=nPalmer Dabbelt2024-01-191-0/+2
| * Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt2024-01-171-5/+7
| |\
| | * lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor2024-01-171-5/+6
| | * riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor2024-01-171-0/+1
| * | kunit: Add tests for csum_ipv6_magic and ip_fast_csumCharlie Jenkins2024-01-171-1/+283
| |/
* | Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-194-26/+1
|\ \
| * | string: Remove strlcpy()Kees Cook2024-01-194-26/+1
* | | Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-181-5/+0
|\ \ \
| * | | sbitmap: remove stale comment in sbq_calc_wake_batchKemeng Shi2024-01-151-5/+0
* | | | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-01-181-11/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-6.8/cxl-misc' into for-6.8/cxlDan Williams2024-01-053-4/+49
| |\ \ \
| * | | | lib/firmware_table: tables: Add CDAT table parsing supportDave Jiang2023-12-221-12/+63
* | | | | Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-171-0/+2
|\ \ \ \ \
| * | | | | lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonNathan Chancellor2024-01-121-0/+2
* | | | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-19/+2
|\ \ \ \ \ \