Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2021-07-19 10:47:55 to 2021-07-27 10:29:58 UTC [more...]

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-27 10:29 UTC  (8+ 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 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 v2 00/16] Track shared pages at EL2 in protected mode
 2021-07-26 13:24 UTC  (22+ 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/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

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-23 13:52 UTC  (28+ messages)
` [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 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH 15/16] arm64: Add a helper to retrieve the PTE of a fixmap

[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  (18+ messages)
` [PATCH v3 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v3 02/12] KVM: x86: Refactor tsc synchronization code
` [PATCH v3 03/12] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v3 04/12] tools: arch: x86: pull in pvclock headers
` [PATCH v3 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v3 06/12] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v3 07/12] selftests: KVM: Introduce system counter offset test
` [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  (41+ 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 04/14] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH 05/14] KVM: arm64: Don't overwrite ignored bits with owner id
` [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits
` [PATCH 07/14] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
` [PATCH 09/14] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH 10/14] KVM: arm64: Enable retrieving protections attributes of PTEs
` [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
` [PATCH 14/14] KVM: arm64: Prevent late calls to __pkvm_create_private_mapping()

[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  (12+ messages)
` [PATCH v2 1/4] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
` [PATCH v2 2/4] KVM: arm64: Drop unnecessary masking of PMU registers
` [PATCH v2 3/4] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
` [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  (22+ messages)
` [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v3 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v3 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v3 04/15] KVM: arm64: Fix names of config register fields
` [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 07/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v3 08/15] KVM: arm64: Add feature register flag definitions
` [PATCH v3 09/15] KVM: arm64: Add config register bit definitions
` [PATCH v3 10/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v3 11/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v3 12/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v3 13/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities

***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