aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier2-0/+128
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier1-17/+48
2025-05-23Merge branch kvm-arm64/mte-frac into kvmarm-master/nextMarc Zyngier1-1/+76
2025-05-16KVM: selftests: Confirm exposing MTE_frac does not break migrationBen Horgan1-1/+76
2025-05-06arm64: tools: Resync sysreg.hMarc Zyngier1-17/+48
2025-05-06KVM: arm64: selftests: Add test for SVE host corruptionMark Brown2-0/+128
2025-04-26Merge tag 'pci-v6.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2025-04-26Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-04-26Merge tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2025-04-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-2/+68
2025-04-25selftests/bpf: Correct typo in __clang_major__ macroPeilin Ye1-1/+1
2025-04-25Merge tag 'cxl-fixes-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds4-6/+4
2025-04-25selftests/bpf: add test for softlock when modifying hashmap while iteratingBrandon Kammerdiener2-0/+67
2025-04-24Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-25/+153
2025-04-24x86/insn: Fix CTEST instruction decodingKirill A. Shutemov1-2/+2
2025-04-24Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+41
2025-04-24selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutilsUday Shankar1-2/+2
2025-04-23selftests/tc-testing: Add test for HFSC queue emptying during peek operationCong Wang1-0/+39
2025-04-23selftests: mptcp: diag: use mptcp_lib_get_info_valueGeliang Tang1-3/+2
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei1-3/+0
2025-04-23selftests: ublk: fix recover testMing Lei2-1/+2
2025-04-23selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai1-1/+0
2025-04-22lib: Ensure prime numbers tests are included in KUnit test runsMark Brown1-0/+2
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+20
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-04-18Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-04-18Merge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/...Linus Torvalds1-1/+3
2025-04-18Merge tag 'linux_kselftest-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+22
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang1-1/+1
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds23-174/+938
2025-04-18tracing: selftests: Add testing a user string to filtersSteven Rostedt1-0/+20
2025-04-18selftests/pcie_bwctrl: Fix test progs listIlpo Järvinen1-1/+2
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-24/+132
2025-04-16Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://git.kernel.org/pub/s...Linus Torvalds6-20/+10
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar5-3/+155
2025-04-16selftests: ublk: move creating UBLK_TMP into _prep_test()Ming Lei1-1/+1
2025-04-16selftests: ublk: add test_stress_05.shMing Lei2-0/+65
2025-04-16selftests: ublk: support user recoveryMing Lei6-10/+230
2025-04-16selftests: ublk: support target specific command lineMing Lei3-12/+95
2025-04-16selftests: ublk: increase max nr_queues and queue depthMing Lei2-3/+3
2025-04-16selftests: ublk: set queue pthread's cpu affinityMing Lei2-8/+159
2025-04-16selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...Ming Lei1-1/+3
2025-04-16selftests: ublk: add two stress tests for zero copy featureMing Lei3-0/+77
2025-04-16selftests: ublk: run stress tests in parallelMing Lei3-49/+63
2025-04-16selftests: ublk: make sure _add_ublk_dev can return in sub-shellMing Lei4-22/+39
2025-04-16selftests: ublk: cleanup backfile automaticallyMing Lei12-89/+70
2025-04-16selftests: ublk: add io_uring uapi headerMing Lei1-0/+1
2025-04-16selftests: ublk: fix ublk_find_tgt()Ming Lei2-2/+3