kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-28 12:20:02 to 2022-02-08 17:49:05 UTC [more...]

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2022-02-08 17:48 UTC  (21+ messages)

[PATCH v4 0/4] kvm/arm: New VMID allocator based on asid
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v2 0/5] kvm: selftests: aarch64: some fixes for vgic_irq
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v5 0/6] KVM: arm64: Emulate the OS Lock
 2022-02-08 17:37 UTC  (8+ messages)
` [PATCH v5 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v5 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v5 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v5 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v5 5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
` [PATCH v5 6/6] selftests: KVM: Test OS lock behavior

[PATCH] KVM: arm64: Drop unused param from kvm_psci_version()
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v2 0/3] ARM64: Guest performance improvement during dirty
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v2] KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at Hyp
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v1 0/2] KVM: arm64: Additional documentation of the FP code
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: Read HW interrupt pending state from the HW
 2022-02-08 17:29 UTC  (2+ messages)

[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-02-08 17:27 UTC  (61+ messages)
` [PATCH v11 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v11 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v11 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v11 05/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v11 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v11 07/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v11 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v11 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v11 10/40] arm64/sme: Basic enumeration support
` [PATCH v11 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v11 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v11 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v11 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v11 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v11 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v11 17/40] arm64/sme: Implement ZA "
` [PATCH v11 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v11 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v11 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v11 21/40] arm64/sme: Implement ZA "
` [PATCH v11 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v11 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v11 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v11 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v11 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v11 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v11 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v11 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v11 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v11 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v11 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v11 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v11 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v11 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v11 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v11 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-08 15:35 UTC  (95+ messages)
` [PATCH v6 01/64] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v6 03/64] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v6 04/64] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v6 06/64] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v6 07/64] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v6 09/64] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v6 11/64] KVM: arm64: nv: Handle trapped ERET from virtual EL2
` [PATCH v6 12/64] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v6 13/64] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v6 14/64] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v6 15/64] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v6 16/64] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v6 17/64] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v6 18/64] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v6 19/64] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v6 20/64] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v6 21/64] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v6 22/64] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v6 23/64] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v6 24/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v6 25/64] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v6 26/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v6 27/64] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v6 28/64] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v6 29/64] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v6 30/64] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v6 31/64] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v6 32/64] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v6 33/64] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v6 35/64] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v6 36/64] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v6 37/64] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v6 38/64] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v6 39/64] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v6 40/64] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v6 41/64] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v6 42/64] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v6 43/64] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v6 44/64] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v6 45/64] KVM: arm64: nv: Load timer before the GIC
` [PATCH v6 46/64] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v6 47/64] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v6 48/64] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v6 49/64] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v6 50/64] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v6 51/64] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v6 52/64] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v6 53/64] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v6 54/64] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v6 55/64] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v6 56/64] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v6 57/64] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v6 58/64] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v6 59/64] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v6 60/64] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v6 61/64] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v6 62/64] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v6 63/64] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v6 64/64] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH v2 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-02-08 14:41 UTC  (2+ messages)

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2022-02-07  2:55 UTC  (8+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

[GIT PULL] KVM/arm64 fixes for 5.17, take #2
 2022-02-05  6:09 UTC  (2+ messages)

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-02-04 14:41 UTC  (31+ messages)
` [RFC PATCH v4 01/26] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest
` [RFC PATCH v4 03/26] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v4 04/26] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v4 20/26] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1

[PATCH v4 0/6] KVM: arm64: Emulate the OS Lock
 2022-02-03 17:37 UTC  (4+ messages)
` [PATCH v4 3/6] KVM: arm64: Allow guest to set the OSLK bit

[PATCH v2 0/4] KVM: arm64: A510 errata workaround and fixes for fixup_guest_exit()
 2022-02-03 10:32 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/3] GIC ITS tests
 2022-02-01 14:44 UTC  (10+ messages)

[PATCH][kvmtool] virtio/pci: Signal INTx interrupts as level instead of edge
 2022-02-01  8:41 UTC  (4+ messages)

[RFC PATCH 00/12] arm64: implement read-only page tables
 2022-01-28 16:08 UTC  (3+ messages)
` [RFC PATCH 03/12] arm64: mm: use a fixmap slot for user page table modifications

[GIT PULL] KVM/arm64 fixes for 5.17, take #1
 2022-01-28 12:48 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).