KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 14:23:20 to 2021-05-10 17:29:19 UTC [more...]

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

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-10 16:19 UTC  (11+ messages)
` [PATCH v3 1/9] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH v3 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v3 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH v3 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v3 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH v3 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v3 7/9] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH v3 8/9] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH v3 9/9] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[PATCH 0/2] KVM: arm64: Fixup PC updates on exit to userspace
 2021-05-10 15:14 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: Move __adjust_pc out of line
` [PATCH 2/2] KVM: arm64: Commit pending PC adjustemnts before returning to userspace

[PATCH] Revert "irqbypass: do not start cons/prod when failed connect"
 2021-05-10 11:01 UTC  (14+ messages)

Question on guest enable msi fail when using GICv4/4.1
 2021-05-10  9:59 UTC  (12+ messages)

[GIT PULL] KVM/arm64 updates for 5.9
 2021-05-10  8:43 UTC  (5+ messages)
` [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files

[PATCH v2 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2021-05-10  7:59 UTC  (10+ messages)
` [PATCH v2 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP

arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())
 2021-05-10  3:10 UTC  (17+ messages)

[PATCH 0/6] KVM: arm64: selftests: Fix get-reg-list
 2021-05-10  6:40 UTC  (8+ messages)
` [PATCH 1/6] KVM: arm64: selftests: get-reg-list: Factor out printing
` [PATCH 2/6] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs
` [PATCH 3/6] KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once
` [PATCH 4/6] KVM: arm64: selftests: get-reg-list: Provide config selection option
` [PATCH 5/6] KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve
` [PATCH 6/6] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA
 2021-05-08 16:33 UTC  (13+ messages)

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-07 18:25 UTC  (13+ messages)
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v11 5/6] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-07 18:02 UTC  (15+ messages)
` [PATCH v2 1/5] KVM: selftests: Rename vm_handle_exception
` [PATCH v2 2/5] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
` [PATCH v2 4/5] KVM: selftests: Add exception handling support for aarch64

[PATCH v5 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-05-07 11:03 UTC  (3+ messages)
` [PATCH v5 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [PATCH v5 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[PATCH v3 00/15] Support Asynchronous Page Fault
 2021-05-07  8:40 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v3 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v3 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v3 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v3 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v3 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v3 07/15] KVM: arm64: Support page-not-present notification
` [PATCH v3 08/15] KVM: arm64: Support page-ready notification
` [PATCH v3 09/15] KVM: arm64: Support async PF hypercalls
` [PATCH v3 10/15] KVM: arm64: Support async PF ioctl commands
` [PATCH v3 11/15] KVM: arm64: Export async PF capability
` [PATCH v3 12/15] arm64: Detect async PF para-virtualization feature
` [PATCH v3 13/15] arm64: Reschedule process on aync PF
` [PATCH v3 14/15] arm64: Enable async PF
` [PATCH v3 15/15] KVM: arm64: Add async PF document

[PATCH v3 00/21] Support SDEI Virtualization
 2021-05-07  8:31 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v3 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v3 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v3 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v3 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v3 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v3 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v3 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v3 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v3 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall
` [PATCH v3 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
` [PATCH v3 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall
` [PATCH v3 13/21] KVM: arm64: Impment SDEI event delivery
` [PATCH v3 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v3 15/21] KVM: arm64: Support SDEI event notifier
` [PATCH v3 16/21] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v3 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU
` [PATCH v3 18/21] KVM: arm64: Support SDEI event injection
` [PATCH v3 19/21] KVM: arm64: Support SDEI event cancellation
` [PATCH v3 20/21] KVM: arm64: Export SDEI capability
` [PATCH v3 21/21] KVM: selftests: Add SDEI test case

[RFC PATCH 0/3] kvm/arm: New VMID allocator based on asid(2nd approach)
 2021-05-06 16:52 UTC  (4+ messages)
` [RFC PATCH 1/3] arch/arm64: Introduce a capability to tell whether 16-bit VMID is available
` [RFC PATCH 2/3] kvm/arm: Introduce a new vmid allocator for KVM
` [RFC PATCH 3/3] kvm/arm: Align the VMID allocation with the arm64 ASID one

[PATCH AUTOSEL 5.11 036/104] KVM: arm64: Use BUG and BUG_ON in nVHE hyp
 2021-05-06  0:14 UTC  (3+ messages)

[PATCH AUTOSEL 5.12 039/116] KVM: arm64: Use BUG and BUG_ON in nVHE hyp
 2021-05-05 16:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).