summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook2024-02-291-0/+43
| * | | | | | | | | | overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook2024-02-291-4/+20
| * | | | | | | | | | string: Allow 2-argument strscpy()Kees Cook2024-02-201-4/+2
| * | | | | | | | | | string: Redefine strscpy_pad() as a macroKees Cook2024-02-201-34/+0
| * | | | | | | | | | ubsan: Reintroduce signed overflow sanitizerKees Cook2024-02-204-1/+123
| * | | | | | | | | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-12/+1
| * | | | | | | | | | ubsan: Silence W=1 warnings in self-testKees Cook2024-02-062-2/+3
| * | | | | | | | | | lib/string: shrink lib/string.i via IWYUTanzir Hasan2024-02-011-8/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-121-49/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens2024-02-161-45/+10
| * | | | | | | | | | s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-161-2/+2
| * | | | | | | | | | s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-161-2/+1
| * | | | | | | | | | s390/fpu: make use of __uninitialized macroHeiko Carstens2024-02-091-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveWaiman Long2024-02-281-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | 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
|\ \