KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 11:48:18 to 2021-07-29 17:00:32 UTC [more...]

[PATCH 0/2] Fix off-by-one in range_is_memory
 2021-07-29 17:00 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: "
` [PATCH 2/2] KVM: arm64: Minor optimization of range_is_memory

[PATCH v4 00/13] KVM: Add idempotent controls for migrating system counter state
 2021-07-29 16:57 UTC  (19+ messages)
` [PATCH v4 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v4 02/13] KVM: x86: Refactor tsc synchronization code
` [PATCH v4 03/13] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v4 04/13] tools: arch: x86: pull in pvclock headers
` [PATCH v4 05/13] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v4 06/13] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v4 07/13] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v4 08/13] selftests: KVM: Introduce system counter offset test
` [PATCH v4 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v4 10/13] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v4 11/13] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v4 12/13] selftests: KVM: Test physical counter offsetting
` [PATCH v4 13/13] selftests: KVM: Add counter emulation benchmark

[PATCH] KVM: arm64: Unregister HYP sections from kmemleak in protected mode
 2021-07-29 16:42 UTC  (3+ messages)

[PATCH] KVM: arm64: Fix race when enabling KVM_ARM_CAP_MTE
 2021-07-29 16:00 UTC 

[PATCH v3 0/4] kvm/arm: New VMID allocator based on asid
 2021-07-29 14:59 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: Introduce a new VMID allocator for KVM
` [PATCH v3 2/4] KVM: arm64: Make VMID bits accessible outside of allocator
` [PATCH v3 3/4] KVM: arm64: Align the VMID allocation with the arm64 ASID one
` [PATCH v3 4/4] KVM: arm64: Clear active_vmids on vCPU schedule out

[PATCH v3 00/21] Track shared pages at EL2 in protected mode
 2021-07-29 13:28 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
` [PATCH v3 02/21] KVM: arm64: Introduce hyp_assert_lock_held()
` [PATCH v3 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v3 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v3 05/21] KVM: arm64: Expose page-table helpers
` [PATCH v3 06/21] KVM: arm64: Optimize host memory aborts
` [PATCH v3 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v3 08/21] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v3 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v3 11/21] KVM: arm64: Allow populating software bits
` [PATCH v3 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
` [PATCH v3 14/21] KVM: arm64: Expose pkvm_hyp_id
` [PATCH v3 15/21] KVM: arm64: Introduce addr_is_memory()
` [PATCH v3 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v3 18/21] KVM: arm64: Remove __pkvm_mark_hyp
` [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v3 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
` [PATCH v3 21/21] KVM: arm64: Make __pkvm_create_mappings static

[PATCH] KVM: ARM: count remote TLB flushes
 2021-07-28 19:02 UTC  (2+ messages)

[PATCH] KVM: arm64: fix comment typo
 2021-07-28 13:06 UTC 

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-28 14:51 UTC  (44+ messages)
` [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid
` [PATCH 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-28 12:17 UTC  (13+ messages)
` [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v2 2/6] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH v2 3/6] KVM: arm64: Avoid mapping size adjustment on permission fault
` [PATCH v2 4/6] KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
` [PATCH v2 5/6] KVM: arm64: Use get_page() instead of kvm_get_pfn()
` [PATCH v2 6/6] KVM: Get rid "

[PATCH v2 00/16] Track shared pages at EL2 in protected mode
 2021-07-28 12:14 UTC  (23+ messages)
` [PATCH v2 01/16] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v2 02/16] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v2 03/16] KVM: arm64: Expose page-table helpers
` [PATCH v2 04/16] KVM: arm64: Optimize host memory aborts
` [PATCH v2 05/16] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v2 06/16] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v2 07/16] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v2 08/16] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v2 09/16] KVM: arm64: Allow populating software bits
` [PATCH v2 10/16] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v2 11/16] KVM: arm64: Introduce and export host_stage2_idmap_locked()
` [PATCH v2 12/16] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v2 13/16] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v2 14/16] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v2 15/16] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
` [PATCH v2 16/16] KVM: arm64: Make __pkvm_create_mappings static

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

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-23 16:18 UTC  (11+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault

[PATCH v2 0/3] kvm/arm: New VMID allocator based on asid
 2021-07-23 15:49 UTC  (16+ 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

[RFC PATCH 0/5] KVM/ARM64 Add support for pinned VMIDs
 2021-07-23  8:27 UTC  (6+ messages)
` [RFC PATCH 4/5] iommu/arm-smmu-v3: Use pinned VMID for NESTED stage with BTM
        ` [Linuxarm] "

[PATCH] doc/arm: take care restore order of GICR_* in ITS restore
 2021-07-23  5:27 UTC  (5+ messages)

[PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state
 2021-07-22 15:42 UTC  (9+ messages)
` [PATCH v2 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
  ` [PATCH v2 05/12] selftests: KVM: Add test for KVM_{GET, SET}_CLOCK
` [PATCH v2 06/12] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v2 07/12] selftests: KVM: Introduce system counter offset test

[PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-22  5:41 UTC 

[PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-22  3:03 UTC  (4+ messages)

[PATCH v3 00/12] KVM: Add idempotent controls for migrating system counter state
 2021-07-21 18:59 UTC  (11+ messages)
` [PATCH v3 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v3 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v3 10/12] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v3 11/12] selftests: KVM: Test physical counter offsetting
` [PATCH v3 12/12] selftests: KVM: Add counter emulation benchmark

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-07-21 17:56 UTC  (6+ messages)

[PATCH 00/14] Track shared pages at EL2 in protected mode
 2021-07-21 13:35 UTC  (23+ messages)
` [PATCH 01/14] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH 03/14] KVM: arm64: Continue stage-2 map when re-creating mappings
` [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
` [PATCH 11/14] KVM: arm64: Expose kvm_pte_valid() helper
` [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking
` [PATCH 13/14] KVM: arm64: Restrict hyp stage-1 manipulation in protected mode

[PATCHv2 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2021-07-21 11:08 UTC  (18+ messages)
` [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 0/4] kvm-arm64: Fix PMU reset values (and more)
 2021-07-21  9:30 UTC  (6+ messages)
` [PATCH v2 4/4] KVM: arm64: Remove PMSWINC_EL0 shadow register

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-07-21  8:39 UTC  (10+ messages)
` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
  ` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h, c "
` [PATCH v3 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits

***SPAM*** UNSUBSCRIBE
 2021-07-20 16:59 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 read-only IMAP folder(s) and NNTP newsgroup(s).