Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-10-16 17:07:43 to 2023-10-24 10:37:02 UTC [more...]

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-24 10:36 UTC  (35+ messages)
` [PATCH v8 01/13] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v8 02/13] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v8 03/13] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v8 04/13] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v8 05/13] KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v8 06/13] KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 08/13] tools: Import arm_pmuv3.h
` [PATCH v8 09/13] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v8 10/13] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [PATCH v8 12/13] KVM: selftests: aarch64: vPMU test for validating user accesses
` [PATCH v8 13/13] KVM: selftests: aarch64: vPMU test for immutability

[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-24 10:15 UTC  (2+ messages)

[PATCH v3 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-24  2:47 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
` [PATCH v3 2/2] KVM: arm64: Add PMU event filter bits required if EL3 is implemented

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (33+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

pKVM: Which kernel version has support for pKVM?
 2023-10-23 19:30 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: NV trap forwarding fixes
 2023-10-23 18:55 UTC  (7+ messages)
` [PATCH 1/5] arm64: Add missing _EL12 encodings
` [PATCH 2/5] arm64: Add missing _EL2 encodings
` [PATCH 3/5] KVM: arm64: Refine _EL2 system register list that require trap reinjection
` [PATCH 4/5] KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregs
` [PATCH 5/5] KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-23 17:22 UTC  (14+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-10-23 15:00 UTC  (30+ messages)
` [PATCH v4 01/12] arm64/mm: Update non-range tlb invalidation routines for FEAT_LPA2
` [PATCH v4 02/12] arm64/mm: Update range-based "
` [PATCH v4 04/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v4 06/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
` [PATCH v4 07/12] KVM: arm64: Prepare TCR_EL2.PS in cpu_prepare_hyp_mode()
` [PATCH v4 08/12] KVM: arm64: Convert translation level parameter to s8

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-23 13:53 UTC  (23+ messages)
` [PATCH v3 1/5] tools: arm64: Add a Makefile for generating sysreg-defs.h
` [PATCH v3 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path
` [PATCH v3 3/5] KVM: selftests: Generate "
` [PATCH v3 4/5] tools headers arm64: Update sysreg.h with kernel sources
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-10-23 13:20 UTC  (3+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA

KVM exit to userspace on WFI
 2023-10-20 19:56 UTC  (2+ messages)

[PATCH v3 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-20 19:16 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()
` [PATCH v3 2/5] KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()
` [PATCH v3 3/5] KVM: arm64: Reload stage-2 for VMID change on VHE
` [PATCH v3 4/5] KVM: arm64: Rename helpers for VHE vCPU load/put
` [PATCH v3 5/5] KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()

[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 16:52 UTC  (3+ messages)

[PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-10-20 14:28 UTC  (19+ messages)

[PATCH v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-20  9:21 UTC  (2+ messages)

[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-19 20:17 UTC  (51+ messages)
` [PATCH v7 01/12] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset
` [PATCH v7 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v7 05/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v7 07/12] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v7 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v7 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v7 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v7 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-19 17:08 UTC  (11+ messages)

[PATCH v2 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-10-19 16:59 UTC  (11+ messages)
` [PATCH v2 2/6] arm64: KVM: Rename DEBUG_STATE_SAVE_TRBE to DEBUG_STATE_SAVE_TRFCR
` [PATCH v2 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v2 5/6] arm64: KVM: Write TRFCR value on guest switch with nVHE

[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-10-19 16:55 UTC  (7+ messages)
` [PATCH v3 1/6] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v3 2/6] arm64: KVM: Move SPE and trace registers to the sysreg array
` [PATCH v3 3/6] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v3 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v3 5/6] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v3 6/6] coresight: Pass guest TRFCR value to KVM

[PATCH v4 0/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization
 2023-10-19 16:11 UTC  (11+ messages)
` [PATCH v4 1/3] arm64: Add missing _EL12 encodings
` [PATCH v4 2/3] arm64: Add missing _EL2 encodings
` [PATCH v4 3/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization

[PATCH v2 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-19  7:20 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: arm64: Virtualise PMEVTYPER<n>_EL1.{NSU,NSK}

[PATCH v2 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-18  7:17 UTC  (9+ messages)
` [PATCH v2 2/5] KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()
` [PATCH v2 4/5] KVM: arm64: Rename helpers for VHE vCPU load/put
` [PATCH v2 5/5] KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()

[PATCH] KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregs
 2023-10-17 18:50 UTC  (3+ messages)

[PATCH] KVM: arm64: Move VTCR_EL2 into struct s2_mmu
 2023-10-17  7:58 UTC  (2+ messages)

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-10-16 19:38 UTC  (10+ messages)
` [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v5 09/17] KVM: Introduce KVM_CAP_USERFAULT_ON_MISSING without implementation


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