Linux KVM for ARM
[Prev Page][Next Page]
- [PATCH 18/20] KVM: arm64: Remove unused page-table code, (continued)
- [PATCH 1/2] KVM: arm64: Restrict symbol aliasing to outside nVHE,
Andrew Scull
- [Question] the check of ioeventfd collision in kvm_*assign_ioeventfd_idx,
Zhenyu Ye
- [PATCH] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text,
David Brazdil
- [PATCH] KVM: arm: Add trace name for ARM_NISV,
Alexander Graf
- [PATCH v2 0/4] KVM: arm64: Fixes to early stage-2 fault handling,
Will Deacon
- [PATCH kvm-unit-tests] arm64: Compile with -mno-outline-atomics,
Andrew Jones
- [GIT PULL] KVM/arm64 fixes for 5.8, take #4,
Marc Zyngier
- [PATCH 0/7] KVM: arm64: Fixes to early stage-2 fault handling,
Will Deacon
- [RESEND RFC PATCH v1] arm64: kvm: flush tlbs by range in unmap_stage2_range function,
Zhenyu Ye
- [PATCH 0/3] KVM: arm64: Clean up memcache usage for page-table pages,
Will Deacon
- [PATCH v2] KVM: arm64: Don't inherit exec permission across page-table levels,
Will Deacon
- kvm-unit-tests: Question about the "no interrupt when timer is disabled" case,
Zenghui Yu
- [PATCH 0/9] Independent per-CPU data section for nVHE,
David Brazdil
- [PATCH] KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions,
Marc Zyngier
- [PATCH] KVM: arm64: Don't inherit exec permission across page-table levels,
Will Deacon
- [RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted,
Sergey Senozhatsky
- [PATCH 0/2] Unify non-VHE ASLR features behind CONFIG_RANDOMIZE_BASE,
David Brazdil
- [PATCH stable 4.14.y] arm64: entry: Place an SB sequence following an ERET instruction, Florian Fainelli
- [PATCH stable 4.19.y] arm64: entry: Place an SB sequence following an ERET instruction, Florian Fainelli
- [PATCH v3 0/3] Cortex-A77 erratum 1508412 workaround,
Rob Herring
- [kvm-unit-tests PATCH] arm64: Compile with -mno-outline-atomics for GCC >= 10,
Alexandru Elisei
- [RESEND PATCH] drivers: arm arch timer: Correct fault programming of CNTKCTL_EL1.EVNTI,
Keqian Zhu
- [PATCH] drivers: arm arch timer: Correct fault programming of CNTKCTL_EL1.EVNTI, Keqian Zhu
- [kvmtool][PATCH] arm64: Use default kernel offset when the image file can't be seeked,
Marc Zyngier
- [PATCH 00/37] Transform the host into a vCPU,
Andrew Scull
- [PATCH 02/37] KVM: arm64: Move clearing of vcpu debug dirty bit, Andrew Scull
- [PATCH 01/37] smccc: Make constants available to assembly, Andrew Scull
- [PATCH 03/37] KVM: arm64: Track running vCPU outside of the CPU context, Andrew Scull
- [PATCH 04/37] KVM: arm64: nVHE: Pass pointers consistently to hyp-init, Andrew Scull
- [PATCH 05/37] KVM: arm64: nVHE: Break out of the hyp-init idmap, Andrew Scull
- [PATCH 06/37] KVM: arm64: Only check pending interrupts if it would trap, Andrew Scull
- [PATCH 07/37] KVM: arm64: Separate SError detection from VAXorcism, Andrew Scull
- [PATCH 08/37] KVM: arm64: nVHE: Introduce a hyp run loop for the host, Andrew Scull
- [PATCH 09/37] smccc: Cast arguments to unsigned long, Andrew Scull
- [PATCH 10/37] KVM: arm64: nVHE: Migrate hyp interface to SMCCC, Andrew Scull
- [PATCH 11/37] KVM: arm64: nVHE: Migrate hyp-init to SMCCC, Andrew Scull
- [PATCH 12/37] KVM: arm64: nVHE: Fix pointers during SMCCC convertion, Andrew Scull
- [PATCH 13/37] KVM: arm64: Rename workaround 2 helpers, Andrew Scull
- [PATCH 14/37] KVM: arm64: nVHE: Use __kvm_vcpu_run for the host vcpu, Andrew Scull
- [PATCH 15/37] KVM: arm64: Share some context save and restore macros, Andrew Scull
- [PATCH 16/37] KVM: arm64: nVHE: Handle stub HVCs in the host loop, Andrew Scull
- [PATCH 17/37] KVM: arm64: nVHE: Store host sysregs in host vcpu, Andrew Scull
- [PATCH 18/37] KVM: arm64: nVHE: Access pmu_events directly in kvm_host_data, Andrew Scull
- [PATCH 19/37] KVM: arm64: nVHE: Drop host_ctxt argument for context switching, Andrew Scull
- [PATCH 20/37] KVM: arm64: nVHE: Use host vcpu context for host debug state, Andrew Scull
- [PATCH 21/37] KVM: arm64: Move host debug state from vcpu to percpu, Andrew Scull
- [PATCH 22/37] KVM: arm64: nVHE: Store host's mdcr_el2 and hcr_el2 in its vcpu, Andrew Scull
- [PATCH 23/37] KVM: arm64: Skip __hyp_panic and go direct to hyp_panic, Andrew Scull
- [PATCH 24/37] KVM: arm64: Break apart kvm_host_data, Andrew Scull
- [PATCH 25/37] KVM: arm64: nVHE: Unify sysreg state saving paths, Andrew Scull
- [PATCH 26/37] KVM: arm64: nVHE: Unify 32-bit sysreg saving paths, Andrew Scull
- [PATCH 27/37] KVM: arm64: nVHE: Unify vgic save and restore, Andrew Scull
- [PATCH 28/37] KVM: arm64: nVHE: Unify fpexc32 saving paths, Andrew Scull
- [PATCH 29/37] KVM: arm64: nVHE: Separate the save and restore of debug state, Andrew Scull
- [PATCH 30/37] KVM: arm64: nVHE: Remove MMU assumption in speculative AT workaround, Andrew Scull
- [PATCH 31/37] KVM: arm64: Move speculative AT ISBs into context, Andrew Scull
- [PATCH 32/37] KVM: arm64: nVHE: Unify sysreg state restoration paths, Andrew Scull
- [PATCH 33/37] KVM: arm64: Remove __activate_vm wrapper, Andrew Scull
- [PATCH 34/37] KVM: arm64: nVHE: Unify timer restore paths, Andrew Scull
- [PATCH 35/37] KVM: arm64: nVHE: Unify PMU event restoration paths, Andrew Scull
- [PATCH 36/37] KVM: arm64: nVHE: Unify GIC PMR restoration paths, Andrew Scull
- [PATCH 37/37] KVM: arm64: Separate save and restore of vcpu trap state, Andrew Scull
- [PATCH] KVM: arm64: Avoid rewinding the PC for trapped SMCs,
Andrew Scull
- [Question] About scaling factor of Enhanced Counter Virtualization,
zhukeqian
- [PATCH v2 0/4] Manage vcpu flags from the host,
Andrew Scull
- [PATCH 0/2] MTE support for KVM guest,
Steven Price
- [PATCH 0/5] KVM: arm64: pvtime: Fixes and a new cap,
Andrew Jones
- [PATCH 0/2] Manage vcpu flags from the host,
Andrew Scull
- [PATCH stable v4.9 v2] arm64: entry: Place an SB sequence following an ERET instruction,
Florian Fainelli
- [PATCH] KVM: arm64: Fix definition of PAGE_HYP_DEVICE,
Will Deacon
- [PATCH] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM(), Marc Zyngier
- [PATCH] arm64: kvm: Remove redundant KVM_ARM64_FP_HOST flag,
Andrew Scull
- [PATCH v3 00/17] KVM: arm64: Preliminary NV patches,
Marc Zyngier
- [PATCH v3 02/17] arm64: Detect the ARMv8.4 TTL feature, Marc Zyngier
- [PATCH v3 04/17] arm64: Add level-hinted TLB invalidation helper, Marc Zyngier
- [PATCH v3 03/17] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors, Marc Zyngier
- [PATCH v3 06/17] KVM: arm64: Introduce accessor for ctxt->sys_reg, Marc Zyngier
- [PATCH v3 01/17] KVM: arm64: Factor out stage 2 page table data from struct kvm, Marc Zyngier
- [PATCH v3 05/17] KVM: arm64: Use TTL hint in when invalidating stage-2 translations, Marc Zyngier
- [PATCH v3 08/17] KVM: arm64: sve: Use __vcpu_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH v3 07/17] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access, Marc Zyngier
- [PATCH v3 09/17] KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs access, Marc Zyngier
- [PATCH v3 15/17] KVM: arm64: Move SPSR_EL1 to the system register array, Marc Zyngier
- [PATCH v3 13/17] KVM: arm64: Move SP_EL1 to the system register array, Marc Zyngier
- [PATCH v3 12/17] KVM: arm64: Move ELR_EL1 to the system register array, Marc Zyngier
- [PATCH v3 17/17] KVM: arm64: timers: Move timer registers to the sys_regs file, Marc Zyngier
- [PATCH v3 14/17] KVM: arm64: Disintegrate SPSR array, Marc Zyngier
- [PATCH v3 16/17] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user, Marc Zyngier
- [PATCH v3 10/17] KVM: arm64: debug: Drop useless vpcu parameter, Marc Zyngier
- [PATCH v3 11/17] KVM: arm64: Make struct kvm_regs userspace-only, Marc Zyngier
- Re: [PATCH v3 00/17] KVM: arm64: Preliminary NV patches, Catalin Marinas
- Re: [PATCH v3 00/17] KVM: arm64: Preliminary NV patches, Alexandru Elisei
- [PATCH 0/2] KVM/arm64 fixes for 5.8, take #3,
Marc Zyngier
- [PATCH] arm64: kvm: Stop clobbering x0 for HVC_SOFT_RESTART,
Andrew Scull
- [PATCH] KVM: arm64: PMU: Fix per-CPU access in preemptible context, Marc Zyngier
- [PATCH V5 (RESEND) 0/4] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes,
Anshuman Khandual
- [PATCH v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage,
Sean Christopherson
- [PATCH v3 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals, Sean Christopherson
- [PATCH v3 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches, Sean Christopherson
- [PATCH v3 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v3 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers, Sean Christopherson
- [PATCH v3 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- [PATCH v3 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v3 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA, Sean Christopherson
- [PATCH v3 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty, Sean Christopherson
- [PATCH v3 20/21] KVM: MIPS: Account pages used for GPA page tables, Sean Christopherson
- [PATCH v3 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache, Sean Christopherson
- [PATCH v3 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH v3 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock), Sean Christopherson
- [PATCH v3 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v3 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays, Sean Christopherson
- [PATCH v3 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches, Sean Christopherson
- [PATCH v3 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global, Sean Christopherson
- [PATCH v3 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code, Sean Christopherson
- [PATCH v3 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code, Sean Christopherson
- [PATCH v3 18/21] KVM: arm64: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH v3 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups, Sean Christopherson
- [PATCH v3 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- Re: [PATCH v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage, Paolo Bonzini
- [PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM,
Keqian Zhu
- [PATCH kvm-unit-tests] arm/arm64: timer: Extract irqs at setup time,
Andrew Jones
- [kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test,
Jingyi Wang
- [PATCH v2 0/3] Cortex-A77 erratum 1508412 work-around,
Rob Herring
- [PATCH] KVM: arm64: Change default caching mode for {PEND, PROP}BASER.outer,
Alexander Graf
- [PATCH] kvmtool: arm64: Report missing support for 32bit guests,
Suzuki K Poulose
- [PATCH v2] kvm/arm64: Rename HSR to ESR,
Gavin Shan
- [PATCH 1/2] arm64: Add part number for Arm Cortex-A77,
Rob Herring
- [GIT PULL] KVM/arm64 fixes for 5.8, take #2,
Marc Zyngier
- [PATCH v9 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS,
Beata Michalska
- [PATCH 0/2] Refactor ESR related functions,
Gavin Shan
- [PATCH v8 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS,
Beata Michalska
- [PATCH v7 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS,
Beata Michalska
- [PATCH v6 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS,
Beata Michalska
- [PATCH 0/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0,
Alexandru Elisei
- [PATCH v4 00/15] Split off nVHE hyp code,
David Brazdil
- [PATCH v4 01/15] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe, David Brazdil
- [PATCH v4 02/15] arm64: kvm: Move __smccc_workaround_1_smc to .rodata, David Brazdil
- [PATCH v4 03/15] arm64: kvm: Add build rules for separate VHE/nVHE object files, David Brazdil
- [PATCH v4 04/15] arm64: kvm: Use build-time defines in has_vhe(), David Brazdil
- [PATCH v4 05/15] arm64: kvm: Handle calls to prefixed hyp functions, David Brazdil
- [PATCH v4 06/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE, David Brazdil
- [PATCH v4 07/15] arm64: kvm: Move hyp-init.S to nVHE, David Brazdil
- [PATCH v4 08/15] arm64: kvm: Duplicate hyp/tlb.c for VHE/nVHE, David Brazdil
- [PATCH v4 10/15] arm64: kvm: Split hyp/debug-sr.c to VHE/nVHE, David Brazdil
- [PATCH v4 11/15] arm64: kvm: Split hyp/sysreg-sr.c to VHE/nVHE, David Brazdil
- [PATCH v4 09/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE, David Brazdil
- [PATCH v4 12/15] arm64: kvm: Duplicate hyp/timer-sr.c for VHE/nVHE, David Brazdil
- [PATCH v4 13/15] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE, David Brazdil
- [PATCH v4 15/15] arm64: kvm: Lift instrumentation restrictions on VHE, David Brazdil
- [PATCH v4 14/15] arm64: kvm: Remove __hyp_text macro, use build rules instead, David Brazdil
- Re: [PATCH v4 00/15] Split off nVHE hyp code, Marc Zyngier
- [PATCH v6 0/5] clean up redundant 'kvm_run' parameters,
Tianjia Zhang
- [PATCH] KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell, Marc Zyngier
- [PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage,
Sean Christopherson
- [PATCH v2 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches, Sean Christopherson
- [PATCH v2 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers, Sean Christopherson
- [PATCH v2 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals, Sean Christopherson
- [PATCH v2 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty, Sean Christopherson
- [PATCH v2 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA, Sean Christopherson
- [PATCH v2 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v2 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays, Sean Christopherson
- [PATCH v2 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache, Sean Christopherson
- [PATCH v2 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v2 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock), Sean Christopherson
- [PATCH v2 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups, Sean Christopherson
- [PATCH v2 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global, Sean Christopherson
- [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code, Sean Christopherson
- [PATCH v2 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code, Sean Christopherson
- [PATCH v2 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- [PATCH v2 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches, Sean Christopherson
- [PATCH v2 18/21] KVM: arm64: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH v2 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- [PATCH v2 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH v2 20/21] KVM: MIPS: Account pages used for GPA page tables, Sean Christopherson
- Re: [PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage, Sean Christopherson
- [PATCH] KVM: arm64: pvtime: Ensure task delay accounting is enabled,
Andrew Jones
- [PATCH 0/5] KVM: arm64: Remove the target table,
James Morse
- [PATCH v2 0/5] KVM/arm64: Enable PtrAuth on non-VHE KVM,
Marc Zyngier
- [PATCH 0/4] arm64/x86: KVM: Introduce KVM_CAP_STEAL_TIME,
Andrew Jones
- [PATCH v13 0/9] Enable ptp_kvm for arm64,
Jianyong Wu
- [RFC PATCH v13 0/9] Enable ptp_kvm for arm64,
Jianyong Wu
- [PATCH] arm64: kvm: Annotate hyp NMI-related functions as __always_inline,
Alexandru Elisei
- [PATCH v3 00/15] Split off nVHE hyp code,
David Brazdil
- [PATCH v3 02/15] arm64: kvm: Move __smccc_workaround_1_smc to .rodata, David Brazdil
- [PATCH v3 01/15] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe, David Brazdil
- [PATCH v3 03/15] arm64: kvm: Add build rules for separate nVHE object files, David Brazdil
- [PATCH v3 04/15] arm64: kvm: Handle calls to prefixed hyp functions, David Brazdil
- [PATCH v3 06/15] arm64: kvm: Move hyp-init.S to nVHE, David Brazdil
- [PATCH v3 05/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE, David Brazdil
- [PATCH v3 07/15] arm64: kvm: Split hyp/tlb.c to VHE/nVHE, David Brazdil
- [PATCH v3 09/15] arm64: kvm: Split hyp/debug-sr.c to VHE/nVHE, David Brazdil
- [PATCH v3 08/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE, David Brazdil
- [PATCH v3 11/15] arm64: kvm: Split hyp/timer-sr.c to VHE/nVHE, David Brazdil
- [PATCH v3 10/15] arm64: kvm: Split hyp/sysreg-sr.c to VHE/nVHE, David Brazdil
- [PATCH v3 12/15] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE, David Brazdil
- [PATCH v3 13/15] arm64: kvm: Add comments around __kvm_nvhe_ symbol aliases, David Brazdil
- [PATCH v3 14/15] arm64: kvm: Remove __hyp_text macro, use build rules instead, David Brazdil
- [PATCH v3 15/15] arm64: kvm: Lift instrumentation restrictions on VHE, David Brazdil
- [PATCH] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr,
Andrew Scull
- [RFC PATCH 0/2] MTE support for KVM guest,
Steven Price
- [PATCH v5 5/7] arm64: kvm: pmu: Make overflow handler NMI safe, Alexandru Elisei
- [PATCH v2] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE,
Steven Price
- [PATCH] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE,
Steven Price
- [PATCH 00/12] KVM: arm64: Support stage2 hardware DBM,
Keqian Zhu
- [PATCH 01/12] KVM: arm64: Add some basic functions to support hw DBM, Keqian Zhu
- [PATCH 03/12] KVM: arm64: Report hardware dirty status of stage2 PTE if coverred, Keqian Zhu
- [PATCH 05/12] KVM: arm64: Add KVM_CAP_ARM_HW_DIRTY_LOG capability, Keqian Zhu
- [PATCH 02/12] KVM: arm64: Modify stage2 young mechanism to support hw DBM, Keqian Zhu
- [PATCH 04/12] KVM: arm64: Support clear DBM bit for PTEs, Keqian Zhu
- [PATCH 09/12] KVM: arm64: Steply write protect page table by mask bit, Keqian Zhu
- [PATCH 10/12] KVM: arm64: Save stage2 PTE dirty status if it is coverred, Keqian Zhu
- [PATCH 08/12] KVM: Omit dirty log sync in log clear if initially all set, Keqian Zhu
- [PATCH 06/12] KVM: arm64: Set DBM bit of PTEs during write protecting, Keqian Zhu
- [PATCH 07/12] KVM: arm64: Scan PTEs to sync dirty log, Keqian Zhu
- [PATCH 12/12] KVM: arm64: Enable stage2 hardware DBM, Keqian Zhu
- [PATCH 11/12] KVM: arm64: Support disable hw dirty log after enable, Keqian Zhu
- Re: [PATCH 00/12] KVM: arm64: Support stage2 hardware DBM, zhukeqian
- [PATCH v2] KVM: arm64: Allow in-atomic injection of SPIs,
Marc Zyngier
- [PATCH v2 00/17] 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]