Series |
KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
|
expand
-
[v8,00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
-
[v8,01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
-
[v8,02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
-
[v8,03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
-
[v8,04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
-
[v8,05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
-
[v8,06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
-
[v8,07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
-
[v8,08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
-
[v8,09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
-
[v8,10/69] KVM: arm64: nv: Support virtual EL2 exceptions
-
[v8,11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
-
[v8,12/69] KVM: arm64: nv: Handle trapped ERET from virtual EL2
-
[v8,13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
-
[v8,14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
-
[v8,15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
-
[v8,16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
-
[v8,17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
-
[v8,18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
-
[v8,19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
-
[v8,20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
-
[v8,21/69] KVM: arm64: nv: Trap CPACR_EL1 access in virtual EL2
-
[v8,22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
-
[v8,23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
-
[v8,24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
-
[v8,25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
-
[v8,26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
-
[v8,27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
-
[v8,28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
-
[v8,29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
-
[v8,30/69] KVM: arm64: nv: Forward debug traps to the nested guest
-
[v8,31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
-
[v8,32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
-
[v8,33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
-
[v8,34/69] KVM: arm64: nv: Hide RAS from nested guests
-
[v8,35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
-
[v8,36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
-
[v8,37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
-
[v8,38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
-
[v8,39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
-
[v8,40/69] KVM: arm64: nv: Set a handler for the system instruction traps
-
[v8,41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
-
[v8,42/69] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2
-
[v8,43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
-
[v8,44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
-
[v8,45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
-
[v8,46/69] KVM: arm64: nv: Load timer before the GIC
-
[v8,47/69] KVM: arm64: nv: Nested GICv3 Support
-
[v8,48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
-
[v8,49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
-
[v8,50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
-
[v8,51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
-
[v8,52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
-
[v8,53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
-
[v8,54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
-
[v8,55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
-
[v8,56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
-
[v8,57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
-
[v8,58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
-
[v8,59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
-
[v8,60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
-
[v8,61/69] KVM: arm64: Add FEAT_NV2 cpu feature
-
[v8,62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
-
[v8,63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
-
[v8,64/69] KVM: arm64: nv: Allocate VNCR page when required
-
[v8,65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
-
[v8,66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
-
[v8,67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
-
[v8,68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
-
[v8,69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
|