Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-11-04 17:09:59 to 2024-11-20 10:53:27 UTC [more...]

[PATCH v1 00/12] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
 2024-11-20 10:52 UTC  (13+ messages)
` [PATCH v1 01/12] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v1 02/12] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v1 03/12] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v1 04/12] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v1 05/12] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v1 06/12] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v1 07/12] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v1 08/12] KVM: arm64: Remove fixed_config.h header
` [PATCH v1 09/12] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v1 10/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v1 11/12] KVM: arm64: Update vcpu state with live value of VBAR_EL1 on injecting an exception
` [PATCH v1 12/12] fixup! KVM: arm64: Initialize feature id registers for protected VMs

[PATCH v2 0/2] KVM: arm64: Fixes for PMU overflow state
 2024-11-20  9:55 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
` [PATCH v2 2/2] KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters

[PATCH v7 00/12] kvm/coresight: Support exclude guest and exclude host
 2024-11-20  9:43 UTC  (17+ messages)
` [PATCH v7 01/12] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [PATCH v7 02/12] tools: arm64: Update sysreg.h header files
` [PATCH v7 03/12] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v7 04/12] KVM: arm64: Make vcpu flag macros more generic
` [PATCH v7 05/12] KVM: arm64: Move SPE and TRBE flags to host data
` [PATCH v7 06/12] KVM: arm64: Add flag for FEAT_TRF
` [PATCH v7 07/12] KVM: arm64: arm_spe: Give SPE enabled state to KVM
` [PATCH v7 08/12] KVM: arm64: Don't hit sysregs to see if SPE is enabled or not
` [PATCH v7 09/12] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v7 10/12] KVM: arm64: Don't hit sysregs to see if TRBE is enabled or not
` [PATCH v7 11/12] KVM: arm64: Swap TRFCR on guest switch
` [PATCH v7 12/12] coresight: Pass guest TRFCR value to KVM

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-20  7:46 UTC  (10+ messages)

[PATCH 0/4] KVM: arm64: vgic: Collection of fixes for 6.13
 2024-11-19 23:47 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
` [PATCH 2/4] KVM: arm64: vgic: Make vgic_get_irq() more robust
` [PATCH 3/4] KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definition
` [PATCH 4/4] KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizes

[PATCH] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
 2024-11-19 21:35 UTC  (2+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-11-18 13:19 UTC  (2+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH v2 00/16] KVM: arm64: Debug cleanups
 2024-11-15 22:49 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH v2 02/16] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v2 03/16] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v2 04/16] KVM: arm64: Move host SME/SVE tracking flags to host data
` [PATCH v2 05/16] KVM: arm64: Evaluate debug owner at vcpu_load()
` [PATCH v2 06/16] KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler
` [PATCH v2 07/16] KVM: arm64: Select debug state to save/restore based on debug owner
` [PATCH v2 08/16] KVM: arm64: Remove debug tracepoints
` [PATCH v2 09/16] KVM: arm64: Remove vestiges of debug_ptr
` [PATCH v2 10/16] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH v2 11/16] KVM: arm64: Reload vCPU for accesses to OSLAR_EL1
` [PATCH v2 12/16] KVM: arm64: Compute MDCR_EL2 at vcpu_load()
` [PATCH v2 13/16] KVM: arm64: Don't hijack guest context MDSCR_EL1
` [PATCH v2 14/16] KVM: arm64: Manage software step state at load/put
` [PATCH v2 15/16] KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions
` [PATCH v2 16/16] KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restore

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-11-15 21:15 UTC  (7+ messages)

[PATCH 0/4] Add support for NoTagAccess memory attribute
 2024-11-15 16:23 UTC  (8+ messages)
` [PATCH 4/4] arm64: mte: Use stage-2 NoTagAccess memory attribute if supported

[GIT PULL] KVM/arm64 changes for 6.13
 2024-11-14 23:52 UTC  (2+ messages)

[syzbot] [kvmarm?] WARNING in kvm_handle_mmio_return
 2024-11-14 23:41 UTC  (2+ messages)

[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
 2024-11-14 15:44 UTC  (23+ messages)
` [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
` [RFC 21/21] arm/cpu-features: Document custom vcpu model

[PATCH] KVM: arm64: Pass on SVE mapping failures
 2024-11-12 19:13 UTC  (4+ messages)

[PATCH] KVM: arm64: Don't save FP traps in default cptr_el2 value
 2024-11-12 15:11 UTC  (3+ messages)

[PATCH v4 0/5] Some fixes about vgic-its
 2024-11-12  8:25 UTC  (9+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Add VGIC selftest for save/restore ITS table mappings
` [PATCH v4 2/5] KVM: arm64: vgic-its: Add read/write helpers on ITS table entries
` [PATCH v4 3/5] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v4 4/5] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
` [PATCH v4 5/5] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE

[PATCH 00/15] KVM: arm64: Debug cleanups
 2024-11-12  7:22 UTC  (36+ messages)
` [PATCH 01/15] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH 02/15] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH 03/15] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH 04/15] KVM: arm64: Move host SME/SVE tracking flags to host data
` [PATCH 05/15] KVM: arm64: Evaluate debug owner at vcpu_load()
` [PATCH 06/15] KVM: arm64: Advance debug_owner state machine for sysreg traps
` [PATCH 07/15] KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler
` [PATCH 08/15] KVM: arm64: Select debug state to save/restore based on debug owner
` [PATCH 09/15] KVM: arm64: Remove debug tracepoints
` [PATCH 10/15] KVM: arm64: Remove vestiges of debug_ptr
` [PATCH 11/15] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH 12/15] KVM: arm64: Reload vCPU for accesses to OSLAR_EL1
` [PATCH 13/15] KVM: arm64: Compute MDCR_EL2 at vcpu_load()
` [PATCH 14/15] KVM: arm64: Don't hijack guest context MDSCR_EL1
` [PATCH 15/15] KVM: arm64: Manage software step state at load/put

[PATCH] arm64: kvm: Make nvhe stack size configurable
 2024-11-12  0:52 UTC  (5+ messages)

[PATCH v2] arm64: kvm: Introduce nvhe stack size constants
 2024-11-12  0:32 UTC 

[PATCH 0/3] KVM: arm64: Handle KVM_REQ_VM_DEAD in vgic_init test
 2024-11-11 19:46 UTC  (14+ messages)
` [PATCH 1/3] KVM: selftests: Introduce vm_dead()
` [PATCH 2/3] KVM: selftests: Introduce kvm_vm_dead_free
` [PATCH 3/3] KVM: selftests: Handle dead VM in vgic_init test

[PATCH v2] KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace
 2024-11-11 19:41 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
 2024-11-11 14:36 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH v2 2/3] lib/on-cpus: Add barrier after func call
` [kvm-unit-tests PATCH v2 3/3] lib/on-cpus: Fix on_cpumask

[PATCH] KVM: arm64: VHE: Initialize PMSCR_EL1
 2024-11-07 17:59 UTC  (4+ messages)

[PATCH v3 0/4] Some fixes about vgic-its
 2024-11-06 18:41 UTC  (11+ messages)
` [PATCH v3 1/4] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v3 2/4] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
` [PATCH v3 3/4] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
` [PATCH v3 4/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore

[PATCH 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-11-06 16:58 UTC  (6+ messages)
` [PATCH 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH 17/18] KVM: arm64: Introduce the EL1 pKVM MMU

[PATCH] irqchip/gic-v3: Force propagation of the active state with a read-back
 2024-11-06  8:44 UTC 

[PATCH v1 0/4] Fix a bug in VGIC ITS tables' save/restore
 2024-11-05 21:58 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore
` [PATCH v1 2/4] KVM: arm64: vgic-its: Add a dummy DTE/ITE if necessary in ITS tables save operation
` [PATCH v1 3/4] KVM: arm64: vgic-its: Return device/event id instead of offset in ITS tables restore
` [PATCH v1 4/4] KVM: arm64: vgic-its: Utilize the dummy entry in ITS tables restoring

[PATCH 18/18] KVM: arm64: Plumb the pKVM MMU in KVM
 2024-11-05 16:07 UTC  (3+ messages)

[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-11-05  5:53 UTC  (3+ messages)


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