kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 19:02:55 to 2021-06-03 18:34:02 UTC [more...]

[RFC][PATCH] kvm: add suspend pm-notifier
 2021-06-03 17:27 UTC  (2+ messages)

[PATCH 0/4] kvm/arm64: Initial pKVM user ABI
 2021-06-03 18:33 UTC 

[PATCH v13 0/8] MTE support for KVM guest
 2021-06-03 17:13 UTC  (14+ messages)
` [PATCH v13 1/8] arm64: mte: Handle race when synchronising tags
` [PATCH v13 2/8] arm64: Handle MTE tags zeroing in __alloc_zeroed_user_highpage()
` [PATCH v13 3/8] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v13 4/8] KVM: arm64: Introduce MTE VM feature
` [PATCH v13 5/8] KVM: arm64: Save/restore MTE registers
` [PATCH v13 6/8] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v13 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v13 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH] KVM: arm64: Properly restore PMU state during live-migration
 2021-06-03 16:03 UTC  (3+ messages)

[PATCH v5 0/6] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-03 12:52 UTC  (17+ messages)
` [PATCH v5 1/6] KVM: arm64: Introduce KVM_PGTABLE_S2_GUEST stage-2 flag
` [PATCH v5 2/6] KVM: arm64: Move D-cache flush to the fault handlers
` [PATCH v5 4/6] KVM: arm64: Provide invalidate_icache_range at non-VHE EL2
` [PATCH v5 5/6] KVM: arm64: Move I-cache flush to the fault handlers
` [PATCH v5 6/6] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH v3 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-06-03 12:14 UTC  (12+ messages)
` [PATCH v3 1/5] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs
` [PATCH v3 2/5] KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once
` [PATCH v3 3/5] KVM: arm64: selftests: get-reg-list: Provide config selection option
` [PATCH v3 4/5] KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve
` [PATCH v3 5/5] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-06-03 11:08 UTC  (10+ messages)
` [PATCH v4 01/66] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v4 09/66] KVM: arm64: nv: Support virtual EL2 exceptions

[PATCH v2 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-06-02  9:43 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: arm64: Move hyp_pool locking out of refcount helpers
` [PATCH v2 2/7] KVM: arm64: Use refcount at hyp to check page availability
` [PATCH v2 3/7] KVM: arm64: Remove list_head from hyp_page
` [PATCH v2 4/7] KVM: arm64: Unify MMIO and mem host stage-2 pools
` [PATCH v2 5/7] KVM: arm64: Remove hyp_pool pointer from struct hyp_page
` [PATCH v2 6/7] KVM: arm64: Use less bits for hyp_page order
` [PATCH v2 7/7] KVM: arm64: Use less bits for hyp_page refcount

[RFC 0/2] [RFC] Honor PCI prefetchable attributes for a virtual machine on ARM64
 2021-06-02  9:37 UTC  (23+ messages)
` [RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA

[PATCH 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-06-02  9:23 UTC  (16+ messages)
` [PATCH 1/7] KVM: arm64: Move hyp_pool locking out of refcount helpers
` [PATCH 2/7] KVM: arm64: Use refcount at hyp to check page availability
` [PATCH 3/7] KVM: arm64: Remove list_head from hyp_page
` [PATCH 4/7] KVM: arm64: Unify MMIO and mem host stage-2 pools
` [PATCH 5/7] KVM: arm64: Remove hyp_pool pointer from struct hyp_page
` [PATCH 6/7] KVM: arm64: Use less bits for hyp_page order
` [PATCH 7/7] KVM: arm64: Use less bits for hyp_page refcount

[kvm-unit-tests PATCH v2 0/4] enable LPI and ITS for TCG
 2021-06-01 21:50 UTC  (16+ messages)
` [kvm-unit-tests PATCH v2 1/4] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options
` [kvm-unit-tests PATCH v2 3/4] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v2 4/4] arm64: split its-migrate-unmapped-collection into KVM and TCG variants

[PATCH v5 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-06-01 11:07 UTC  (3+ messages)

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

[PATCH v3 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-06-01  9:34 UTC  (2+ messages)

[stable-rc] 5.12 arch/arm64/kvm/arm.c:722:8: error: use of undeclared label 'out'
 2021-05-31 11:46 UTC  (2+ messages)

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

[GIT PULL] KVM/arm64 fixes for 5.13, take #2
 2021-05-27 13:24 UTC  (2+ messages)

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-27 13:08 UTC  (39+ messages)
` [PATCH v12 3/8] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v12 4/8] arm64: kvm: Introduce MTE VM feature
` [PATCH v12 5/8] arm64: kvm: Save/restore MTE registers
` [PATCH v12 6/8] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v12 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v12 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH v2] KVM: arm64: Prevent mixed-width VM creation
 2021-05-27  9:38 UTC  (3+ messages)

[PATCH] KVM: arm64: Resolve all pending PC updates before immediate exit
 2021-05-27  9:36 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-05-26 17:37 UTC  (9+ messages)
` [PATCH v2 5/5] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-05-26  8:50 UTC  (9+ messages)
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[kvm-unit-tests RFC PATCH] arm64: split pmu tests into tcg/kvm variants
 2021-05-25 17:42 UTC 

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-24 17:48 UTC  (12+ messages)
` [PATCH v3 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v3 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v3 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v3 7/9] KVM: arm64: timer: Refactor IRQ configuration

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-24 12:59 UTC  (3+ messages)

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

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-05-21  6:48 UTC  (3+ messages)
` [PATCH v15 07/12] iommu/smmuv3: Implement cache_invalidate

[PATCH] KVM: arm64: Prevent mixed-width VM creation
 2021-05-20 14:06 UTC  (4+ messages)

[PATCH] KVM: arm64: Fix typo in a comment
 2021-05-20 10:23 UTC  (2+ messages)

[PATCH for-stable-5.4] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
 2021-05-20  8:37 UTC  (2+ messages)

[PATCH] KVM: halt polling: Make the adjustment of polling time clearer
 2021-05-20  3:05 UTC 


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 NNTP newsgroup(s).