Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH v2 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm, (continued)
- [PATCH v2 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg, Marc Zyngier
- [PATCH v2 05/17] KVM: arm64: Use TTL hint in when invalidating stage-2 translations, Marc Zyngier
- [PATCH v2 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access, Marc Zyngier
- [PATCH v2 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH v2 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH v2 12/17] KVM: arm64: Move ELR_EL1 to the system register array, Marc Zyngier
- [PATCH v2 15/17] KVM: arm64: Move SPSR_EL1 to the system register array, Marc Zyngier
- [PATCH v2 13/17] KVM: arm64: Move SP_EL1 to the system register array, Marc Zyngier
- [PATCH v2 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file, Marc Zyngier
- [PATCH v2 16/17] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user, Marc Zyngier
- [PATCH v2 11/17] KVM: arm64: Make struct kvm_regs userspace-only, Marc Zyngier
- [PATCH v2 10/17] KVM: arm64: debug: Use ctxt_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH v2 14/17] KVM: arm64: Disintegrate SPSR array, Marc Zyngier
- [PATCH 0/4] KVM/arm64: Enable PtrAuth on non-VHE KVM,
Marc Zyngier
- [PATCH stable 4.9] arm64: entry: Place an SB sequence following an ERET instruction,
Florian Fainelli
- [GIT PULL] KVM/arm64 fixes for 5.8, take #1,
Marc Zyngier
- [PATCH 01/11] KVM: arm64: Flush the instruction cache if not unmapping the VM on reboot, Marc Zyngier
- [PATCH 02/11] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR, Marc Zyngier
- [PATCH 03/11] KVM: arm64: Add emulation for 32bit guests accessing ACTLR2, Marc Zyngier
- [PATCH 04/11] KVM: arm64: Stop save/restoring ACTLR_EL1, Marc Zyngier
- [PATCH 05/11] KVM: arm64: Save the host's PtrAuth keys in non-preemptible context, Marc Zyngier
- [PATCH 06/11] KVM: arm64: Handle PtrAuth traps early, Marc Zyngier
- [PATCH 07/11] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr, Marc Zyngier
- [PATCH 08/11] KVM: arm64: Remove host_cpu_context member from vcpu structure, Marc Zyngier
- [PATCH 09/11] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts, Marc Zyngier
- [PATCH 11/11] KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h, Marc Zyngier
- [PATCH 10/11] KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception, Marc Zyngier
- Re: [GIT PULL] KVM/arm64 fixes for 5.8, take #1, Paolo Bonzini
- [PATCH v2 0/4] kvm: arm64: Pointer Authentication handling fixes,
Marc Zyngier
- [PATCH 0/2] KVM: arm64: Additional 32bit fixes,
Marc Zyngier
- [kvmtool][PATCH v2] arm64: Obtain text offset from kernel image,
Marc Zyngier
- [PATCH] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr,
Marc Zyngier
- [PATCH v2] KVM: arm64: Remove host_cpu_context member from vcpu structure,
Marc Zyngier
- [PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage,
Sean Christopherson
- [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global, Sean Christopherson
- [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock), Sean Christopherson
- [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables, Sean Christopherson
- [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code, Sean Christopherson
- [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches, Sean Christopherson
- [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers, Sean Christopherson
- [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals, Sean Christopherson
- [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches(), Sean Christopherson
- [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty, Sean Christopherson
- [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache, Sean Christopherson
- [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches(), Sean Christopherson
- [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays, Sean Christopherson
- [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA, Sean Christopherson
- [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups, Sean Christopherson
- [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches(), Sean Christopherson
- [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code, Sean Christopherson
- [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches, Sean Christopherson
- [PATCH 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- Re: [PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage, Marc Zyngier
- [PATCH] KVM: arm64: Remove host_cpu_context member from vcpu structure, Marc Zyngier
- [kvmtool][PATCH] arm64: Obtain text offset from kernel image,
Marc Zyngier
- [PATCH] irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic,
Zenghui Yu
- [PATCH 0/3] kvm: arm64: Pointer Authentication handling fixes,
Marc Zyngier
- Re: kvm_target, QEMU_KVM_ARM_TARGET_GENERIC_V8 questions,
Peter Maydell
- randomly firing kvm_arch_timer_handler,
Janne Karhunen
- [GIT PULL] KVM/arm64 updates for Linux 5.8,
Marc Zyngier
- [PATCH 02/24] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST, Marc Zyngier
- [PATCH 01/24] KVM: arm64: Move virt/kvm/arm to arch/arm64, Marc Zyngier
- [PATCH 03/24] KVM: arm64: Update help text, Marc Zyngier
- [PATCH 04/24] KVM: arm64: Change CONFIG_KVM to a menuconfig entry, Marc Zyngier
- [PATCH 05/24] KVM: arm64: Clean up kvm makefiles, Marc Zyngier
- [PATCH 06/24] KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation, Marc Zyngier
- [PATCH 07/24] KVM: arm64: Use cpus_have_final_cap for has_vhe(), Marc Zyngier
- [PATCH 08/24] KVM: Fix spelling in code comments, Marc Zyngier
- [PATCH 09/24] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported, Marc Zyngier
- [PATCH 24/24] KVM: arm64: Drop obsolete comment about sys_reg ordering, Marc Zyngier
- [PATCH 20/24] KVM: arm64: Add missing reset handlers for PMU emulation, Marc Zyngier
- [PATCH 19/24] KVM: arm64: Refactor vcpu_{read,write}_sys_reg, Marc Zyngier
- [PATCH 17/24] KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction, Marc Zyngier
- [PATCH 15/24] KVM: arm64: Clean up cpu_init_hyp_mode(), Marc Zyngier
- [PATCH 14/24] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version, Marc Zyngier
- [PATCH 21/24] KVM: arm64: Move sysreg reset check to boot time, Marc Zyngier
- [PATCH 18/24] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu, Marc Zyngier
- [PATCH 11/24] KVM: arm64: Clean up the checking for huge mapping, Marc Zyngier
- [PATCH 16/24] KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector(), Marc Zyngier
- [PATCH 23/24] KVM: arm64: Parametrize exception entry with a target EL, Marc Zyngier
- [PATCH 22/24] KVM: arm64: Don't use empty structures as CPU reset state, Marc Zyngier
- [PATCH 12/24] KVM: arm64: Unify handling THP backed host memory, Marc Zyngier
- [PATCH 10/24] KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvation, Marc Zyngier
- [PATCH 13/24] KVM: arm64: Support enabling dirty log gradually in small chunks, Marc Zyngier
- Re: [GIT PULL] KVM/arm64 updates for Linux 5.8, Paolo Bonzini
- [PATCH v2 0/3] KVM: arm64: aarch32 ACTLR accesses,
James Morse
- [PATCH v5 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS,
Beata Michalska
- [PATCH] KVM: arm64: Check advertised Stage-2 page size capability,
Marc Zyngier
- [PATCH V5 0/4] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes,
Anshuman Khandual
- [PATCH 0/3] KVM: arm64: aarch32 ACTLR accesses,
James Morse
- [PATCH] KVM: arm64: Allow in-atomic injection of SPIs,
Marc Zyngier
- [RFC PATCH 0/7] kvm: arm64: Support stage2 hardware DBM,
Keqian Zhu
- [RFC PATCH v12 0/11] Enable ptp_kvm for arm64,
Jianyong Wu
- [RFC PATCH v12 01/11] arm64: Probe for the presence of KVM hypervisor services during boot, Jianyong Wu
- [RFC PATCH v12 02/11] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC, Jianyong Wu
- [RFC PATCH v12 03/11] psci: export smccc conduit get helper., Jianyong Wu
- [RFC PATCH v12 04/11] ptp: Reorganize ptp_kvm modules to make it arch-independent., Jianyong Wu
- [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot, Jianyong Wu
- [RFC PATCH v12 06/11] clocksource: Add clocksource id for arm arch counter, Jianyong Wu
- [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp., Jianyong Wu
- [RFC PATCH v12 08/11] ptp: arm64: Enable ptp_kvm for arm/arm64, Jianyong Wu
- [RFC PATCH v12 09/11] ptp: extend input argument for getcrosstimestamp API, Jianyong Wu
- [RFC PATCH v12 10/11] arm64: add mechanism to let user choose which counter to return, Jianyong Wu
- [RFC PATCH v12 11/11] arm64: Add kvm capability check extension for ptp_kvm, Jianyong Wu
- [PATCH] arm64: kvm: Remove obsolete kvm_virt_to_phys abstraction,
Andrew Scull
- [RFC] Use SMMU HTTU for DMA dirty page tracking,
Xiang Zheng
- [PATCH V4 00/17] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes,
Anshuman Khandual
- [PATCH 0/2] Expose KVM API to Linux Kernel,
Anastassios Nanos
Re: [PATCH 0/2] Expose KVM API to Linux Kernel, Thomas Gleixner
Message not available
[kvm-unit-tests PATCH 0/6] arm64: add IPI/LPI/vtimer latency,
Jingyi Wang
Performance of VM is better than Host,
Roja Eswaran
[PATCH] arm64: kvm: Fix incorrect comment on kvm_get_hyp_vector(),
David Brazdil
[PATCH] arm64: kvm: Clean up cpu_init_hyp_mode(),
David Brazdil
[PATCH v2 00/14] Split off nVHE hyp code,
David Brazdil
- [PATCH v2 01/14] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe, David Brazdil
- [PATCH v2 02/14] arm64: kvm: Move __smccc_workaround_1_smc to .rodata, David Brazdil
- [PATCH v2 04/14] arm64: kvm: Add build rules for separate nVHE object files, David Brazdil
- [PATCH v2 03/14] arm64: kvm: Formalize hypcall ABI, David Brazdil
- [PATCH v2 05/14] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE, David Brazdil
- [PATCH v2 06/14] arm64: kvm: Split hyp/tlb.c to VHE/nVHE, David Brazdil
- [PATCH v2 07/14] arm64: kvm: Split hyp/switch.c to VHE/nVHE, David Brazdil
- [PATCH v2 11/14] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE, David Brazdil
- [PATCH v2 10/14] arm64: kvm: Split hyp/timer-sr.c to VHE/nVHE, David Brazdil
- [PATCH v2 08/14] arm64: kvm: Split hyp/debug-sr.c to VHE/nVHE, David Brazdil
- [PATCH v2 09/14] arm64: kvm: Split hyp/sysreg-sr.c to VHE/nVHE, David Brazdil
- [PATCH v2 12/14] arm64: kvm: Add comments around __kvm_nvhe_ symbol aliases, David Brazdil
- [PATCH v2 14/14] arm64: kvm: Lift instrumentation restrictions on VHE, David Brazdil
- [PATCH v2 13/14] arm64: kvm: Remove __hyp_text macro, use build rules instead, David Brazdil
[PATCH kvmtool] rtc: Generate fdt node for the real-time clock,
Andre Przywara
[Question] Hardware management of stage2 page dirty state,
zhukeqian
[PATCH] KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation, Marc Zyngier
[PATCH] KVM: arm64: Move virt/kvm/arm to arch/arm64,
Marc Zyngier
[PATCH] KVM: arm64: Use cpus_have_final_cap for has_vhe(),
Marc Zyngier
[PATCH V2] arm64/cpufeature: Drop open encodings while extracting parange,
Anshuman Khandual
[PATCH] arm64/cpufeature: Add ID_AA64MMFR0_PARANGE_MASK,
Anshuman Khandual
[PATCH V3] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug,
Anshuman Khandual
[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault,
Gavin Shan
- [PATCH RFCv2 1/9] arm64: Probe for the presence of KVM hypervisor services during boot, Gavin Shan
- [PATCH RFCv2 6/9] kvm/arm64: Export kvm_handle_user_mem_abort() with prefault mode, Gavin Shan
- [PATCH RFCv2 3/9] kvm/arm64: Rename kvm_vcpu_get_hsr() to kvm_vcpu_get_esr(), Gavin Shan
- [PATCH RFCv2 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC, Gavin Shan
- [PATCH RFCv2 4/9] kvm/arm64: Detach ESR operator from vCPU struct, Gavin Shan
- [PATCH RFCv2 5/9] kvm/arm64: Replace hsr with esr, Gavin Shan
- [PATCH RFCv2 8/9] kernel/sched: Add cpu_rq_is_locked(), Gavin Shan
- [PATCH RFCv2 7/9] kvm/arm64: Support async page fault, Gavin Shan
- [PATCH RFCv2 9/9] arm64: Support async page fault, Gavin Shan
- Re: [PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault, Gavin Shan
- Re: [PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault, Mark Rutland
[PATCH V2] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug,
Anshuman Khandual
[PATCH resend 0/2] KVM: arm64: Unify stage2 mapping for THP backed memory,
Zenghui Yu
[PATCH] arm64/cpufeature: Verify KVM capabilities during CPU hotplug,
Anshuman Khandual
[PATCH v5 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles,
Fuad Tabba
[PATCH v3] arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE},
Andrew Scull
[PATCH V3 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes,
Anshuman Khandual
[GIT PULL] KVM/arm fixes for 5.7, take #2,
Marc Zyngier
[PATCH 00/15] Split off nVHE hyp code,
David Brazdil
- [PATCH 01/15] arm64: kvm: Unify users of HVC instruction, David Brazdil
- [PATCH 02/15] arm64: kvm: Formalize host-hyp hypcall ABI, David Brazdil
- [PATCH 03/15] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe, David Brazdil
- [PATCH 04/15] arm64: kvm: Add build rules for separate nVHE object files, David Brazdil
- [PATCH 05/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE, David Brazdil
- [PATCH 06/15] arm64: kvm: Move __smccc_workaround_1_smc to .rodata, David Brazdil
- [PATCH 07/15] arm64: kvm: Split hyp/tlb.c to VHE/nVHE, David Brazdil
- [PATCH 09/15] arm64: kvm: Split hyp/debug-sr.c to VHE/nVHE, David Brazdil
- [PATCH 08/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE, David Brazdil
- [PATCH 11/15] arm64: kvm: Split hyp/timer-sr.c to VHE/nVHE, David Brazdil
- [PATCH 10/15] arm64: kvm: Split hyp/sysreg-sr.c to VHE/nVHE, David Brazdil
- [PATCH 12/15] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE, David Brazdil
- [PATCH 13/15] arm64: kvm: Add comments around __hyp_text_ symbol aliases, David Brazdil
- [PATCH 15/15] arm64: kvm: Lift instrumentation restrictions on VHE, David Brazdil
- [PATCH 14/15] arm64: kvm: Remove __hyp_text macro, use build rules instead, David Brazdil
- Re: [PATCH 00/15] Split off nVHE hyp code, Marc Zyngier
[PATCH] KVM: arm64: Fix 32bit PC wrap-around,
Marc Zyngier
[PATCH] arm64: kvm: fix gcc-10 shift warning,
Arnd Bergmann
Against removing aarch32 kvm host support,
Lukas Straub
[PATCH][kvmtool] kvm: Request VM specific limits instead of system-wide ones,
Marc Zyngier
[PATCH] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version,
Marc Zyngier
[PATCH v4 0/7] clean up redundant 'kvm_run' parameters,
Tianjia Zhang
[PATCH v3 0/7] clean up redundant 'kvm_run' parameters,
Tianjia Zhang
[PATCH] KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS,
Marc Zyngier
[PATCH] KVM: arm64: Save/restore sp_el0 as part of __guest_enter,
Marc Zyngier
[PATCH kvmtool v4 6/5] pci: Move legacy IRQ assignment into devices, Andre Przywara
[PATCH 5/5] kvm: Replace vcpu->swait with rcuwait,
Davidlohr Bueso
[PATCH kvmtool v4 0/5] Add CFI flash emulation,
Andre Przywara
[GIT PULL] KVM/arm fixes for 5.7, take #1,
Marc Zyngier
- [PATCH 1/8] KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER, Marc Zyngier
- [PATCH 2/8] KVM: arm64: PSCI: Narrow input registers when using 32bit functions, Marc Zyngier
- [PATCH 3/8] KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests, Marc Zyngier
- [PATCH 4/8] KVM: arm: vgic: Synchronize the whole guest on GIC{D, R}_I{S, C}ACTIVER read, Marc Zyngier
- [PATCH 6/8] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits, Marc Zyngier
- [PATCH 7/8] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy, Marc Zyngier
- [PATCH 5/8] KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits, Marc Zyngier
- [PATCH 8/8] KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi(), Marc Zyngier
[PATCH v3 0/6] KVM: arm: vgic fixes for 5.7,
Marc Zyngier
[PATCH v2] arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE},
Andrew Scull
[PATCH v2 0/7] clean up redundant 'kvm_run' parameters,
Tianjia Zhang
[PATCH 00/26] KVM: arm64: Preliminary NV patches,
Marc Zyngier
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]