aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+13
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 4-2/+124
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 14-468/+1265
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-49/+13
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 3-29/+168
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 5-8/+12
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 13-1113/+0
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersGravatar Andy Shevchenko 1-0/+42
2024-03-08net: dqs: add NIC stall detector based on BQLGravatar Jakub Kicinski 1-0/+74
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-23/+0
2024-03-06iov_iter: get rid of 'copy_mc' flagGravatar Linus Torvalds 1-23/+0
2024-03-05string: Convert helpers selftest to KUnitGravatar Kees Cook 3-124/+100
2024-03-05string: Convert selftest to KUnitGravatar Kees Cook 4-260/+204
2024-02-29lib/string_helpers: Add flags param to string_get_size()Gravatar Andy Shevchenko 2-22/+70
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-131/+141
2024-02-29lib: stackinit: Adjust target string to 8 bytes for m68kGravatar Kees Cook 1-3/+16
2024-02-29fortify: Improve buffer overflow reportingGravatar Kees Cook 2-6/+7
2024-02-29fortify: Add KUnit tests for runtime overflowsGravatar Kees Cook 2-2/+607
2024-02-29fortify: Provide KUnit counters for failure testingGravatar Kees Cook 2-0/+43
2024-02-29fortify: Allow KUnit test to build without FORTIFYGravatar Kees Cook 2-1/+15
2024-02-29fortify: Split reporting and avoid passing string pointerGravatar Kees Cook 1-3/+20
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Gravatar Kees Cook 1-0/+43
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Gravatar Kees Cook 1-4/+20
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-8/+13
2024-02-29kunit: Fix again checksum tests on big endian CPUsGravatar Christophe Leroy 1-8/+9
2024-02-28locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveGravatar Waiman Long 1-2/+2
2024-02-27lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgGravatar David Gow 1-2/+2
2024-02-27lib/cmdline: Fix an invalid format specifier in an assertion msgGravatar David Gow 1-1/+1
2024-02-27kunit: test: Log the correct filter string in executor_testGravatar David Gow 1-1/+1
2024-02-27kunit: Setup DMA masks on the kunit deviceGravatar Maxime Ripard 1-0/+4
2024-02-27kunit: make kunit_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-02-27kunit: Mark filter* params as rwGravatar Lucas De Marchi 1-3/+3
2024-02-23stackdepot: use variable size records for non-evictable entriesGravatar Marco Elver 1-123/+127
2024-02-22netlink: add nla be16/32 types to minlen arrayGravatar Florian Westphal 1-0/+4
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-29/+44
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Gravatar Christian Brauner 2-0/+137
2024-02-21test_maple_tree: testing the cyclic allocationGravatar Liam R. Howlett 1-0/+44
2024-02-21maple_tree: Add mtree_alloc_cyclic()Gravatar Chuck Lever 1-0/+93
2024-02-20string: Allow 2-argument strscpy()Gravatar Kees Cook 1-4/+2
2024-02-20string: Redefine strscpy_pad() as a macroGravatar Kees Cook 1-34/+0
2024-02-20ubsan: Reintroduce signed overflow sanitizerGravatar Kees Cook 4-1/+123
2024-02-20lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGravatar Guenter Roeck 1-0/+1
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-10/+14
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-19/+30
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesGravatar Heiko Carstens 1-45/+10
2024-02-16s390/fpu: decrease stack usage for some casesGravatar Heiko Carstens 1-2/+2
2024-02-16s390/fpu: move, rename, and merge header filesGravatar Heiko Carstens 1-2/+1
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-0/+19
2024-02-15seq_buf: Fix kernel documentationGravatar Andy Shevchenko 1-17/+18