Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-10-12 12:35:17 to 2023-10-20 16:01:39 UTC [more...]

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-20 16:01 UTC  (16+ 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

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-10-20 15:22 UTC  (26+ 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] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 14:52 UTC  (2+ messages)

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-10-20 14:28 UTC  (41+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA
` [PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory

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

[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-19 20:17 UTC  (59+ messages)
` [PATCH v7 01/12] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v7 02/12] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on "
` [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 06/12] KVM: arm64: PMU: Add a helper to read the number of counters
` [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 v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-19 19:48 UTC  (22+ 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 v3 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-19 18:56 UTC  (3+ 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

[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  (13+ 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  (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Treat PMEVTYPER<n>_EL0.NSH as RES0
` [PATCH v2 2/2] KVM: arm64: Virtualise PMEVTYPER<n>_EL1.{NSU,NSK}

[PATCH v3 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-18 23:32 UTC  (6+ 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 v2 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-18  7:17 UTC  (11+ messages)
` [PATCH v2 1/5] KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()
` [PATCH v2 2/5] KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()
` [PATCH v2 3/5] KVM: arm64: Reload stage-2 for VMID change on VHE
` [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  (7+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-17 10:26 UTC  (11+ 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 RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled

[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

[PATCH v3 0/3] Fine grain sysregs allowed to trap for nested virtualization
 2023-10-16 10:35 UTC  (12+ messages)
` [PATCH v3 2/3] arm64: Add missing _EL2 encodings
` [PATCH v3 3/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization

[RESEND PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-10-16  7:18 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.6, take #2
 2023-10-15 12:23 UTC  (2+ messages)

[RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
 2023-10-13 18:45 UTC  (11+ messages)

Bug? Incompatible APF for 4.14 guest on 5.10 and later host
 2023-10-13 15:40 UTC 

[PATCH v2 4/5] perf kvm: Support sampling guest callchains
 2023-10-12 20:41 UTC  (2+ messages)

[PATCH v1 0/2] KVM: fix issues with Permission Indirection Extension
 2023-10-12 15:33 UTC  (4+ messages)
` [PATCH v1 1/2] KVM: arm64: add nPIR{E0}_EL1 to HFG traps
` [PATCH v1 2/2] KVM: arm64: POR{E0}_EL1 do not need trap handlers

[PATCH 0/2] KVM: arm64: vPMU fixes for NV/EL2
 2023-10-12 15:33 UTC  (7+ messages)
` [PATCH 2/2] KVM: arm64: Treat PMEVTYPER<n>_EL0.NSH as RES0


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