public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2021-06-11 13:35:07 to 2021-06-18 13:29:03 UTC [more...]

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

[PATCH] KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is set
 2021-06-18 13:21 UTC  (3+ messages)

[PATCH v7 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-18 13:14 UTC  (20+ messages)
` [PATCH v7 1/4] KVM: arm64: Introduce two cache maintenance callbacks
` [PATCH v7 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
` [PATCH v7 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
` [PATCH v7 4/4] KVM: arm64: Move guest CMOs to the fault handlers

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

[PATCH v6 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-18  8:50 UTC  (14+ messages)
` [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2
` [PATCH v6 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
` [PATCH v6 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
` [PATCH v6 4/4] KVM: arm64: Move guest CMOs to the fault handlers

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 22:15 UTC  (29+ messages)
` [PATCH v10 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface
` [PATCH v10 4/5] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v10 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-06-17 14:58 UTC  (10+ messages)
` [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 v15 0/7] MTE support for KVM guest
 2021-06-17 13:53 UTC  (12+ messages)
` [PATCH v15 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v15 2/7] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v15 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v15 4/7] KVM: arm64: Save/restore MTE registers
` [PATCH v15 5/7] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v15 6/7] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v15 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH v9 0/5] KVM statistics data fd-based binary interface
 2021-06-16 21:35 UTC  (22+ messages)
` [PATCH v9 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v9 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v9 3/5] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v9 4/5] KVM: selftests: Add selftest for KVM "
` [PATCH v9 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

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

[PATCH 0/4] Remove duplicated stats definitions for debugfs
 2021-06-16 12:55 UTC  (12+ messages)
` [PATCH 1/4] KVM: stats: Make sure no missing or mismatched binary stats definition
` [PATCH 2/4] KVM: stats: Use binary stats descriptors for debugfs interface
` [PATCH 3/4] KVM: stats: Update documentation supporting stats mode and offset
` [PATCH 4/4] KVM: selftests: Update binary stats test for stats mode

KVM: arm64: pmu: Reset sample period on overflow handling
 2021-06-16 11:03 UTC  (6+ messages)

[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-15 13:39 UTC  (14+ 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 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
` [PATCH v2 10/13] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v2 11/13] KVM: arm64: Trap access to pVM restricted features
` [PATCH v2 12/13] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v2 13/13] KVM: arm64: Check vcpu features at pVM creation

[PATCH v2] KVM: arm64: Fix inconsistency from function comment of __unmap_stage2_range
 2021-06-15 10:21 UTC 

[PATCH] KVM: arm64: Fix inconsistency from function comment of __unmap_stage2_range
 2021-06-15 10:08 UTC  (3+ messages)

[PATCH] KVM: arm64: Trival coding style fixes for all vgic-related files
 2021-06-15 10:05 UTC  (3+ messages)

[kvm-unit-tests] its-migration segmentation fault
 2021-06-15  7:11 UTC  (5+ messages)

[PATCH v7 0/4] KVM statistics data fd-based binary interface
 2021-06-14 13:19 UTC  (7+ messages)
` [PATCH v7 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v7 3/4] KVM: stats: Add documentation for statistics data binary interface

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-14  9:01 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format

[kvm-unit-tests PATCH] configure: arm: Update kvmtool UART address
 2021-06-14  8:16 UTC  (2+ messages)

[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
 2021-06-14  8:08 UTC  (3+ messages)

[PATCH v1 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-13 16:12 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic: declear local variable 'flags' before for loop starts
 2021-06-12 13:32 UTC  (3+ messages)

[PATCH] KVM: stats: Remove debugfs interface for KVM stats
 2021-06-11 15:26 UTC  (4+ messages)

[PATCH v8 0/4] KVM statistics data fd-based binary interface
 2021-06-11 13:40 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox