summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | lib/test_vmalloc.c: drop empty exit functionMartin Kaiser2024-03-041-5/+0
| * | | | | lib/test_vmalloc.c: fix typo in function nameMartin Kaiser2024-03-041-2/+2
| * | | | | lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter2024-03-041-1/+1
| * | | | | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-231-1/+1
| * | | | | mm,page_owner: maintain own list of stack_records structsOscar Salvador2024-02-231-0/+8
| * | | | | lib/stackdepot: move stack_record struct definition into the headerOscar Salvador2024-02-231-43/+0
| * | | | | lib/stackdepot: fix first entry having a 0-handleOscar Salvador2024-02-231-7/+9
| * | | | | merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton2024-02-231-123/+127
| |\ \ \ \ \
| * | | | | | XArray: add cmpxchg order testDaniel Gomez2024-02-221-0/+54
| * | | | | | test_xarray: add tests for advanced multi-index useLuis Chamberlain2024-02-221-0/+176
| * | | | | | maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn2024-02-221-2/+0
| * | | | | | maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar2024-02-211-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-144-391/+1
|\ \ \ \ \ \
| * | | | | | PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner2024-02-121-207/+1
| * | | | | | PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner2024-02-123-184/+0
| * | | | | | pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner2024-01-311-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+5
|\ \ \ \ \ \
| * | | | | | lib/test_kmod: fix kernel-doc warningsRandy Dunlap2024-02-021-1/+5
| |/ / / / /
* | | | | | Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-121-3/+13
|\ \ \ \ \ \
| * | | | | | dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-3/+13
* | | | | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-124-2/+124
|\ \ \ \ \ \ \
| * | | | | | | lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko2024-03-111-0/+42
| * | | | | | | net: dqs: add NIC stall detector based on BQLJakub Kicinski2024-03-081-0/+74
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-23/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-294-131/+141
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-222-29/+44
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-153-0/+19
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao2024-02-051-2/+1
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-015-116/+281
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | cpumask: add cpumask_weight_andnot()Yury Norov2024-02-011-0/+7
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1214-468/+1265
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | string: Convert helpers selftest to KUnitKees Cook2024-03-053-124/+100
| * | | | | | | | | | string: Convert selftest to KUnitKees Cook2024-03-054-260/+204
| * | | | | | | | | | lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko2024-02-292-22/+70
| * | | | | | | | | | lib: stackinit: Adjust target string to 8 bytes for m68kKees Cook2024-02-291-3/+16
| * | | | | | | | | | fortify: Improve buffer overflow reportingKees Cook2024-02-292-6/+7
| * | | | | | | | | | fortify: Add KUnit tests for runtime overflowsKees Cook2024-02-292-2/+607
| * | | | | | | | | | fortify: Provide KUnit counters for failure testingKees Cook2024-02-292-0/+43
| * | | | | | | | | | fortify: Allow KUnit test to build without FORTIFYKees Cook2024-02-292-1/+15
| * | | | | | | | | | fortify: Split reporting and avoid passing string pointerKees Cook2024-02-291-3/+20
| * | | | | | | | | | overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook2024-02-291-0/+43
| * | | | | | | | | | overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook2024-02-291-4/+20
| * | | | | | | | | | string: Allow 2-argument strscpy()Kees Cook2024-02-201-4/+2
| * | | | | | | | | | string: Redefine strscpy_pad() as a macroKees Cook2024-02-201-34/+0
| * | | | | | | | | | ubsan: Reintroduce signed overflow sanitizerKees Cook2024-02-204-1/+123
| * | | | | | | | | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-12/+1
| * | | | | | | | | | ubsan: Silence W=1 warnings in self-testKees Cook2024-02-062-2/+3
| * | | | | | | | | | lib/string: shrink lib/string.i via IWYUTanzir Hasan2024-02-011-8/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-121-49/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens2024-02-161-45/+10