summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-04-05maple_tree: add test for rebalance calculation off-by-oneLiam R. Howlett1-0/+125
2026-04-05maple_tree: start using maple copy node for destinationLiam R. Howlett1-1/+1
2026-04-05maple_tree: testing update for spanning storeLiam R. Howlett1-9/+163
2026-04-05selftests: riscv: Add license to cfi selftestCharlie Jenkins1-0/+2
2026-04-05prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-2/+2
2026-04-05riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley1-2/+2
2026-04-05riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley1-2/+3
2026-04-05selftests: riscv: Add braces around EXPECT_EQ()Charlie Jenkins1-6/+9
2026-04-05riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley1-2/+2
2026-04-04tools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh1-0/+3
2026-04-04selftests/nolibc: add a test for stat().st_rdevThomas Weißschuh1-0/+1
2026-04-04selftests/nolibc: add some tests for makedev() and friendsThomas Weißschuh1-0/+3
2026-04-04KVM: selftests: Drop 'invalid' from svm_nested_invalid_vmcb12_gpa's nameYosry Ahmed2-1/+1
2026-04-04KVM: selftests: Rework svm_nested_invalid_vmcb12_gpaYosry Ahmed1-37/+115
2026-04-04selftests: drv-net: gro: add a test for bad IPv4 csumJakub Kicinski2-0/+30
2026-04-04selftests: drv-net: gro: test ip6ip6Jakub Kicinski2-6/+19
2026-04-04selftests: drv-net: gro: make large packet math more preciseJakub Kicinski1-16/+29
2026-04-04selftests: drv-net: gro: remove TOTAL_HDR_LENJakub Kicinski1-4/+3
2026-04-04selftests: drv-net: gro: prepare for ip6ip6 supportJakub Kicinski1-32/+41
2026-04-04selftests: drv-net: gro: always wait for FIN in the capacity testJakub Kicinski1-3/+8
2026-04-04selftests: drv-net: gro: add 1 byte payload testJakub Kicinski2-3/+13
2026-04-04selftests: drv-net: gro: add data burst test caseJakub Kicinski2-1/+22
2026-04-03Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-nextDave Jiang1-1/+1
2026-04-03Merge branch 'for-7.1/dax-hmem' into cxl-for-nextDave Jiang7-0/+182
2026-04-03Merge branch 'for-7.1/cxl-type2-support' into cxl-for-nextDave Jiang1-2/+1
2026-04-03tools/testing/cxl: Enable replay of user regions as auto regionsAlison Schofield1-10/+373
2026-04-03KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate testSean Christopherson1-2/+0
2026-04-03selftests/seccomp: Add hard-coded __NR_uprobe for x86_64Oleg Nesterov1-0/+6
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov2-8/+18
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov2-0/+228
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov2-5/+4
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov1-2/+2
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov19-10/+1034
2026-04-03selftest/bpf: Enable gotox tests for powerpc64Abhishek Dubey1-2/+2
2026-04-03selftest/bpf: Enable instruction array test for powerpcAbhishek Dubey1-1/+1
2026-04-03selftests/bpf: Enable private stack tests for powerpc64Abhishek Dubey4-35/+13
2026-04-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+341
2026-04-03selftests/bpf: Remove invariant violation flagsPaul Chaignon1-17/+7
2026-04-03selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon1-0/+29
2026-04-03selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung1-7/+18
2026-04-03selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung2-6/+4
2026-04-03selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung1-1/+1
2026-04-03selftests/bpf: Simplify task_local_data memory allocationAmery Hung1-38/+22
2026-04-03selftests/bpf: Fix task_local_data data allocation sizeAmery Hung2-6/+8
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee1-0/+80
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-6/+446
2026-04-02selftests/bpf: Add more precision tracking tests for atomicsDaniel Borkmann1-0/+341
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+69
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang2-0/+83
2026-04-02KVM: riscv: selftests: Implement kvm_arch_has_default_irqchipMayuresh Chitale1-0/+5