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

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-11 17:12 UTC  (12+ 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 21/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
` [PATCH v3 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages

[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-11 10:46 UTC  (8+ 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

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-09 18:45 UTC  (14+ 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 v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-08 17:34 UTC  (15+ 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) "

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

[PATCH v13 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-08 11:43 UTC  (40+ 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 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  (14+ messages)
` [PATCH v2 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v2 2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [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  (6+ messages)
` [PATCH v2 1/3] KVM: Don't create VM debugfs files outside of the VM directory
` [PATCH v2 2/3] selftests: KVM: Don't leak GIC FD across dirty log test iterations
` [PATCH v2 3/3] selftests: KVM: Free the GIC FD when cleaning up in arch_timer

[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  (3+ 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  (7+ messages)
` [PATCH v4 1/4] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH v4 2/4] KVM: selftests: add is_cpu_eligible_to_run() utility function
` [PATCH v4 3/4] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH v4 4/4] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases

[PATCH 0/4] KVM: arm64: Fix use-after-free in debugfs
 2022-04-04 17:57 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Don't assume the VM debugfs directory exists
` [PATCH 2/4] KVM: Only log about debugfs directory collision once
` [PATCH 3/4] selftests: KVM: Don't leak GIC FD across dirty log test iterations
` [PATCH 4/4] selftests: KVM: Free the GIC FD when cleaning up in arch_timer

[PATCH v6 00/18] Support SDEI Virtualization
 2022-04-04 10:54 UTC  (25+ messages)
` [PATCH v6 01/18] KVM: arm64: Extend smccc_get_argx()
` [PATCH v6 02/18] KVM: arm64: Route hypercalls based on their owner
` [PATCH v6 03/18] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v6 04/18] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v6 05/18] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE}
` [PATCH v6 06/18] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v6 07/18] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v6 08/18] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v6 09/18] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v6 10/18] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
  ` [PATCH] KVM: arm64: fix returnvar.cocci warnings
` [PATCH v6 11/18] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET
` [PATCH v6 12/18] KVM: arm64: Support SDEI event injection, delivery
` [PATCH v6 13/18] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v6 14/18] KVM: arm64: Support SDEI_EVENT_SIGNAL hypercall
` [PATCH v6 15/18] KVM: arm64: Support SDEI_FEATURES hypercall
` [PATCH v6 16/18] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v6 17/18] KVM: arm64: Expose SDEI capability
` [PATCH v6 18/18] KVM: selftests: Add SDEI test case

[PATCH kvmtool v1] Make --no-pvtime command argument arm specific
 2022-04-04 10:34 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).