kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 14:52:53 to 2021-07-12 16:52:37 UTC [more...]

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-07-12 16:51 UTC  (9+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests
` [kvm-unit-tests RFC PATCH 5/5] configure: Ignore --erratatxt when --target=kvmtool

[PATCHv2 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2021-07-12 16:24 UTC  (14+ messages)
` [PATCHv2 1/4] arm64: smccc: Add SMCCC pv-vcpu-state function call IDs
` [PATCHv2 2/4] arm64: add guest pvstate support
` [PATCHv2 3/4] arm64: do not use dummy vcpu_is_preempted()
` [PATCHv2 4/4] arm64: add host pv-vcpu-state support

[PATCH v2] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-12 16:02 UTC  (5+ messages)

[PATCH] KVM/ARM: vgic: Delete the redundant lines of code
 2021-07-12 14:16 UTC  (2+ messages)

[PATCH] KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
 2021-07-08 17:16 UTC  (3+ messages)

[PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-08  8:53 UTC  (8+ messages)

[PATCH] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-07 12:48 UTC  (12+ messages)

[PATCH AUTOSEL 5.12 64/80] KVM: arm64: Restore PMU configuration on first run
 2021-07-04 23:06 UTC 

[PATCH AUTOSEL 5.13 68/85] KVM: arm64: Restore PMU configuration on first run
 2021-07-04 23:04 UTC 

[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
 2021-07-02 18:56 UTC  (4+ messages)
` [PATCH v4 5/6] KVM: selftests: Add exception handling support for aarch64

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-07-01 15:41 UTC  (2+ messages)
` [PATCH 5/6] kvm: allocate vcpu pointer array separately

[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
 2021-07-01 14:58 UTC  (27+ messages)
` [PATCH v2 01/13] KVM: arm64: Remove trailing whitespace in comments
` [PATCH v2 02/13] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v2 03/13] KVM: arm64: Fix names of config register fields
` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
  ` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h, c "
` [PATCH v2 05/13] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v2 06/13] KVM: arm64: Add feature register flag definitions
` [PATCH v2 07/13] KVM: arm64: Add config register bit definitions
` [PATCH v2 08/13] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v2 09/13] KVM: arm64: Add trap handlers for protected VMs

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-07-01  9:54 UTC  (12+ messages)
` [RFC PATCH 1/5] KVM: arm64: Replace power_off with mp_state in struct kvm_vcpu_arch
` [RFC PATCH 2/5] KVM: arm64: Move WFI execution to check_vcpu_requests()
` [RFC PATCH 3/5] KVM: arm64: Allow userspace to request WFI
` [RFC PATCH 4/5] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 5/5] KVM: arm64: Pass PSCI calls "

[GIT PULL] KVM/arm64 updates for 5.14
 2021-06-25 15:22 UTC  (2+ messages)

[PATCH v2 0/5] Remove uses of struct page from x86 and arm64 MMU
 2021-06-25  8:07 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: do not allow mapping valid but non-refcounted pages
` [PATCH v2 2/5] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v2 3/5] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v2 4/5] KVM: arm64/mmu: "
` [PATCH v2 5/5] KVM: mmu: remove over-aggressive warnings

[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
 2021-06-25  7:44 UTC  (34+ messages)
` [PATCH 1/6] KVM: x86/mmu: release audited pfns
` [PATCH 2/6] KVM: mmu: also return page from gfn_to_pfn
` [PATCH 3/6] KVM: x86/mmu: avoid struct page in MMU
` [PATCH 4/6] KVM: arm64/mmu: "
` [PATCH 5/6] KVM: mmu: remove over-aggressive warnings
` [PATCH 6/6] drm/i915/gvt: use gfn_to_pfn's page instead of pfn

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-24 13:42 UTC  (23+ messages)
` [PATCH v17 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v17 2/6] KVM: arm64: Introduce MTE VM feature
` [PATCH v17 3/6] KVM: arm64: Save/restore MTE registers
` [PATCH v17 4/6] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-06-23 16:18 UTC  (18+ messages)
` [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 V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-06-23  9:06 UTC  (3+ messages)

KVM/ARM64: Booting KVM on FVP/fastmodels
 2021-06-22  9:41 UTC  (4+ messages)

[PATCH v3 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-06-22  7:57 UTC  (5+ messages)

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-21 23:38 UTC  (16+ messages)
` [PATCH v12 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v12 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v12 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v12 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH for-stable-5.4] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
 2021-06-21 15:38 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
 2021-06-21 12:44 UTC  (3+ messages)

[PATCH for-stable-4.19] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
 2021-06-21 12:43 UTC 

[PATCH v16 0/7] MTE support for KVM guest
 2021-06-21  9:07 UTC  (12+ messages)
` [PATCH v16 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v16 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v16 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH v11 0/7] KVM statistics data fd-based binary interface
 2021-06-18 17:57 UTC  (7+ messages)
` [PATCH v11 2/7] KVM: stats: Add fd-based API to read binary stats data


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