aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-10KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUsDapeng Mi1-3/+5
2025-10-07KVM: selftests: Test prefault memory during concurrent memslot removalYan Zhao1-17/+114
2025-09-30KVM: x86: Export KVM-internal symbols for sub-modules onlySean Christopherson11-173/+173
2025-09-30KVM: x86: Drop pointless exports of kvm_arch_xxx() hooksSean Christopherson1-3/+0
2025-09-30KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.cSean Christopherson4-35/+33
2025-09-30KVM: Export KVM-internal symbols for sub-modules onlySean Christopherson7-75/+110
2025-09-30KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalentSean Christopherson3-1/+11
2025-09-30KVM: s390: Fix to clear PTE when discarding a swapped pageGautam Gala3-23/+34
2025-09-24KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regsMark Brown1-0/+9
2025-09-24KVM: arm64: selftests: Remove a duplicate register listing in set_id_regsMark Brown1-8/+5
2025-09-24KVM: arm64: selftests: Cope with arch silliness in EL2 selftestOliver Upton1-2/+15
2025-09-24KVM: arm64: selftests: Add basic test for running in VHE EL2Oliver Upton2-0/+59
2025-09-24KVM: arm64: selftests: Enable EL2 by defaultOliver Upton3-1/+26
2025-09-24KVM: arm64: selftests: Initialize HCR_EL2Oliver Upton1-0/+6
2025-09-24KVM: arm64: selftests: Use the vCPU attr for setting nr of PMU countersOliver Upton1-31/+28
2025-09-24KVM: arm64: selftests: Use hyp timer IRQs when test runs at EL2Oliver Upton3-8/+28
2025-09-24KVM: arm64: selftests: Select SMCCC conduit based on current ELOliver Upton5-8/+21
2025-09-24KVM: arm64: selftests: Provide helper for getting default vCPU targetOliver Upton6-13/+23
2025-09-24KVM: arm64: selftests: Alias EL1 registers to EL2 counterpartsOliver Upton4-11/+69
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton19-56/+60
2025-09-24KVM: arm64: selftests: Add unsanitised helpers for VGICv3 creationOliver Upton2-17/+35
2025-09-24KVM: arm64: selftests: Add helper to check for VGICv3 supportOliver Upton7-7/+21
2025-09-24KVM: arm64: selftests: Initialize VGICv3 only onceOliver Upton1-3/+0
2025-09-24KVM: arm64: selftests: Provide kvm_arch_vm_post_create() in library codeOliver Upton3-14/+20
2025-09-23KVM: VMX: Make CR4.CET a guest owned bitMathias Krause1-1/+2
2025-09-23KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supportedSean Christopherson1-1/+18
2025-09-23KVM: selftests: Add coverage for KVM-defined registers in MSRs testSean Christopherson1-3/+94
2025-09-23KVM: selftests: Add KVM_{G,S}ET_ONE_REG coverage to MSRs testSean Christopherson1-1/+21
2025-09-23KVM: selftests: Extend MSRs test to validate vCPUs without supported featuresSean Christopherson1-3/+25
2025-09-23KVM: selftests: Add support for MSR_IA32_{S,U}_CET to MSRs testSean Christopherson1-2/+19
2025-09-23KVM: selftests: Add an MSR test to exercise guest/host and read/writeSean Christopherson3-0/+328
2025-09-23KVM: x86: Define AMD's #HV, #VC, and #SX exception vectorsSean Christopherson2-1/+6
2025-09-23KVM: x86: Define Control Protection Exception (#CP) vectorSean Christopherson2-1/+2
2025-09-23KVM: x86: Add human friendly formatting for #XM, and #VESean Christopherson1-2/+2
2025-09-23KVM: SVM: Enable shadow stack virtualization for SVMJohn Allen1-3/+0
2025-09-23KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's validSean Christopherson3-2/+6
2025-09-23KVM: SVM: Pass through shadow stack MSRs as appropriateJohn Allen1-0/+11
2025-09-23KVM: SVM: Update dump_vmcb with shadow stack save area additionsJohn Allen1-0/+11
2025-09-23KVM: nSVM: Save/load CET Shadow Stack state to/from vmcb12/vmcb02Sean Christopherson1-0/+20
2025-09-23KVM: SVM: Emulate reads and writes to shadow stack MSRsJohn Allen2-1/+23
2025-09-23KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET stateChao Gao1-2/+11
2025-09-23KVM: nVMX: Add consistency checks for CET statesChao Gao1-0/+48
2025-09-23KVM: nVMX: Add consistency checks for CR0.WP and CR4.CETChao Gao1-0/+6
2025-09-23KVM: nVMX: Prepare for enabling CET support for nested guestYang Weijiang5-1/+101
2025-09-23KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2Yang Weijiang2-9/+23
2025-09-23KVM: VMX: Configure nested capabilities after CPU capabilitiesSean Christopherson1-2/+7
2025-09-23KVM: x86: Enable CET virtualization for VMX and advertise to userspaceYang Weijiang6-3/+45
2025-09-23KVM: x86: Disable support for IBT and SHSTK if allow_smaller_maxphyaddr is trueSean Christopherson1-0/+10
2025-09-23KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setupSean Christopherson2-23/+23
2025-09-23KVM: x86: Disable support for Shadow Stacks if TDP is disabledSean Christopherson1-0/+8