KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 09:44:27 to 2021-06-10 14:08:05 UTC [more...]

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

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-10 13:04 UTC  (27+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format
` [kvm-unit-tests PATCH v2 2/7] lib: unify header guards
` [kvm-unit-tests PATCH v2 3/7] asm-generic: "
` [kvm-unit-tests PATCH v2 4/7] arm: "
` [kvm-unit-tests PATCH v2 5/7] powerpc: "
` [kvm-unit-tests PATCH v2 6/7] s390x: "
` [kvm-unit-tests PATCH v2 7/7] x86: "

[PATCH 00/10] KVM: Add idempotent controls for migrating system counter state
 2021-06-10  6:54 UTC  (23+ messages)
` [PATCH 01/10] KVM: Introduce KVM_{GET, SET}_SYSTEM_COUNTER_STATE ioctls
` [PATCH 02/10] KVM: arm64: Implement initial support for KVM_CAP_SYSTEM_COUNTER_STATE
` [PATCH 03/10] selftests: KVM: Introduce system_counter_state_test
` [PATCH 04/10] KVM: arm64: Add userspace control of the guest's physical counter
` [PATCH 05/10] selftests: KVM: Add test cases for physical counter offsetting
` [PATCH 06/10] selftests: KVM: Add counter emulation benchmark
` [PATCH 07/10] KVM: x86: Refactor tsc synchronization code
` [PATCH 08/10] KVM: x86: Implement KVM_CAP_SYSTEM_COUNTER_STATE
` [PATCH 09/10] selftests: KVM: Add support for x86 to system_counter_state_test
` [PATCH 10/10] Documentation: KVM: Document KVM_{GET, SET}_SYSTEM_COUNTER_STATE ioctls

[PATCH] KVM: selftests: Rename vm_handle_exception in evmcs test
 2021-06-09 16:34 UTC  (10+ messages)

[PATCH v1 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-09 15:22 UTC  (16+ messages)
` [PATCH v1 01/13] KVM: arm64: Remove trailing whitespace in comments
` [PATCH v1 02/13] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v1 03/13] KVM: arm64: Fix name of HCR_TACR to match the spec
` [PATCH v1 04/13] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v1 05/13] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v1 06/13] KVM: arm64: Add feature register flag definitions
` [PATCH v1 07/13] KVM: arm64: Add config register bit definitions
` [PATCH v1 08/13] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v1 09/13] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v1 10/13] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v1 11/13] KVM: arm64: Trap access to pVM restricted features
` [PATCH v1 12/13] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v1 13/13] KVM: arm64: Check vcpu features at pVM creation

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-06-08 15:48 UTC  (6+ 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 "

[PATCH] KVM: arm64: Properly restore PMU state during live-migration
 2021-06-08  8:24 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/4] kvm/arm64: Initial pKVM user ABI
 2021-06-08 12:08 UTC  (14+ messages)
` [PATCH 1/4] KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
` [PATCH 2/4] KVM: arm64: Extend comment in has_vhe()
` [PATCH 3/4] KVM: arm64: Parse reserved-memory node for pkvm guest firmware region
` [RFC PATCH 4/4] KVM: arm64: Introduce KVM_CAP_ARM_PROTECTED_VM

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

[PATCH v7 0/4] KVM statistics data fd-based binary interface
 2021-06-07 22:12 UTC  (12+ messages)
` [PATCH v7 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [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
` [PATCH v7 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v4 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-06-07  9:59 UTC  (5+ messages)

[RFC PATCH 0/3] kvm/arm: New VMID allocator based on asid(2nd approach)
 2021-06-07  8:48 UTC  (6+ messages)

[PATCH v2 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-06-07  8:04 UTC  (5+ messages)
` [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

[RFC][PATCH] kvm: add suspend pm-notifier
 2021-06-05  0:58 UTC  (11+ messages)

[PATCH v13 0/8] MTE support for KVM guest
 2021-06-04 15:34 UTC  (20+ messages)
` [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] KVM: arm64: vgic: Communicate a change of the IRQ state via vgic_queue_irq_unlock
 2021-06-04  6:48 UTC 

[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


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