aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-12-18selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebitsMickaël Salaün5-0/+472
2024-12-18KVM: selftests: Add test case for MMIO during vectoring on x86Ivan Orlov2-0/+53
2024-12-18KVM: selftests: Add and use a helper function for x86's LIDTIvan Orlov3-2/+7
2024-12-18selftests: refactor the lsm `flags_overset_lsm_set_self_attr` testAmit Vadhavana1-4/+3
2024-12-18KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behaviorSean Christopherson1-3/+30
2024-12-18KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV testSean Christopherson1-2/+3
2024-12-18KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writesSean Christopherson1-0/+10
2024-12-18KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()Sean Christopherson1-7/+9
2024-12-18KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entriesSean Christopherson1-0/+2
2024-12-18KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcementSean Christopherson1-23/+30
2024-12-18KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIRSean Christopherson2-13/+11
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson151-202/+166
2024-12-18KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHsSean Christopherson3-331/+340
2024-12-18KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)Sean Christopherson1-3/+101
2024-12-18KVM: selftests: Add a read-only mprotect() phase to mmu_stress_testSean Christopherson1-4/+18
2024-12-18KVM: selftests: Precisely limit the number of guest loops in mmu_stress_testSean Christopherson1-6/+19
2024-12-18KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_testSean Christopherson1-1/+1
2024-12-18KVM: selftests: Enable mmu_stress_test on arm64Sean Christopherson1-0/+1
2024-12-18KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.cSean Christopherson1-0/+1
2024-12-18KVM: selftests: Compute number of extra pages needed in mmu_stress_testSean Christopherson1-1/+7
2024-12-18KVM: selftests: Only muck with SREGS on x86 in mmu_stress_testSean Christopherson1-3/+3
2024-12-18KVM: selftests: Rename max_guest_memory_test to mmu_stress_testSean Christopherson2-1/+1
2024-12-18KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeededSean Christopherson1-1/+2
2024-12-18KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncateSean Christopherson1-0/+4
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson15-81/+81
2024-12-18ktest.pl: Fix typo "accesing"WangYuli1-1/+1
2024-12-18ktest.pl: Fix typo in commentBa Jing1-1/+1
2024-12-18ktest.pl: Remove unused declarations in run_bisect_test functionBa Jing1-2/+0
2024-12-18ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere1-0/+5
2024-12-18perf python: Correctly throw IndexErrorIan Rogers1-1/+3
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers1-0/+13
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers1-0/+26
2024-12-18perf python: Add parse_events functionIan Rogers4-9/+75
2024-12-18perf build: Remove test library from python shared objectIan Rogers1-1/+1
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers5-17/+8
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers3-14/+12
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers6-158/+160
2024-12-18perf env: Move arch errno function to only use in envIan Rogers5-10/+6
2024-12-18perf intel-pt: Remove stale build commentIan Rogers1-2/+0
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers5-10/+19
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers3-87/+83
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers6-23/+19
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers4-70/+80
2024-12-18perf stat: Move stat_config into config.cIan Rogers6-46/+38
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers4-185/+175
2024-12-18perf script: Use openat for directory iterationIan Rogers3-27/+71
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers5-93/+74
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers3-4/+3
2024-12-18perf python: Remove unused #includeIan Rogers1-1/+0
2024-12-18perf python: Constify variables and parametersIan Rogers1-26/+29