kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 09:40:12 to 2020-05-13 10:48:58 UTC [more...]

[PATCH 00/15] Split off nVHE hyp code
 2020-05-13 10:48 UTC  (33+ messages)
` [PATCH 01/15] arm64: kvm: Unify users of HVC instruction
` [PATCH 02/15] arm64: kvm: Formalize host-hyp hypcall ABI
` [PATCH 03/15] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH 04/15] arm64: kvm: Add build rules for separate nVHE object files
` [PATCH 05/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE
` [PATCH 06/15] arm64: kvm: Move __smccc_workaround_1_smc to .rodata
` [PATCH 07/15] arm64: kvm: Split hyp/tlb.c to VHE/nVHE
` [PATCH 08/15] arm64: kvm: Split hyp/switch.c "
` [PATCH 09/15] arm64: kvm: Split hyp/debug-sr.c "
` [PATCH 10/15] arm64: kvm: Split hyp/sysreg-sr.c "
` [PATCH 11/15] arm64: kvm: Split hyp/timer-sr.c "
` [PATCH 12/15] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH 13/15] arm64: kvm: Add comments around __hyp_text_ symbol aliases
` [PATCH 14/15] arm64: kvm: Remove __hyp_text macro, use build rules instead
` [PATCH 15/15] arm64: kvm: Lift instrumentation restrictions on VHE

[PATCH] KVM: arm64: Move virt/kvm/arm to arch/arm64
 2020-05-13 10:40 UTC 

[PATCH] KVM: arm64: Use cpus_have_final_cap for has_vhe()
 2020-05-13 10:38 UTC 

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-13  9:06 UTC  (40+ messages)
` [PATCH 01/26] KVM: arm64: Check advertised Stage-2 page size capability
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 04/26] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 05/26] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 06/26] arm64: Add level-hinted TLB invalidation helper
` [PATCH 07/26] KVM: arm64: Add a level hint to __kvm_tlb_flush_vmid_ipa
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 09/26] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 18/26] KVM: arm64: Don't use empty structures as CPU reset state

[PATCH V2] arm64/cpufeature: Drop open encodings while extracting parange
 2020-05-13  9:03 UTC 

[PATCH] arm64/cpufeature: Add ID_AA64MMFR0_PARANGE_MASK
 2020-05-12 10:56 UTC  (4+ messages)

[PATCH V3] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
 2020-05-12  1:57 UTC 

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-11 14:15 UTC  (8+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables

[PATCH V2] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
 2020-05-11  2:13 UTC  (3+ messages)

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-08  3:29 UTC  (10+ messages)
` [PATCH RFCv2 1/9] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH RFCv2 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [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 8/9] kernel/sched: Add cpu_rq_is_locked()
` [PATCH RFCv2 9/9] arm64: Support async page fault

[PATCH V3 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-08  8:32 UTC  (15+ messages)
` [PATCH V3 04/16] arm64/cpufeature: Introduce ID_PFR2 CPU register
` [PATCH V3 05/16] arm64/cpufeature: Introduce ID_DFR1 "
` [PATCH V3 06/16] arm64/cpufeature: Introduce ID_MMFR5 "

[PATCH] arm64/cpufeature: Verify KVM capabilities during CPU hotplug
 2020-05-07 14:22 UTC  (3+ messages)

[PATCH v5 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles
 2020-05-07 13:55 UTC  (6+ messages)
` [PATCH v5 1/4] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
` [PATCH v5 2/4] KVM: arm64: Update help text
` [PATCH v5 3/4] KVM: arm64: Change CONFIG_KVM to a menuconfig entry
` [PATCH v5 4/4] KVM: arm64: Clean up kvm makefiles

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-07 13:04 UTC  (17+ messages)
` [PATCH v4 1/7] KVM: s390: "
` [PATCH v4 2/7] KVM: arm64: "
` [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
` [PATCH v4 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH resend 0/2] KVM: arm64: Unify stage2 mapping for THP backed memory
 2020-05-07 12:35 UTC  (3+ messages)
` [PATCH resend 1/2] KVM: arm64: Clean up the checking for huge mapping
` [PATCH resend 2/2] KVM: arm64: Unify handling THP backed host memory

[PATCH] KVM: arm/arm64: release kvm->mmu_lock in loop to prevent starvation
 2020-05-07 11:01 UTC  (2+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-05-07  7:45 UTC  (6+ messages)

[GIT PULL] KVM/arm fixes for 5.7, take #2
 2020-05-04 17:02 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: Delete duplicated label in invalid_vector
` [PATCH 2/4] KVM: arm64: Save/restore sp_el0 as part of __guest_enter
` [PATCH 3/4] KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS
` [PATCH 4/4] KVM: arm64: Fix 32bit PC wrap-around

[PATCH v3] arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
 2020-05-04 15:33 UTC  (5+ messages)

[PATCH v4 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles
 2020-05-04 15:29 UTC  (12+ messages)
` [PATCH v4 1/4] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
` [PATCH v4 2/4] KVM: arm64: Update help text
` [PATCH v4 3/4] KVM: arm64: Change CONFIG_KVM to a menuconfig entry
` [PATCH v4 4/4] KVM: arm64: Clean up kvm makefiles

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-05-02  9:09 UTC  (10+ messages)
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm

[PATCH V2 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-04-30 16:47 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix 32bit PC wrap-around
 2020-04-30 13:46 UTC  (6+ messages)

[PATCH] KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS
 2020-04-30 11:39 UTC  (3+ messages)

[PATCH] KVM: arm64: Save/restore sp_el0 as part of __guest_enter
 2020-04-30 10:38 UTC  (2+ messages)

[PATCH] arm64: kvm: fix gcc-10 shift warning
 2020-04-30  9:50 UTC  (7+ messages)

[PATCH v2] arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
 2020-04-30  9:26 UTC  (4+ messages)

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-29  2:20 UTC  (11+ messages)
` [PATCH v2 1/7] KVM: s390: "

Against removing aarch32 kvm host support
 2020-04-28 16:39 UTC  (5+ messages)

[PATCH] KVM: Fix spelling in code comments
 2020-04-28 16:13 UTC  (3+ messages)

[PATCH] KVM: arm64: Drop PTE_S2_MEMATTR_MASK
 2020-04-28 14:49 UTC  (2+ messages)

[PATCH] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version
 2020-04-28 13:51 UTC  (2+ messages)

[PATCH][kvmtool] kvm: Request VM specific limits instead of system-wide ones
 2020-04-28  9:09 UTC  (7+ 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).