Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-08-09 20:52:05 to 2024-08-19 13:20:12 UTC [more...]

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-08-19 13:19 UTC  (8+ 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] KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
 2024-08-19 12:50 UTC 

[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 v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-19 12:04 UTC  (68+ 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 00/12] Enable build system on macOS hosts
 2024-08-18 16:55 UTC  (6+ messages)

[PATCH] KVM: arm64: vgic-debug: Don't put unmarked LPIs
 2024-08-17 10:31 UTC  (3+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-17  1:05 UTC  (10+ 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 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 v4 00/29] arm64: Permission Overlay Extension
 2024-08-16 15:32 UTC  (15+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 18/29] arm64: add POE signal support

[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  (27+ messages)
` [PATCH v3 01/18] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH v3 02/18] arm64: Add PAR_EL1 field description
` [PATCH v3 03/18] arm64: Add system register encoding for PSTATE.PAN
` [PATCH v3 04/18] arm64: Add ESR_ELx_FSC_ADDRSZ_L() helper
` [PATCH v3 05/18] KVM: arm64: Make kvm_at() take an OP_AT_*
` [PATCH v3 06/18] KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
` [PATCH v3 07/18] KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
` [PATCH v3 08/18] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH v3 09/18] KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
` [PATCH v3 10/18] KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
` [PATCH v3 11/18] KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
` [PATCH v3 12/18] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH v3 13/18] KVM: arm64: nv: Make ps_to_output_size() generally available
` [PATCH v3 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v3 15/18] KVM: arm64: nv: Sanitise SCTLR_EL1.EPAN according to VM configuration
` [PATCH v3 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
` [PATCH v3 17/18] KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
` [PATCH v3 18/18] KVM: arm64: nv: Add support for FEAT_ATS1A

[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  (17+ messages)
` [PATCH 01/10] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH 02/10] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 03/10] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH 04/10] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH 05/10] arm64: Add encoding for PIRE0_EL2
` [PATCH 06/10] arm64: Remove VNCR definition "
` [PATCH 07/10] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH 08/10] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH 09/10] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH 10/10] KVM: arm64: Sanitise ID_AA64MMFR3_EL1

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-08-13 14:35 UTC  (5+ messages)
` [RFC PATCH 02/11] ring-buffer: Introducing ring-buffer writer

[PATCH v3 0/8] KVM: arm64: Add support for FP8
 2024-08-13 13:38 UTC  (12+ messages)
` [PATCH v3 1/8] KVM: arm64: Move SVCR into the sysreg array
` [PATCH v3 2/8] KVM: arm64: Add predicate for FPMR support in a VM
` [PATCH v3 3/8] KVM: arm64: Move FPMR into the sysreg array
` [PATCH v3 4/8] KVM: arm64: Add save/restore support for FPMR
` [PATCH v3 5/8] KVM: arm64: Honor trap routing "
` [PATCH v3 6/8] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH v3 7/8] KVM: arm64: Enable FP8 support when available and configured
` [PATCH v3 8/8] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests

[GIT PULL] KVM/arm64 fixes for 6.11, round #1
 2024-08-13 10:06 UTC  (2+ messages)

[PATCH v2 00/17] KVM: arm64: nv: Add support for address translation instructions
 2024-08-13  9:17 UTC  (8+ messages)
` [PATCH v2 13/17] KVM: arm64: nv: Add SW walker for AT S1 emulation

[RFC 00/10] KVM: arm64: Enable fine grained undefined for MDSELR_EL1
 2024-08-13  7:16 UTC  (15+ messages)
` [RFC 10/10] KVM: arm64: nv: Add new HDFGRTR2_GROUP & HDFGRTR2_GROUP based FGU handling

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-13  2:05 UTC  (6+ messages)
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU


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