KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-29 18:28:52 to 2021-05-10 16:59:49 UTC [more...]

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-05-10 16:58 UTC  (4+ 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 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  (21+ 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 0/2] [RFC] Honor PCI prefetchable attributes for a virtual machine on ARM64
 2021-05-08 16:33 UTC  (32+ messages)
` [RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA
` [RFC 2/2] KVM: arm64: Add write-combine support for stage-2 entries

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-07 18:25 UTC  (17+ messages)
` [PATCH v11 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [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  (21+ 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 3/5] KVM: selftests: Move GUEST_ASSERT_EQ to utils header
` [PATCH v2 4/5] KVM: selftests: Add exception handling support for aarch64
` [PATCH v2 5/5] KVM: selftests: Add aarch64/debug-exceptions test

[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)

[PATCH v4 0/4] KVM statistics data fd-based binary interface
 2021-04-30 15:34 UTC  (9+ messages)
` [PATCH v4 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v4 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v4 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v4 4/4] KVM: selftests: Add selftest for KVM "

[PATCH 0/3] KVM: selftests: arm64 exception handling and debug test
 2021-04-29 20:48 UTC  (6+ messages)
` [PATCH 1/3] KVM: selftests: Add exception handling support for aarch64


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).