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

[PATCH v2 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-04-05  1:53 UTC  (12+ 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 v4 0/4] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-04-05  0:13 UTC  (6+ 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 v2] kvm/arm64: fixed passthrough gpu into vm on arm64
 2022-04-04 17:02 UTC  (6+ messages)

[PATCH v2 0/3] KVM: Fix use-after-free in debugfs
 2022-04-04 18:21 UTC  (4+ 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

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

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-02  7:01 UTC  (26+ messages)
` [PATCH v3 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 03/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v3 04/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v3 05/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v3 06/23] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v3 07/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v3 08/23] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v3 09/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v3 10/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v3 11/23] KVM: x86/mmu: Use common code to allocate shadow pages from vCPU caches
` [PATCH v3 12/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v3 13/23] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v3 14/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v3 15/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 17/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v3 18/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v3 19/23] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [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 v2] KVM: arm64: Don't split hugepages outside of MMU write lock
 2022-04-02  1:06 UTC  (2+ messages)

[PATCH v6 60/64] KVM: arm64: nv: Sync nested timer state with ARMv8.4
 2022-04-01 17:51 UTC  (2+ messages)

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-31 21:40 UTC  (19+ messages)
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU

[PATCH AUTOSEL 5.16 042/109] KVM: arm64: Do not change the PMU event filter after a VCPU has run
 2022-04-01 14:31 UTC 

[PATCH AUTOSEL 5.17 052/149] kvm: selftests: aarch64: fix assert in gicv3_access_reg
 2022-04-01 14:24 UTC  (6+ messages)
` [PATCH AUTOSEL 5.17 053/149] kvm: selftests: aarch64: pass vgic_irq guest args as a pointer
` [PATCH AUTOSEL 5.17 054/149] kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip_check
` [PATCH AUTOSEL 5.17 055/149] kvm: selftests: aarch64: fix some vgic related comments
` [PATCH AUTOSEL 5.17 056/149] kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()
` [PATCH AUTOSEL 5.17 059/149] KVM: arm64: Do not change the PMU event filter after a VCPU has run

[PATCH] KVM: arm64: Don't split hugepages outside of MMU write lock
 2022-04-01 14:05 UTC  (3+ messages)

[PATCH v6 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-03-31 19:22 UTC  (20+ messages)
` [PATCH v6 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v6 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v6 3/8] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v6 4/8] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v6 5/8] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v6 6/8] KVM: arm64: Add hypervisor overflow stack
` [PATCH v6 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH v6 8/8] KVM: arm64: Symbolize the nVHE HYP backtrace

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-31 16:05 UTC  (5+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME

[PATCH 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-03-31 15:34 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH 2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH 3/3] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH] KVM: arm64: vgic-debug: remove unnecessary type castings
 2022-03-29 11:21 UTC  (7+ messages)
` [PATCH] KVM: arm64: vgic: "

[PATCH v6 0/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-03-29  3:19 UTC  (3+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] KVM: arm64: selftests: Introduce vcpu_width_config

[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2022-03-29  1:57 UTC  (26+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v6 02/25] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v6 11/25] KVM: arm64: Add remaining ID registers to id_reg_desc_table

[PATCH v2 00/11] KVM: selftests: Add aarch64/page_fault_test
 2022-03-25 21:39 UTC  (15+ messages)
` [PATCH v2 01/11] KVM: selftests: Add a userfaultfd library
` [PATCH v2 02/11] KVM: selftests: aarch64: Add vm_get_pte_gpa library function
` [PATCH v2 03/11] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v2 04/11] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v2 05/11] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v2 06/11] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v2 07/11] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v2 08/11] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v2 09/11] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v2 10/11] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v2 11/11] KVM: selftests: aarch64: Add mix of "

回复: Re: [PATCH] kvm: fix gpu passthrough into vm on arm64
 2022-03-25 13:06 UTC  (2+ messages)

[PATCH v5 00/22] Support SDEI Virtualization
 2022-03-25 10:23 UTC  (33+ messages)
` [PATCH v5 01/22] KVM: arm64: Introduce template for inline functions
` [PATCH v5 02/22] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v5 03/22] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v5 15/22] KVM: arm64: Support SDEI_EVENT_SIGNAL hypercall
` [PATCH v5 18/22] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v5 19/22] KVM: arm64: Support SDEI ioctl commands on vCPU

[PATCH v3 0/4] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-24 17:29 UTC  (4+ messages)
` [PATCH v3 2/4] KVM: selftests: add is_cpu_online() utility function

[PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix
 2022-03-24  6:44 UTC  (5+ messages)
` [PATCH v4 09/15] KVM: arm64: Add support for userspace to suspend a vCPU

[PATCH] kvm: fix gpu passthrough into vm on arm64
 2022-03-23 10:12 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).