aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-20KVM: arm64: vgic: Make vgic_get_irq() more robustMarc Zyngier11-57/+71
2024-11-20KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIRMarc Zyngier1-1/+6
2024-11-12KVM: arm64: Pass on SVE mapping failuresJames Clark1-2/+1
2024-11-11KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang1-1/+5
2024-11-11KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang1-2/+4
2024-11-11KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang2-12/+31
2024-11-11KVM: selftests: Don't bother deleting memslots in KVM when freeing VMsSean Christopherson1-4/+6
2024-11-11KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspaceShameer Kolothum1-4/+34
2024-10-31KVM: arm64: Get rid of userspace_irqchip_in_useRaghavendra Rao Ananta3-19/+4
2024-10-31KVM: arm64: nv: Reprogram PMU events affected by nested transitionOliver Upton3-0/+36
2024-10-31KVM: arm64: nv: Apply EL2 event filtering when in hyp contextOliver Upton1-1/+20
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.HLPOliver Upton1-1/+5
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.HPMEOliver Upton1-2/+9
2024-10-31KVM: arm64: Add helpers to determine if PMC counts at a given ELOliver Upton1-12/+28
2024-10-31KVM: arm64: nv: Adjust range of accessible PMCs according to HPMNOliver Upton3-7/+24
2024-10-31KVM: arm64: Rename kvm_pmu_valid_counter_mask()Oliver Upton3-12/+12
2024-10-31KVM: arm64: nv: Advertise support for FEAT_HPMN0Oliver Upton1-2/+3
2024-10-31KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMNOliver Upton3-64/+120
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} in Host EL0Oliver Upton1-2/+4
2024-10-31KVM: arm64: nv: Reinject traps that take effect in Host EL0Oliver Upton2-4/+30
2024-10-31KVM: arm64: nv: Rename BEHAVE_FORWARD_ANYOliver Upton1-46/+47
2024-10-31KVM: arm64: nv: Allow coarse-grained trap combos to use complex trapsOliver Upton1-1/+2
2024-10-31KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2Oliver Upton2-1/+38
2024-10-31arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1Oliver Upton1-3/+12
2024-10-31arm64: sysreg: Migrate MDCR_EL2 definition to tableOliver Upton2-29/+35
2024-10-31arm64: sysreg: Describe ID_AA64DFR2_EL1 fieldsOliver Upton1-0/+26
2024-10-31KVM: arm64: Initialize trap register values in hyp in pKVMFuad Tabba2-1/+38
2024-10-31KVM: arm64: Initialize the hypervisor's VM state at EL2Fuad Tabba1-0/+77
2024-10-31KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp useFuad Tabba2-5/+4
2024-10-31KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()Fuad Tabba5-20/+3
2024-10-31KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignoredJames Morse1-1/+98
2024-10-31KVM: arm64: Disable MPAM visibility by default and ignore VMM writesJames Morse1-3/+42
2024-10-31KVM: arm64: Add a macro for creating filtered sys_reg_descs entriesJames Morse1-28/+38
2024-10-31KVM: arm64: Fix missing traps of guest accesses to the MPAM registersJames Morse4-1/+47
2024-10-31arm64: cpufeature: discover CPU support for MPAMJames Morse7-0/+126
2024-10-31arm64: head.S: Initialise MPAM EL2 registers and disable trapsJames Morse1-0/+14
2024-10-31arm64/sysreg: Convert existing MPAM sysregs and add the remaining entriesJames Morse2-12/+161
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse2-1/+49
2024-10-31KVM: arm64: Handle WXN attributeMarc Zyngier1-0/+45
2024-10-31KVM: arm64: Handle stage-1 permission overlaysMarc Zyngier1-0/+53
2024-10-31KVM: arm64: Make PAN conditions part of the S1 walk contextMarc Zyngier1-10/+11
2024-10-31KVM: arm64: Disable hierarchical permissions when POE is enabledMarc Zyngier1-0/+36
2024-10-31KVM: arm64: Add POE save/restore for AT emulation fast-pathMarc Zyngier1-0/+14
2024-10-31KVM: arm64: Add save/restore support for POR_EL2Marc Zyngier1-0/+6
2024-10-31KVM: arm64: Add basic support for POR_EL2Marc Zyngier2-0/+12
2024-10-31KVM: arm64: Add kvm_has_s1poe() helperMarc Zyngier4-5/+8
2024-10-31KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}Marc Zyngier1-0/+4
2024-10-31KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routingMarc Zyngier1-8/+0
2024-10-31arm64: Add encoding for POR_EL2Marc Zyngier1-0/+4
2024-10-31KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEFMarc Zyngier1-31/+3