summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski-0/+74
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+0
2024-03-06dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko-4/+3
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds-23/+0
2024-03-05string: Convert helpers selftest to KUnitKees Cook-124/+100
2024-03-05string: Convert selftest to KUnitKees Cook-260/+204
2024-03-04lib/test_vmalloc.c: use unsigned long constantMartin Kaiser-1/+1
2024-03-04lib/test_vmalloc.c: drop empty exit functionMartin Kaiser-5/+0
2024-03-04lib/test_vmalloc.c: fix typo in function nameMartin Kaiser-2/+2
2024-03-04lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter-1/+1
2024-02-29lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko-22/+70
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-131/+141
2024-02-29lib: stackinit: Adjust target string to 8 bytes for m68kKees Cook-3/+16
2024-02-29fortify: Improve buffer overflow reportingKees Cook-6/+7
2024-02-29fortify: Add KUnit tests for runtime overflowsKees Cook-2/+607
2024-02-29fortify: Provide KUnit counters for failure testingKees Cook-0/+43
2024-02-29fortify: Allow KUnit test to build without FORTIFYKees Cook-1/+15
2024-02-29fortify: Split reporting and avoid passing string pointerKees Cook-3/+20
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook-0/+43
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook-4/+20
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-8/+13
2024-02-29kunit: Fix again checksum tests on big endian CPUsChristophe Leroy-8/+9
2024-02-28locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveWaiman Long-2/+2
2024-02-27lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow-2/+2
2024-02-27lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow-1/+1
2024-02-27kunit: test: Log the correct filter string in executor_testDavid Gow-1/+1
2024-02-27kunit: Setup DMA masks on the kunit deviceMaxime Ripard-0/+4
2024-02-27kunit: make kunit_bus_type constRicardo B. Marliere-1/+1
2024-02-27kunit: Mark filter* params as rwLucas De Marchi-3/+3
2024-02-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman-0/+1
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He-1/+1
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador-0/+8
2024-02-23lib/stackdepot: move stack_record struct definition into the headerOscar Salvador-43/+0
2024-02-23lib/stackdepot: fix first entry having a 0-handleOscar Salvador-7/+9
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton-123/+127
2024-02-23stackdepot: use variable size records for non-evictable entriesMarco Elver-123/+127
2024-02-22netlink: add nla be16/32 types to minlen arrayFlorian Westphal-0/+4
2024-02-22lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor-1/+1
2024-02-22lib: dhry: add missing closing parenthesisGeert Uytterhoeven-1/+1
2024-02-22lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven-1/+1
2024-02-22lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven-1/+0
2024-02-22flex_proportions: remove unused fprop_local_singleKemeng Shi-77/+0
2024-02-22lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu-4/+14
2024-02-22lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu-1/+1
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor-3/+3
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-29/+44
2024-02-22XArray: add cmpxchg order testDaniel Gomez-0/+54
2024-02-22test_xarray: add tests for advanced multi-index useLuis Chamberlain-0/+176
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn-2/+0
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner-0/+137