summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-121-3/+13
|\
| * dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-3/+13
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-124-2/+124
|\ \
| * | lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko2024-03-111-0/+42
| * | net: dqs: add NIC stall detector based on BQLJakub Kicinski2024-03-081-0/+74
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-23/+0
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-294-131/+141
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-222-29/+44
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-153-0/+19
| |\ \ \ \ \
| * | | | | | net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao2024-02-051-2/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-015-116/+281
| |\ \ \ \ \ \
| * | | | | | | cpumask: add cpumask_weight_andnot()Yury Norov2024-02-011-0/+7
* | | | | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1214-468/+1265
|\ \ \ \ \ \ \ \
| * | | | | | | | string: Convert helpers selftest to KUnitKees Cook2024-03-053-124/+100
| * | | | | | | | string: Convert selftest to KUnitKees Cook2024-03-054-260/+204
| * | | | | | | | lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko2024-02-292-22/+70
| * | | | | | | | lib: stackinit: Adjust target string to 8 bytes for m68kKees Cook2024-02-291-3/+16
| * | | | | | | | fortify: Improve buffer overflow reportingKees Cook2024-02-292-6/+7
| * | | | | | | | fortify: Add KUnit tests for runtime overflowsKees Cook2024-02-292-2/+607
| * | | | | | | | fortify: Provide KUnit counters for failure testingKees Cook2024-02-292-0/+43
| * | | | | | | | fortify: Allow KUnit test to build without FORTIFYKees Cook2024-02-292-1/+15
| * | | | | | | | fortify: Split reporting and avoid passing string pointerKees Cook2024-02-291-3/+20
| * | | | | | | | 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