summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-02-28kunit: Mark filter* params as rwLucas De Marchi1-3/+3
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He1-1/+1
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+8
2024-02-24lib/stackdepot: move stack_record struct definition into the headerOscar Salvador1-43/+0
2024-02-24lib/stackdepot: fix first entry having a 0-handleOscar Salvador1-7/+9
2024-02-24merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-123/+127
2024-02-24stackdepot: use variable size records for non-evictable entriesMarco Elver1-123/+127
2024-02-23netlink: add nla be16/32 types to minlen arrayFlorian Westphal1-0/+4
2024-02-23lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor1-1/+1
2024-02-23lib: dhry: add missing closing parenthesisGeert Uytterhoeven1-1/+1
2024-02-23lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven1-1/+1
2024-02-23lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven1-1/+0
2024-02-23flex_proportions: remove unused fprop_local_singleKemeng Shi1-77/+0
2024-02-23lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu1-4/+14
2024-02-23lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu1-1/+1
2024-02-23treewide: update LLVM Bugzilla linksNathan Chancellor3-3/+3
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-29/+44
2024-02-22XArray: add cmpxchg order testDaniel Gomez1-0/+54
2024-02-22test_xarray: add tests for advanced multi-index useLuis Chamberlain1-0/+176
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn1-2/+0
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2-0/+137
2024-02-22maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar1-2/+2
2024-02-21test_maple_tree: testing the cyclic allocationLiam R. Howlett1-0/+44
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever1-0/+93
2024-02-21string: Allow 2-argument strscpy()Kees Cook1-4/+2
2024-02-21string: Redefine strscpy_pad() as a macroKees Cook1-34/+0
2024-02-21ubsan: Reintroduce signed overflow sanitizerKees Cook4-1/+123
2024-02-21lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck1-0/+1
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+14
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-19/+30
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens1-45/+10
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens1-2/+2
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-2/+1
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+19
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko1-17/+18
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko1-2/+12
2024-02-15Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...Linus Torvalds3-0/+19
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner1-207/+1
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner3-184/+0
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens1-2/+2
2024-02-08Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman1-10/+14
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness1-3/+13
2024-02-07kunit: device: Unregister the kunit_bus on shutdownDavid Gow3-0/+19
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-12/+1
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook2-2/+3
2024-02-05net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao1-2/+1
2024-02-02lib/test_kmod: fix kernel-doc warningsRandy Dunlap1-1/+5
2024-02-02iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()Kees Cook1-2/+3
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-116/+281
2024-02-01lib/string: shrink lib/string.i via IWYUTanzir Hasan1-8/+9