kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 12:36:22 to 2020-06-15 13:33:27 UTC [more...]

[PATCH v2 00/17] KVM: arm64: Preliminary NV patches
 2020-06-15 13:27 UTC  (11+ messages)
` [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH v2 02/17] arm64: Detect the ARMv8.4 TTL feature
` [PATCH v2 03/17] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH v2 04/17] arm64: Add level-hinted TLB invalidation helper
` [PATCH v2 05/17] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH v2 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH v2 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH v2 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH v2 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH v2 12/17] KVM: arm64: Move ELR_EL1 to the system register array

[PATCH 0/4] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-15 13:22 UTC  (16+ messages)
` [PATCH 1/4] KVM: arm64: Enable Pointer Authentication at EL2 if available
` [PATCH 2/4] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH 3/4] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH 4/4] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers

[PATCH stable 4.9] arm64: entry: Place an SB sequence following an ERET instruction
 2020-06-12  4:42 UTC 

[GIT PULL] KVM/arm64 fixes for 5.8, take #1
 2020-06-11 18:04 UTC  (13+ messages)
` [PATCH 01/11] KVM: arm64: Flush the instruction cache if not unmapping the VM on reboot
` [PATCH 02/11] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
` [PATCH 03/11] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2
` [PATCH 04/11] KVM: arm64: Stop save/restoring ACTLR_EL1
` [PATCH 05/11] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH 06/11] KVM: arm64: Handle PtrAuth traps early
` [PATCH 07/11] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
` [PATCH 08/11] KVM: arm64: Remove host_cpu_context member from vcpu structure
` [PATCH 09/11] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 10/11] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
` [PATCH 11/11] KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-11 15:59 UTC  (50+ 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] irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic
 2020-06-10 18:43 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Additional 32bit fixes
 2020-06-10 14:12 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 2/2] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception

[PATCH v2 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-06-10 13:17 UTC  (5+ 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 v2 0/4] kvm: arm64: Pointer Authentication handling fixes
 2020-06-10 11:34 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
` [PATCH v2 2/4] KVM: arm64: Handle PtrAuth traps early
` [PATCH v2 3/4] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
` [PATCH v2 4/4] KVM: arm64: Remove host_cpu_context member from vcpu structure

[kvmtool][PATCH v2] arm64: Obtain text offset from kernel image
 2020-06-09 10:08 UTC  (3+ messages)
` [PATCH "

[PATCH] KVM: arm64: Allow in-atomic injection of SPIs
 2020-06-09  8:21 UTC  (5+ messages)

[PATCH 0/3] kvm: arm64: Pointer Authentication handling fixes
 2020-06-09  7:38 UTC  (8+ 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-09  5:49 UTC  (4+ messages)

[PATCH v2] KVM: arm64: Remove host_cpu_context member from vcpu structure
 2020-06-08 17:09 UTC  (5+ messages)

[PATCH] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
 2020-06-08 16:31 UTC  (3+ messages)

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

kvm_target, QEMU_KVM_ARM_TARGET_GENERIC_V8 questions
 2020-06-04 15:59 UTC  (5+ 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  (11+ messages)
` [PATCH RFCv2 9/9] arm64: Support async page fault

[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  (8+ messages)
` [PATCH 2/3] KVM: arm64: Stop save/restoring ACTLR_EL1
` [PATCH 3/3] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2

[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  (5+ messages)
` [PATCH v4 6/7] KVM: MIPS: "

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-29  1:05 UTC  (4+ messages)
` [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot

[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


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