kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-05 01:53:35 to 2022-04-15 21:59:12 UTC [more...]

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-15 21:58 UTC 

[PATCH 0/5] KVM: Clean up debugfs+stats init/destroy
 2022-04-15 20:19 UTC 

[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-15  8:58 UTC  (31+ messages)
` [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v5 02/10] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v5 03/10] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v5 04/10] KVM: arm64: Add vendor "
` [PATCH v5 05/10] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v5 07/10] tools: Import ARM SMCCC definitions
` [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v5 09/10] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list
` [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) "

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-14 16:50 UTC  (19+ messages)
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU

[PATCH 00/10] arm64: Add initial support for FEAT_WFxT
 2022-04-13 13:46 UTC  (15+ messages)
` [PATCH 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH 03/10] KVM: arm64: Simplify kvm_cpu_has_pending_timer()
` [PATCH 04/10] KVM: arm64: Introduce kvm_counter_compute_delta() helper
` [PATCH 05/10] KVM: arm64: Handle blocking WFIT instruction
` [PATCH 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions
` [PATCH 07/10] KVM: arm64: Expose the WFXT feature to guests
` [PATCH 08/10] arm64: Add HWCAP advertising FEAT_WFXT
` [PATCH 09/10] arm64: Add wfet()/wfit() helpers
` [PATCH 10/10] arm64: Use WFxT for __delay() when possible

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-14  5:40 UTC  (17+ messages)
` [PATCH v5 01/13] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v5 02/13] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v5 04/13] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v5 05/13] KVM: Create helper for setting a system event exit
` [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v5 09/13] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v5 10/13] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v5 11/13] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v5 12/13] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v5 13/13] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

[PATCH v13 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-13 14:31 UTC  (41+ messages)
` [PATCH v13 01/39] kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
` [PATCH v13 02/39] kselftest/arm64: Remove assumption that tasks start FPSIMD only
` [PATCH v13 03/39] kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets
` [PATCH v13 04/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v13 05/39] arm64/sme: System register and exception syndrome definitions
` [PATCH v13 06/39] arm64/sme: Manually encode SME instructions
` [PATCH v13 07/39] arm64/sme: Early CPU setup for SME
` [PATCH v13 08/39] arm64/sme: Basic enumeration support
` [PATCH v13 09/39] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v13 10/39] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v13 11/39] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v13 12/39] arm64/sme: Implement support for TPIDR2
` [PATCH v13 13/39] arm64/sme: Implement SVCR context switching
` [PATCH v13 14/39] arm64/sme: Implement streaming SVE "
` [PATCH v13 15/39] arm64/sme: Implement ZA "
` [PATCH v13 16/39] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v13 17/39] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v13 18/39] arm64/sme: Implement streaming SVE signal handling
` [PATCH v13 19/39] arm64/sme: Implement ZA "
` [PATCH v13 20/39] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v13 21/39] arm64/sme: Add ptrace support for ZA
` [PATCH v13 22/39] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v13 23/39] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v13 24/39] KVM: arm64: Hide SME system registers from guests
` [PATCH v13 25/39] KVM: arm64: Trap SME usage in guest
` [PATCH v13 26/39] KVM: arm64: Handle SME host state when running guests
` [PATCH v13 27/39] arm64/sme: Provide Kconfig for SME
` [PATCH v13 28/39] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v13 29/39] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v13 30/39] kselftest/arm64: Add tests for TPIDR2
` [PATCH v13 31/39] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v13 32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v13 33/39] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v13 34/39] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v13 35/39] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v13 36/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v13 37/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v13 38/39] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v13 39/39] selftests/arm64: Add a testcase for handling of ZA on clone()

[PATCH v6 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-04-13 13:58 UTC  (5+ messages)
` [PATCH v6 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace

[PATCH v3 kvmtool 00/11] arm64: Improve PMU support on heterogeneous systems
 2022-04-12 13:32 UTC  (12+ messages)
` [PATCH v3 kvmtool 01/11] linux/err.h: Add missing stdbool.h include
` [PATCH v3 kvmtool 02/11] linux/bitops.h: Include wordsize.h to provide the __WORDSIZE define
` [PATCH v3 kvmtool 03/11] arm/arm64: pmu.h: Add missing header guards
` [PATCH v3 kvmtool 04/11] arm: Move arch specific VCPU features to the arch specific function
` [PATCH v3 kvmtool 05/11] arm: Get rid of the ARM_VCPU_FEATURE_FLAGS() macro
` [PATCH v3 kvmtool 06/11] arm: Make the PMUv3 emulation code arm64 specific
` [PATCH v3 kvmtool 07/11] arm64: Rework set_pmu_attr()
` [PATCH v3 kvmtool 08/11] Add cpumask functions
` [PATCH v3 kvmtool 09/11] update_headers.sh: Sync ABI headers with Linux v5.18-rc2
` [PATCH v3 kvmtool 10/11] arm64: Add support for KVM_ARM_VCPU_PMU_V3_SET_PMU
` [PATCH v3 kvmtool 11/11] arm64: Add --vcpu-affinity command line argument

[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-12 11:30 UTC  (9+ messages)
` [PATCH 1/5] arm64: Make ESR_ELx_xVC_IMM_MASK compatible with assembly
` [PATCH 2/5] arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall
` [PATCH 3/5] arm64: Treat ESR_ELx as a 64bit register
` [PATCH 4/5] KVM: arm64: Treat ESR_EL2 as a 64-bit register
` [PATCH 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high

[PATCH v7 0/6] KVM: arm64: Hypervisor stack enhancements
 2022-04-11  7:01 UTC  (9+ messages)
` [PATCH v7 1/6] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v7 2/6] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v7 3/6] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v7 4/6] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v7 5/6] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v7 6/6] KVM: arm64: Symbolize the nVHE HYP addresses

[GIT PULL] KVM/arm64 fixes for 5.18, take #1
 2022-04-08 16:31 UTC  (2+ messages)

[PATCH v1 0/3] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
 2022-04-08  8:40 UTC  (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Wrapper for getting pmu_events
` [PATCH v1 2/3] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v1 3/3] KVM: arm64: Reenable pmu in Protected Mode

[PATCH v3 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-04-08  0:41 UTC  (14+ messages)
` [PATCH v3 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v3 02/13] KVM: selftests: aarch64: Add vm_get_pte_gpa library function
` [PATCH v3 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v3 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v3 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v3 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v3 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v3 08/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v3 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v3 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v3 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v3 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v3 13/13] KVM: selftests: aarch64: Add mix of "

[PATCH v2 0/4] KVM: arm64: vgic-v3: MMIO-based LPI invalidation and co
 2022-04-07 23:13 UTC  (7+ messages)
` [PATCH v2 1/4] irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR, CES}
  ` [PATCH v2 1/4] irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR,CES}
` [PATCH v2 2/4] KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
` [PATCH v2 3/4] KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
` [PATCH v2 4/4] KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision

[PATCH v2 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-04-07 20:12 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v2 3/3] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-07 15:26 UTC  (7+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME

[PATCH v3 0/3] KVM: Fix use-after-free in debugfs
 2022-04-07  9:47 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: Don't create VM debugfs files outside of the VM directory
` [PATCH v3 2/3] selftests: KVM: Don't leak GIC FD across dirty log test iterations
` [PATCH v3 3/3] selftests: KVM: Free the GIC FD when cleaning up in arch_timer

[PATCH] KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)
 2022-04-07  9:47 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix use-after-free in debugfs
 2022-04-06 17:59 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: Don't create VM debugfs files outside of the VM directory

[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support
 2022-04-06  3:48 UTC  (5+ messages)

[PATCH] KVM: arm64: vgic-debug: remove unnecessary type castings
 2022-04-06 13:22 UTC  (3+ messages)
` [PATCH] KVM: arm64: vgic: "

[PATCH v2] KVM: arm64: Don't split hugepages outside of MMU write lock
 2022-04-06 13:22 UTC  (2+ messages)

[PATCH v6 0/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-04-06 13:21 UTC  (2+ messages)

[PATCH v2] kvm/arm64: fixed passthrough gpu into vm on arm64
 2022-04-06  8:17 UTC  (8+ messages)

[PATCH v4 0/4] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-04-05  1:56 UTC  (4+ messages)
` [PATCH v4 2/4] KVM: selftests: add is_cpu_eligible_to_run() utility function


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).