public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2022-02-10 11:34:42 to 2022-02-23 04:20:02 UTC [more...]

[PATCH v2 6/9] KVM: arm64: Detect and handle hypervisor stack overflows
 2022-02-23  2:04 UTC  (2+ messages)

[PATCH v2 0/9] KVM: arm64: Hypervisor stack enhancements
 2022-02-22 18:55 UTC  (7+ messages)
` [PATCH v2 1/9] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v2 4/9] KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stack
` [PATCH v2 5/9] arm64: asm: Introduce test_sp_overflow macro

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-23  4:18 UTC  (18+ messages)
` [PATCH v3 01/19] KVM: arm64: Drop unused param from kvm_psci_version()
` [PATCH v3 02/19] KVM: arm64: Create a helper to check if IPA is valid
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [PATCH v3 04/19] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
` [PATCH v3 05/19] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v3 06/19] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v3 07/19] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v3 08/19] KVM: arm64: Add reset helper that accepts caller-provided reset state
` [PATCH v3 09/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v3 10/19] KVM: Create helper for setting a system event exit
` [PATCH v3 11/19] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v3 12/19] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to PSCI SYSTEM_SUSPEND
` [PATCH v3 14/19] KVM: arm64: Raise default PSCI version to v1.1
` [PATCH v3 15/19] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v3 16/19] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v3 17/19] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test

[PATCH AUTOSEL 5.10 08/18] KVM: arm64: vgic: Read HW interrupt pending state from the HW
 2022-02-23  2:30 UTC 

[PATCH AUTOSEL 5.15 09/28] KVM: arm64: vgic: Read HW interrupt pending state from the HW
 2022-02-23  2:29 UTC 

[PATCH AUTOSEL 5.16 11/30] KVM: arm64: vgic: Read HW interrupt pending state from the HW
 2022-02-23  2:28 UTC 

[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-02-22 18:48 UTC  (62+ 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 kvmtool v3] aarch64: Add stolen time support
 2022-02-22 17:15 UTC  (8+ messages)

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-22 16:13 UTC  (14+ messages)
` [PATCH v6 05/64] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v6 06/64] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [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 kvmtool v2] aarch64: Add stolen time support
 2022-02-22 10:51 UTC  (5+ messages)

[PATCH v5 00/27] KVM: arm64: Make CPU ID registers writable by userspace
 2022-02-22  6:12 UTC  (35+ messages)
` [PATCH v5 01/27] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v5 02/27] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v5 03/27] KVM: arm64: Introduce struct id_reg_info
` [PATCH v5 04/27] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [PATCH v5 05/27] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [PATCH v5 06/27] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [PATCH v5 07/27] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [PATCH v5 08/27] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [PATCH v5 09/27] KVM: arm64: Make ID_AA64MMFR1_EL1 writable
` [PATCH v5 10/27] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [PATCH v5 11/27] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [PATCH v5 12/27] KVM: arm64: Make ID_DFR0_EL1 writable
` [PATCH v5 13/27] KVM: arm64: Make MVFR1_EL1 writable
` [PATCH v5 14/27] KVM: arm64: Make ID registers without id_reg_info writable
` [PATCH v5 15/27] KVM: arm64: Add consistency checking for frac fields of ID registers
` [PATCH v5 16/27] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [PATCH v5 17/27] KVM: arm64: Add kunit test for ID register validation
` [PATCH v5 18/27] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [PATCH v5 19/27] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [PATCH v5 20/27] KVM: arm64: Introduce framework to trap disabled features
` [PATCH v5 21/27] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [PATCH v5 22/27] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [PATCH v5 23/27] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [PATCH v5 24/27] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [PATCH v5 25/27] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [PATCH v5 26/27] KVM: arm64: Add kunit test for trap initialization
` [PATCH v5 27/27] KVM: arm64: selftests: Introduce id_reg_test

[PATCH v2 0/3] Plumb PSCI SYSTEM_RESET2 call for guests
 2022-02-21 16:11 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Bump guest PSCI version to 1.1
` [PATCH v2 2/3] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
` [PATCH v2 3/3] KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field

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

[PATCH] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
 2022-02-18 11:27 UTC  (2+ messages)

[kvm-unit-tests PATCH] configure: arm: Fixes to build and run tests on Apple Silicon
 2022-02-17 17:11 UTC  (3+ messages)

[PATCH 1/2] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
 2022-02-19  9:42 UTC  (8+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Introduce get_set_regs_perf test

[RFC PATCH v5 00/38] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2022-02-18  4:41 UTC  (15+ messages)
` [RFC PATCH v5 01/38] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
` [RFC PATCH v5 02/38] KVM: arm64: Add lock/unlock memslot user API
` [RFC PATCH v5 03/38] KVM: arm64: Implement the memslot lock/unlock functionality

[PATCH 0/3] Plumb PSCI SYSTEM_RESET2 call for guests
 2022-02-17 18:40 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Bump guest PSCI version to 1.1
` [PATCH 2/3] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
` [PATCH 3/3] KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field

[PATCH] KVM: arm64: Don't miss pending interrupts for suspended vCPU
 2022-02-17 16:30 UTC  (3+ messages)

[PATCH kvmtool] aarch64: Add stolen time support
 2022-02-17 15:05 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] configure changes and rename --target-efi
 2022-02-17 12:14 UTC  (15+ messages)
` [kvm-unit-tests PATCH 1/4] configure: Fix whitespaces for the --gen-se-header help text
` [kvm-unit-tests PATCH 2/4] configure: Restrict --target-efi to x86_64
` [kvm-unit-tests PATCH 3/4] configure: Make the --target option available to all architectures
` [kvm-unit-tests PATCH RFC 4/4] Rename --target-efi to --efi-payload

[PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
 2022-02-16 16:21 UTC 

[PATCH][kvmtool] virtio/pci: Signal INTx interrupts as level instead of edge
 2022-02-16 16:11 UTC  (2+ messages)

[PATCH kvmtool 0/3] Misc fixes
 2022-02-16 16:11 UTC  (5+ messages)
` [PATCH kvmtool 1/3] Remove initrd magic check
` [PATCH kvmtool 2/3] arm: Use pr_debug() to print memory layout when loading a firmware image
` [PATCH kvmtool 3/3] arm: pci: Generate "msi-parent" property only with a MSI controller

[PATCH 0/7] KVM: arm64: Hypervisor stack enhancements
 2022-02-14 22:03 UTC  (12+ messages)
` [PATCH 1/7] KVM: arm64: Map the stack pages in the 'private' range
` [PATCH 2/7] KVM: arm64: Factor out private range VA allocation
` [PATCH 3/7] arm64: asm: Introduce test_sp_overflow macro
` [PATCH 4/7] KVM: arm64: Allocate guard pages near hyp stacks
` [PATCH 5/7] KVM: arm64: Add Hyp overflow stack
` [PATCH 6/7] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH 7/7] KVM: arm64: Symbolize the nVHE HYP backtrace

[PATCH v2 kvmtool 00/10] arm64: Improve PMU support on heterogeneous systems
 2022-02-14 10:20 UTC  (2+ messages)

[PULL 18/38] hw/arm/virt: Honor highmem setting when computing the memory map
 2022-02-13 12:57 UTC  (5+ messages)

[GIT PULL] KVM/arm64 fixes for 5.17, take #3
 2022-02-11 17:11 UTC  (2+ messages)

[PATCH v2 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-02-11  5:04 UTC  (7+ messages)

[PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
 2022-02-09 19:52 UTC  (3+ messages)
` [PATCH v3 2/5] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"


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