summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-62/+252
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-391/+1
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2024-03-13Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+13
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+124
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-468/+1265
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-49/+13
2024-03-12Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds3-29/+168
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-8/+12
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds13-1113/+0
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko1-0/+42
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+74
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-23/+0
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds1-23/+0
2024-03-05string: Convert helpers selftest to KUnitKees Cook3-124/+100
2024-03-05string: Convert selftest to KUnitKees Cook4-260/+204
2024-03-05lib/test_vmalloc.c: use unsigned long constantMartin Kaiser1-1/+1
2024-03-05lib/test_vmalloc.c: drop empty exit functionMartin Kaiser1-5/+0
2024-03-05lib/test_vmalloc.c: fix typo in function nameMartin Kaiser1-2/+2
2024-03-05lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter1-1/+1
2024-03-01lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko2-22/+70
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-131/+141
2024-03-01lib: stackinit: Adjust target string to 8 bytes for m68kKees Cook1-3/+16
2024-03-01fortify: Improve buffer overflow reportingKees Cook2-6/+7
2024-03-01fortify: Add KUnit tests for runtime overflowsKees Cook2-2/+607
2024-03-01fortify: Provide KUnit counters for failure testingKees Cook2-0/+43
2024-03-01fortify: Allow KUnit test to build without FORTIFYKees Cook2-1/+15
2024-03-01fortify: Split reporting and avoid passing string pointerKees Cook1-3/+20
2024-03-01overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook1-0/+43
2024-03-01overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook1-4/+20
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-8/+13
2024-02-29kunit: Fix again checksum tests on big endian CPUsChristophe Leroy1-8/+9
2024-02-28locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveWaiman Long1-2/+2
2024-02-28lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow1-2/+2
2024-02-28lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow1-1/+1
2024-02-28kunit: test: Log the correct filter string in executor_testDavid Gow1-1/+1
2024-02-28kunit: Setup DMA masks on the kunit deviceMaxime Ripard1-0/+4
2024-02-28kunit: make kunit_bus_type constRicardo B. Marliere1-1/+1
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-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