Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-08-13 15:03:56 to 2024-08-20 10:38:08 UTC [more...]

[PATCH v4 00/18] KVM: arm64: nv: Add support for address translation instructions
 2024-08-20 10:37 UTC  (14+ messages)
` [PATCH v4 01/18] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH v4 02/18] arm64: Add PAR_EL1 field description
` [PATCH v4 03/18] arm64: Add system register encoding for PSTATE.PAN
` [PATCH v4 04/18] arm64: Add ESR_ELx_FSC_ADDRSZ_L() helper
` [PATCH v4 05/18] KVM: arm64: Make kvm_at() take an OP_AT_*
` [PATCH v4 06/18] KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
` [PATCH v4 07/18] KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
` [PATCH v4 08/18] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH v4 09/18] KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
` [PATCH v4 10/18] KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
` [PATCH v4 11/18] KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
` [PATCH v4 12/18] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH v4 13/18] KVM: arm64: nv: Make ps_to_output_size() generally available

[PATCH 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
 2024-08-20 10:03 UTC  (13+ messages)
` [PATCH 01/12] KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
` [PATCH 02/12] KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
` [PATCH 03/12] KVM: arm64: Force SRE traps when SRE access is not enabled
` [PATCH 04/12] KVM: arm64: Force GICv3 traps activa when no irqchip is configured on VHE
` [PATCH 05/12] KVM: arm64: Add helper for last ditch idreg adjustments
` [PATCH 06/12] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
` [PATCH 07/12] KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
` [PATCH 08/12] KVM: arm64: Add trap routing information for ICH_HCR_EL2
` [PATCH 09/12] KVM: arm64: Honor guest requested traps in GICv3 emulation
` [PATCH 10/12] KVM: arm64: Make most GICv3 accesses UNDEF if they trap
` [PATCH 11/12] KVM: arm64: Unify UNDEF injection helpers
` [PATCH 12/12] KVM: arm64: Add selftest checking how the absence of GICv3 is handled

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-20  9:54 UTC  (17+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-19 22:47 UTC  (12+ messages)
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-08-19 22:19 UTC  (28+ messages)
` [PATCH v5 01/19] arm64: mm: Add top-level dispatcher for internal mem_encrypt API
` [PATCH v5 02/19] arm64: mm: Add confidential computing hook to ioremap_prot()
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 08/19] fixmap: Allow architecture overriding set_fixmap_io
` [PATCH v5 09/19] fixmap: Pass down the full phys address for set_fixmap_io
` [PATCH v5 10/19] arm64: Override set_fixmap_io
` [PATCH v5 11/19] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 13/19] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v5 14/19] arm64: Enforce bounce buffers for realm DMA
` [PATCH v5 15/19] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v5 16/19] arm64: Enable memory encrypt for Realms
` [PATCH v5 17/19] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v5 18/19] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH] KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
 2024-08-19 17:26 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic-debug: Don't put unmarked LPIs
 2024-08-19 17:25 UTC  (5+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-19 16:33 UTC  (72+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames

[PATCH] KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface
 2024-08-19 12:48 UTC  (5+ messages)

[PATCH v8 0/6] arm64: ptdump: View the second stage page-tables
 2024-08-19 12:18 UTC  (9+ messages)
` [PATCH v8 1/6] KVM: arm64: Move pagetable definitions to common header
` [PATCH v8 2/6] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v8 3/6] arm64: ptdump: Use the mask from the state structure
` [PATCH v8 4/6] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v8 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
` [PATCH v8 6/6] KVM: arm64: Expose guest stage-2 pagetable config to debugfs

[PATCH 00/12] Enable build system on macOS hosts
 2024-08-18 16:55 UTC  (6+ messages)

[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-16 21:22 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: Documentation: Clarify docs for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v2 2/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 "

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-08-16 21:13 UTC  (8+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions

[PATCH v3 0/7] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-08-16 15:16 UTC  (2+ messages)

[PATCH v3 00/18] KVM: arm64: nv: Add support for address translation instructions
 2024-08-16 13:44 UTC  (11+ messages)
` [PATCH v3 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v3 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3

[PATCH v3] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
 2024-08-16 13:28 UTC 

[PATCH v2] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
 2024-08-16  6:37 UTC  (3+ messages)

[PATCH v5 0/2] Add arch_timer_edge_cases selftest
 2024-08-15 15:26 UTC  (3+ messages)
` [PATCH v5 2/2] KVM: arm64: selftests: "

[PATCH 6.6.y 0/2] KVM pgtable fixes
 2024-08-15 13:12 UTC  (6+ messages)
` [PATCH 6.6.y 1/2] KVM: arm64: Don't defer TLB invalidation when zapping table entries
  ` Patch "KVM: arm64: Don't defer TLB invalidation when zapping table entries" has been added to the 6.6-stable tree
` [PATCH 6.6.y 2/2] KVM: arm64: Don't pass a TLBI level hint when zapping table entries
  ` Patch "KVM: arm64: Don't pass a TLBI level hint when zapping table entries" has been added to the 6.6-stable tree

[PATCH 0/2] KVM: arm64: Fix a couple of pKVM/nVHE TLB invalidation bugs
 2024-08-15 13:08 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe hyp init
` [PATCH 2/2] KVM: arm64: Ensure TLBI uses correct VMID after changing context

[PATCH 00/11] KVM: arm64: Add support for FEAT_LS64 and co
 2024-08-15 12:59 UTC  (12+ messages)
` [PATCH 01/11] arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumers
` [PATCH 02/11] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH 03/11] KVM: arm64: Add ACCDATA_EL1 to the sysreg array
` [PATCH 04/11] KVM: arm64: Add context-switch of ACCDATA_EL1
` [PATCH 05/11] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH 06/11] KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
` [PATCH 07/11] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH 08/11] KVM: arm64: Conditionnaly enable FEAT_LS64* instructions
` [PATCH 09/11] KVM: arm64: nv: Expose FEAT_LS64* to a nested guest
` [PATCH 10/11] arm64: Expose ID_AA64ISAR1_EL1.LS64 to sanitised feature consumers
` [PATCH 11/11] KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B

[PATCH] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
 2024-08-15  8:32 UTC  (4+ messages)

[PATCH 00/10] KVM: arm64: Add EL2 support to FEAT_S1PIE
 2024-08-13 16:19 UTC  (11+ messages)
` [PATCH 03/10] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH 05/10] arm64: Add encoding for PIRE0_EL2
` [PATCH 06/10] arm64: Remove VNCR definition "
` [PATCH 09/10] KVM: arm64: Handle PIR{,E0}_EL2 traps


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