aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-08KVM: arm64: Fix FEAT_MTE in pKVMVladimir Murzin1-0/+6
2025-01-02KVM: arm64: nv: Document EL2 timer APIMarc Zyngier1-6/+9
2025-01-02KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosityMarc Zyngier8-8/+90
2025-01-02KVM: arm64: nv: Sanitise CNTHCTL_EL2Marc Zyngier3-1/+18
2025-01-02KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bitsMarc Zyngier1-0/+7
2025-01-02KVM: arm64: nv: Add trap routing for CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT}Marc Zyngier1-2/+56
2025-01-02KVM: arm64: Handle counter access early in non-HYP contextMarc Zyngier1-13/+21
2025-01-02KVM: arm64: nv: Accelerate EL0 counter accesses from hypervisor contextMarc Zyngier1-0/+8
2025-01-02KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in useMarc Zyngier4-18/+122
2025-01-02KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timersMarc Zyngier2-3/+35
2025-01-02KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory stateMarc Zyngier2-1/+22
2025-01-02KVM: arm64: nv: Sync nested timer state with FEAT_NV2Marc Zyngier3-0/+48
2025-01-02KVM: arm64: nv: Add handling of EL2-specific timer registersMarc Zyngier3-0/+149
2024-12-20KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvmFuad Tabba1-4/+4
2024-12-20KVM: arm64: Convert the SVE guest vcpu flag to a vm flagFuad Tabba4-14/+29
2024-12-20KVM: arm64: Remove PtrAuth guest vcpu flagFuad Tabba4-26/+3
2024-12-20KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHEFuad Tabba2-3/+3
2024-12-20KVM: arm64: Refactor kvm_reset_cptr_el2()Fuad Tabba1-8/+2
2024-12-20KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba4-63/+32
2024-12-20KVM: arm64: Remove redundant setting of HCR_EL2 trap bitFuad Tabba1-3/+0
2024-12-20KVM: arm64: Remove fixed_config.h headerFuad Tabba6-210/+5
2024-12-20KVM: arm64: Rework specifying restricted features for protected VMsFuad Tabba3-170/+189
2024-12-20KVM: arm64: Set protected VM traps based on its view of feature registersFuad Tabba2-61/+30
2024-12-20KVM: arm64: Fix RAS trapping in pKVM for protected VMsFuad Tabba1-3/+2
2024-12-20KVM: arm64: Initialize feature id registers for protected VMsFuad Tabba4-6/+52
2024-12-20KVM: arm64: Use KVM extension checks for allowed protected VM capabilitiesFuad Tabba3-45/+33
2024-12-20KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features in pKVMFuad Tabba1-2/+0
2024-12-20KVM: arm64: Move checking protected vcpu features to a separate functionFuad Tabba1-13/+32
2024-12-20KVM: arm64: Group setting traps for protected VMs by control registerFuad Tabba1-173/+144
2024-12-20KVM: arm64: Consolidate allowed and restricted VM feature checksMarc Zyngier3-43/+26
2024-12-20KVM: arm64: Plumb the pKVM MMU in KVMQuentin Perret4-32/+82
2024-12-20KVM: arm64: Introduce the EL1 pKVM MMUQuentin Perret4-9/+242
2024-12-20KVM: arm64: Introduce __pkvm_tlb_flush_vmid()Quentin Perret2-0/+18
2024-12-20KVM: arm64: Introduce __pkvm_host_mkyoung_guest()Quentin Perret4-0/+41
2024-12-20KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()Quentin Perret4-0/+43
2024-12-20KVM: arm64: Introduce __pkvm_host_wrprotect_guest()Quentin Perret4-0/+42
2024-12-20KVM: arm64: Introduce __pkvm_host_relax_guest_perms()Quentin Perret4-0/+45
2024-12-20KVM: arm64: Introduce __pkvm_host_unshare_guest()Quentin Perret6-0/+108
2024-12-20KVM: arm64: Introduce __pkvm_host_share_guest()Quentin Perret7-1/+123
2024-12-20KVM: arm64: Introduce __pkvm_vcpu_{load,put}()Marc Zyngier6-12/+93
2024-12-20KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpersQuentin Perret2-0/+23
2024-12-20KVM: arm64: Make kvm_pgtable_stage2_init() a static inline functionQuentin Perret1-2/+5
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_permsQuentin Perret3-9/+8
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoungQuentin Perret3-6/+8
2024-12-20KVM: arm64: Move host page ownership tracking to the hyp vmemmapQuentin Perret3-37/+84
2024-12-20KVM: arm64: Make hyp_page::order a u8Quentin Perret3-12/+13
2024-12-20KVM: arm64: Move enum pkvm_page_state to memory.hQuentin Perret2-33/+34
2024-12-20KVM: arm64: Change the layout of enum pkvm_page_stateQuentin Perret1-7/+9
2024-12-20KVM: arm64: Promote guest ownership for DBGxVR/DBGxCR readsOliver Upton1-2/+1
2024-12-20KVM: arm64: Fold DBGxVR/DBGxCR accessors into common setOliver Upton1-128/+69