aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador
2024-02-23lib/stackdepot: move stack_record struct definition into the headerOscar Salvador
2024-02-23lib/stackdepot: fix first entry having a 0-handleOscar Salvador
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton
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-22lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor
2024-02-22lib: dhry: add missing closing parenthesisGeert Uytterhoeven
2024-02-22lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven
2024-02-22lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven
2024-02-22flex_proportions: remove unused fprop_local_singleKemeng Shi
2024-02-22lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu
2024-02-22lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22XArray: add cmpxchg order testDaniel Gomez
2024-02-22test_xarray: add tests for advanced multi-index useLuis Chamberlain
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner
2024-02-21maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar
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-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-17kobject: reduce uevent_sock_mutex scopeEric Dumazet
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet
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
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko