summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds
2024-03-05string: Convert helpers selftest to KUnitKees Cook
2024-03-05string: Convert selftest to KUnitKees Cook
2024-02-29lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29lib: stackinit: Adjust target string to 8 bytes for m68kKees Cook
2024-02-29fortify: Improve buffer overflow reportingKees Cook
2024-02-29fortify: Add KUnit tests for runtime overflowsKees Cook
2024-02-29fortify: Provide KUnit counters for failure testingKees Cook
2024-02-29fortify: Allow KUnit test to build without FORTIFYKees Cook
2024-02-29fortify: Split reporting and avoid passing string pointerKees Cook
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-29kunit: Fix again checksum tests on big endian CPUsChristophe Leroy
2024-02-28locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveWaiman Long
2024-02-27lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow
2024-02-27lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow
2024-02-27kunit: test: Log the correct filter string in executor_testDavid Gow
2024-02-27kunit: Setup DMA masks on the kunit deviceMaxime Ripard
2024-02-27kunit: make kunit_bus_type constRicardo B. Marliere
2024-02-27kunit: Mark filter* params as rwLucas De Marchi
2024-02-23stackdepot: use variable size records for non-evictable entriesMarco Elver
2024-02-22netlink: add nla be16/32 types to minlen arrayFlorian Westphal
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner
2024-02-21test_maple_tree: testing the cyclic allocationLiam R. Howlett
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-02-20string: Redefine strscpy_pad() as a macroKees Cook
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-20lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski