summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIRSean Christopherson-13/+11
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-206/+170
2024-12-18KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHsSean Christopherson-331/+340
2024-12-18KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)Sean Christopherson-3/+101
2024-12-18KVM: selftests: Add a read-only mprotect() phase to mmu_stress_testSean Christopherson-4/+18
2024-12-18KVM: selftests: Precisely limit the number of guest loops in mmu_stress_testSean Christopherson-6/+19
2024-12-18KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_testSean Christopherson-1/+1
2024-12-18KVM: selftests: Enable mmu_stress_test on arm64Sean Christopherson-0/+1
2024-12-18KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.cSean Christopherson-0/+1
2024-12-18KVM: selftests: Compute number of extra pages needed in mmu_stress_testSean Christopherson-1/+7
2024-12-18KVM: selftests: Only muck with SREGS on x86 in mmu_stress_testSean Christopherson-3/+3
2024-12-18KVM: selftests: Rename max_guest_memory_test to mmu_stress_testSean Christopherson-1/+1
2024-12-18KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeededSean Christopherson-1/+2
2024-12-18KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncateSean Christopherson-0/+4
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson-81/+81
2024-12-18ktest.pl: Fix typo "accesing"WangYuli-1/+1
2024-12-18ktest.pl: Fix typo in commentBa Jing-1/+1
2024-12-18ktest.pl: Remove unused declarations in run_bisect_test functionBa Jing-2/+0
2024-12-18ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere-0/+5
2024-12-18selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfi...Soham Chakradeo-0/+319
2024-12-18selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/bl...Soham Chakradeo-0/+400
2024-12-18selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestam...Soham Chakradeo-0/+683
2024-12-18selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_infoSoham Chakradeo-0/+442
2024-12-18selftest/powerpc/ptrace: Cleanup duplicate macro definitionsMadhavan Srinivasan-24/+8
2024-12-18selftest/powerpc/ptrace/ptrace-pkey: Remove duplicate macrosMadhavan Srinivasan-13/+1
2024-12-18selftest/powerpc/ptrace/core-pkey: Remove duplicate macrosMadhavan Srinivasan-18/+1
2024-12-17veristat: Fix top source line stat collectionMykyta Yatsenko-1/+9
2024-12-17riscv: selftests: Fix warnings pointer masking testCharlie Jenkins-6/+22
2024-12-17KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritableMark Brown-1/+0
2024-12-17selftests/pidfd: add pidfs file handle selftestsChristian Brauner-73/+567
2024-12-16selftests: net: test SO_PRIORITY ancillary data with cmsg_senderAnna Emese Nyiri-1/+162
2024-12-16selftests: net-drv: stats: sanity check netlink dumpsJakub Kicinski-1/+18
2024-12-16selftests: net-drv: queues: sanity check netlink dumpsJakub Kicinski-10/+13
2024-12-16selftests: net: support setting recv_size in YNLJakub Kicinski-8/+8
2024-12-16selftests/exec: add a test for execveat()'s commTycho Andersen-3/+72
2024-12-16selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.cBastien Curutchet-59/+87
2024-12-16selftests/bpf: test_xdp_meta: Rename BPF sectionsBastien Curutchet-6/+6
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-57/+376
2024-12-16selftests: tls: add rekey testsSabrina Dubroca-0/+458
2024-12-16selftests: tls: add key_generation argument to tls_crypto_info_initSabrina Dubroca-9/+11
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-22/+304
2024-12-14Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...Uladzislau Rezki (Sony)-4/+22
2024-12-14rcutorture: Make the TREE03 scenario do preemptionPaul E. McKenney-0/+1
2024-12-14torture: Make kvm-remote.sh give up on unresponsive systemPaul E. McKenney-4/+21
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi-0/+27
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi-10/+9
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi-5/+1
2024-12-13selftest/bpf: Replace magic constants by macrosAnton Protopopov-3/+3
2024-12-13selftests/bpf: Add tests for fd_array_cntAnton Protopopov-0/+441
2024-12-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-17/+15