kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 17:15:10 to 2020-06-08 09:36:15 UTC [more...]

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-08  8:56 UTC  (24+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
 2020-06-08  8:57 UTC 

[PATCH v2] KVM: arm64: Remove host_cpu_context member from vcpu structure
 2020-06-08  8:56 UTC 

[PATCH] KVM: arm64: Remove host_cpu_context member from vcpu structure
 2020-06-05 16:18 UTC 

[kvmtool][PATCH] arm64: Obtain text offset from kernel image
 2020-06-05 16:07 UTC  (3+ messages)

[PATCH] irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic
 2020-06-05  5:23 UTC 

kvm_target, QEMU_KVM_ARM_TARGET_GENERIC_V8 questions
 2020-06-04 15:59 UTC  (5+ messages)

[PATCH 0/3] kvm: arm64: Pointer Authentication handling fixes
 2020-06-04 15:39 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH 2/3] KVM: arm64: Handle PtrAuth traps early
` [PATCH 3/3] KVM: arm64: Enforce PtrAuth being disabled if not advertized

randomly firing kvm_arch_timer_handler
 2020-06-04 13:14 UTC  (3+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-06-04  9:50 UTC  (4+ messages)
` [PATCH v4 08/14] powerpc: add support for folded p4d page tables

test
 2020-06-02  6:18 UTC 

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-06-02  5:44 UTC  (38+ messages)
` [PATCH RFCv2 3/9] kvm/arm64: Rename kvm_vcpu_get_hsr() to kvm_vcpu_get_esr()
` [PATCH RFCv2 4/9] kvm/arm64: Detach ESR operator from vCPU struct
` [PATCH RFCv2 5/9] kvm/arm64: Replace hsr with esr
` [PATCH RFCv2 6/9] kvm/arm64: Export kvm_handle_user_mem_abort() with prefault mode
` [PATCH RFCv2 7/9] kvm/arm64: Support async page fault
` [PATCH RFCv2 9/9] arm64: "

[GIT PULL] KVM/arm64 updates for Linux 5.8
 2020-06-01  8:27 UTC  (26+ messages)
` [PATCH 01/24] KVM: arm64: Move virt/kvm/arm to arch/arm64
` [PATCH 02/24] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
` [PATCH 03/24] KVM: arm64: Update help text
` [PATCH 04/24] KVM: arm64: Change CONFIG_KVM to a menuconfig entry
` [PATCH 05/24] KVM: arm64: Clean up kvm makefiles
` [PATCH 06/24] KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
` [PATCH 07/24] KVM: arm64: Use cpus_have_final_cap for has_vhe()
` [PATCH 08/24] KVM: Fix spelling in code comments
` [PATCH 09/24] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
` [PATCH 10/24] KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvation
` [PATCH 11/24] KVM: arm64: Clean up the checking for huge mapping
` [PATCH 12/24] KVM: arm64: Unify handling THP backed host memory
` [PATCH 13/24] KVM: arm64: Support enabling dirty log gradually in small chunks
` [PATCH 14/24] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version
` [PATCH 15/24] KVM: arm64: Clean up cpu_init_hyp_mode()
` [PATCH 16/24] KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
` [PATCH 17/24] KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction
` [PATCH 18/24] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 19/24] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 20/24] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 21/24] KVM: arm64: Move sysreg reset check to boot time
` [PATCH 22/24] KVM: arm64: Don't use empty structures as CPU reset state
` [PATCH 23/24] KVM: arm64: Parametrize exception entry with a target EL
` [PATCH 24/24] KVM: arm64: Drop obsolete comment about sys_reg ordering

[PATCH RFC] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
 2020-06-01  6:26 UTC  (7+ messages)

[PATCH 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-31 13:37 UTC  (13+ messages)
` [PATCH 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH 2/3] KVM: arm64: Stop save/restoring ACTLR_EL1
` [PATCH 3/3] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2

[PATCH v2 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-29 15:06 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH v2 2/3] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2
` [PATCH v2 3/3] KVM: arm64: Stop save/restoring ACTLR_EL1

[PATCH v5 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-05-29 11:27 UTC  (3+ messages)
` [PATCH v5 1/2] target/arm: kvm: Handle "
` [PATCH v5 2/2] target/arm: kvm: Handle misconfigured dabt injection

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-29  9:48 UTC  (13+ messages)
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-29  1:05 UTC  (25+ messages)
` [RFC PATCH v12 03/11] psci: export smccc conduit get helper
` [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp
` [RFC PATCH v12 09/11] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH v12 10/11] arm64: add mechanism to let user choose which counter to return

[PATCH] KVM: arm64: Check advertised Stage-2 page size capability
 2020-05-28 13:12 UTC  (2+ messages)
` [PATCH] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-27 14:41 UTC  (33+ messages)
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 21/26] KVM: arm64: Move SP_EL1 "
` [PATCH 22/26] KVM: arm64: Disintegrate SPSR array
` [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL

[RFC PATCH 0/7] kvm: arm64: Support stage2 hardware DBM
 2020-05-27  9:28 UTC  (12+ messages)
` [RFC PATCH 1/7] KVM: arm64: Add some basic functions for hw DBM
` [RFC PATCH 2/7] KVM: arm64: Set DBM bit of PTEs if hw DBM enabled
` [RFC PATCH 3/7] KVM: arm64: Traverse page table entries when sync dirty log
` [RFC PATCH 4/7] KVM: arm64: Steply write protect page table by mask bit
` [RFC PATCH 5/7] kvm: arm64: Modify stage2 young mechanism to support hw DBM
` [RFC PATCH 6/7] kvm: arm64: Save stage2 PTE dirty info if it is coverred
` [RFC PATCH 7/7] KVM: arm64: Enable stage2 hardware DBM

[RFC] Use SMMU HTTU for DMA dirty page tracking
 2020-05-27  9:14 UTC  (8+ messages)

[PATCH] KVM: arm64: Allow in-atomic injection of SPIs
 2020-05-27  8:42 UTC  (4+ messages)

[PATCH V5 0/4] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-27  3:03 UTC 

[PATCH] arm64: kvm: Remove obsolete kvm_virt_to_phys abstraction
 2020-05-25 15:54 UTC  (2+ messages)

[PATCH] arm64: kvm: Fix incorrect comment on kvm_get_hyp_vector()
 2020-05-25 15:48 UTC  (2+ messages)

[PATCH] arm64: kvm: Clean up cpu_init_hyp_mode()
 2020-05-25 15:48 UTC  (2+ messages)

[PATCH V4 00/17] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-25 12:39 UTC  (3+ 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).