Linux KVM for ARM
[Prev Page][Next Page]
- [FINAL WARNING] kvmarm@xxxxxxxxxxxxxxxxxxxxx going away, Marc Zyngier
- [GIT PULL] KVM/arm64 fixes for 6.2, take #1, Marc Zyngier
- [PATCH rcu 02/27] arch/arm64/kvm: Remove "select SRCU",
Paul E. McKenney
- Re: [PATCH] MAINTAINERS: Remove myself as a KVM/arm64 reviewer, Marc Zyngier
- [PATCH] MAINTAINERS: Add Zenghui Yu as a KVM/arm64 reviewer,
Marc Zyngier
- [PATCH v2 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots,
Marc Zyngier
- [PATCH 0/3] KVM: arm64: M2 vgic maintenance interrupt rework pre-NV,
Marc Zyngier
- [PATCH v5 0/7] KVM: arm64: Normalize cache configuration,
Akihiko Odaki
- [PATCH 0/7] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU,
Reiji Watanabe
- running openbsd on KVM running on fedora over raspberry pi 4,
Sandeep Gupta
- [PATCH] KVM: arm64: Synchronize SMEN on vcpu schedule out,
Dong Bo
- [PATCH v4 0/7] KVM: arm64: Normalize cache configuration,
Akihiko Odaki
- [PATCH 0/2] KVM: arm64: syreg cleanups/fixes,
Mark Brown
- [PATCH 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots,
Marc Zyngier
- [kvm-unit-tests PATCH v2 0/4] arm: pmu: Add support for PMUv3p5,
Ricardo Koller
- [kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop,
Colton Lewis
- [PATCH v3 0/7] KVM: arm64: Normalize cache configuration,
Akihiko Odaki
- [PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup,
Sean Christopherson
- [PATCH 01/14] KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long, Sean Christopherson
- [PATCH 02/14] KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c, Sean Christopherson
- [PATCH 03/14] KVM: selftests: Fix divide-by-zero bug in memslot_perf_test, Sean Christopherson
- [PATCH 04/14] KVM: selftests: Use pattern matching in .gitignore, Sean Christopherson
- [PATCH 05/14] KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width(), Sean Christopherson
- [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86, Sean Christopherson
- [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code, Sean Christopherson
- [PATCH 08/14] KVM: selftests: Probe -no-pie with actual CFLAGS used to compile, Sean Christopherson
- [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning, Sean Christopherson
- [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides, Sean Christopherson
- [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC), Sean Christopherson
- [PATCH 12/14] KVM: selftests: Use wildcards to find library source files, Sean Christopherson
- [PATCH 13/14] KVM: selftests: Use wildcards to find targets and test source files, Sean Christopherson
- [PATCH 14/14] KVM: selftests: Enable RSEQ test for RISC-V, Sean Christopherson
- [PATCH 0/3] KVM: arm64: Normalize cache configuration,
Akihiko Odaki
- [PATCH 0/1] KVM: arm64: PMU: Fix PMCR_EL0 reset value,
James Clark
- [PATCH v2 0/7] KVM: selftests: Fixes for ucall pool + page_fault_test,
Oliver Upton
- [RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code,
David Matlack
- [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role, David Matlack
- [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code, David Matlack
- [RFC PATCH 03/37] KVM: MMU: Move tdp_ptep_t into common code, David Matlack
- [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page, David Matlack
- [RFC PATCH 05/37] KVM: x86/mmu: Unify TDP MMU and Shadow MMU root refcounts, David Matlack
- [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code, David Matlack
- [RFC PATCH 09/37] KVM: Move page size stats into common code, David Matlack
- [RFC PATCH 07/37] mm: Introduce architecture-neutral PG_LEVEL macros, David Matlack
- [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault to common code, David Matlack
- [RFC PATCH 08/37] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test, David Matlack
- [RFC PATCH 11/37] KVM: MMU: Move RET_PF_* into common code, David Matlack
- [RFC PATCH 13/37] KVM: MMU: Move sptep_to_sp() to common code, David Matlack
- [RFC PATCH 12/37] KVM: x86/mmu: Use PG_LEVEL_{PTE, PMD, PUD} in the TDP MMU, David Matlack
- [RFC PATCH 16/37] KVM: x86/mmu: Abstract away TDP MMU root lookup, David Matlack
- [RFC PATCH 14/37] KVM: MMU: Introduce common macros for TDP page tables, David Matlack
- [RFC PATCH 15/37] KVM: x86/mmu: Add a common API for inspecting/modifying TDP PTEs, David Matlack
- [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h, David Matlack
- [RFC PATCH 19/37] KVM: x86/mmu: Add arch hooks for NX Huge Pages, David Matlack
- [RFC PATCH 18/37] KVM: x86/mmu: Add common API for creating TDP PTEs, David Matlack
- [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level, David Matlack
- [RFC PATCH 22/37] KVM: x86: Select HAVE_TDP_MMU if X86_64, David Matlack
- [RFC PATCH 21/37] KVM: Introduce CONFIG_HAVE_TDP_MMU, David Matlack
- [RFC PATCH 24/37] KVM: x86/mmu: Move kvm_mmu_hugepage_adjust() up to fault handler, David Matlack
- [RFC PATCH 23/37] KVM: MMU: Move VM-level TDP MMU state to struct kvm, David Matlack
- [RFC PATCH 28/37] KVM: MMU: Stub out tracepoints on non-x86 architectures, David Matlack
- [RFC PATCH 27/37] KVM: MMU: Move mmu_page_header_cache to common code, David Matlack
- [RFC PATCH 25/37] KVM: x86/mmu: Pass root role to kvm_tdp_mmu_get_vcpu_root_hpa(), David Matlack
- [RFC PATCH 29/37] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range, address}() together, David Matlack
- [RFC PATCH 26/37] KVM: Move page table cache to struct kvm_vcpu, David Matlack
- [RFC PATCH 31/37] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range(), David Matlack
- [RFC PATCH 30/37] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address(), David Matlack
- [RFC PATCH 32/37] KVM: Allow range-based TLB invalidation from common code, David Matlack
- [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code, David Matlack
- [RFC PATCH 34/37] KVM: MMU: Move the TDP iterator to common code, David Matlack
- [RFC PATCH 35/37] KVM: x86/mmu: Move tdp_mmu_max_gfn_exclusive() to tdp_pgtable.c, David Matlack
- [RFC PATCH 36/37] KVM: x86/mmu: Move is_tdp_mmu_page() to mmu_internal.h, David Matlack
- [RFC PATCH 37/37] KVM: MMU: Move the TDP MMU to common code, David Matlack
- Re: [RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code, Oliver Upton
- [PATCH 0/4] KVM: selftests: Fixes for ucall pool + page_fault_test,
Oliver Upton
- [PATCH v1 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2,
Ryan Roberts
- Re: [PATCH v1 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2, Marc Zyngier
- <Possible follow-ups>
- [PATCH v1 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2, Ryan Roberts
- [PATCH v1 03/12] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2, Ryan Roberts
- [PATCH v1 02/12] arm64/mm: Update tlb invalidation routines for FEAT_LPA2, Ryan Roberts
- [PATCH v1 01/12] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2], Ryan Roberts
- [PATCH v1 04/12] KVM: arm64: Plumbing to enable multiple pgtable formats, Ryan Roberts
- [PATCH v1 05/12] KVM: arm64: Maintain page-table format info in struct kvm_pgtable, Ryan Roberts
- [PATCH v1 06/12] KVM: arm64: Use LPA2 page-tables for stage2 if HW supports it, Ryan Roberts
- [PATCH v1 07/12] KVM: arm64: Use LPA2 page-tables for hyp stage1 if HW supports it, Ryan Roberts
- [PATCH v1 08/12] KVM: arm64: Insert PS field at TCR_EL2 assembly time, Ryan Roberts
- [PATCH v1 09/12] KVM: arm64: Convert translation level parameter to s8, Ryan Roberts
- [PATCH v1 11/12] KVM: arm64: Support upto 5 levels of translation in kvm_pgtable, Ryan Roberts
- [PATCH v1 10/12] KVM: arm64: Rework logic to en/decode VTCR_EL2.{SL0, SL2} fields, Ryan Roberts
- [PATCH v1 12/12] KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systems, Ryan Roberts
- Re: [PATCH v1 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2, Oliver Upton
- [GIT PULL] KVM/arm64 updates for 6.2,
Marc Zyngier
- [PATCH v1] KVM: arm64: Fix benign bug with incorrect use of VA_BITS.,
Ryan Roberts
- [PATCH v2 0/6] KVM: arm64: Parallel access faults,
Oliver Upton
- [PATCH] KVM: arm64: Always mask CCSIDR associativity bits,
Akihiko Odaki
- [kvm-unit-tests PATCH 0/3] arm: pmu: Add support for PMUv3p5,
Ricardo Koller
- [PATCH 0/3] KVM: arm64: Handle CCSIDR associativity mismatches,
Akihiko Odaki
- [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling,
Sean Christopherson
- [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization, Sean Christopherson
- [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup, Sean Christopherson
- [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled after arch hardware setup, Sean Christopherson
- [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit(), Sean Christopherson
- [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails, Sean Christopherson
- [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit, Sean Christopherson
- [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration, Sean Christopherson
- [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit, Sean Christopherson
- [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling, Sean Christopherson
- [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks, Sean Christopherson
- [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper, Sean Christopherson
- [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper, Sean Christopherson
- [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit, Sean Christopherson
- [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace, Sean Christopherson
- [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup), Sean Christopherson
- [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic, Sean Christopherson
- [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails, Sean Christopherson
- [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails, Sean Christopherson
- [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init(), Sean Christopherson
- [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions, Sean Christopherson
- [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init, Sean Christopherson
- [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init(), Sean Christopherson
- [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init(), Sean Christopherson
- [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init(), Sean Christopherson
- [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init, Sean Christopherson
- [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init, Sean Christopherson
- [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init(), Sean Christopherson
- [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init, Sean Christopherson
- [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks, Sean Christopherson
- [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init, Sean Christopherson
- [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code, Sean Christopherson
- [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook, Sean Christopherson
- [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name, Sean Christopherson
- [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules, Sean Christopherson
- [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks, Sean Christopherson
- [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around, Sean Christopherson
- [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code, Sean Christopherson
- [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks, Sean Christopherson
- [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops), Sean Christopherson
- [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU, Sean Christopherson
- [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling, Sean Christopherson
- [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section, Sean Christopherson
- [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable, Sean Christopherson
- [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit(), Sean Christopherson
- [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization, Sean Christopherson
- [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock, Sean Christopherson
- [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path, Sean Christopherson
- [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init(), Sean Christopherson
- [PATCH v2 50/50] KVM: Clean up error labels in kvm_init(), Sean Christopherson
- [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC, Sean Christopherson
- Re: [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling, Chao Gao
- Re: [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling, Paolo Bonzini
- [PATCH 0/4] KVM: arm64: Parallel access faults,
Oliver Upton
- [kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors,
Alexandru Elisei
- KVM: arm64: A new approach for SPE support,
Alexandru Elisei
- [PATCH 0/9] tools: Make {clear,set}_bit() atomic for reals,
Sean Christopherson
- [PATCH 1/9] KVM: selftests: Add rdmsr_from_l2() implementation in Hyper-V eVMCS test, Sean Christopherson
- [PATCH 2/9] KVM: selftests: Remove unused "vcpu" param to fix build error, Sean Christopherson
- [PATCH 3/9] KVM: arm64: selftests: Enable single-step without a "full" ucall(), Sean Christopherson
- [PATCH 5/9] perf tools: Use dedicated non-atomic clear/set bit helpers, Sean Christopherson
- [PATCH 4/9] tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers, Sean Christopherson
- [PATCH 6/9] KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests, Sean Christopherson
- [PATCH 7/9] tools: Drop conflicting non-atomic test_and_{clear, set}_bit() helpers, Sean Christopherson
- [PATCH 8/9] tools: Drop "atomic_" prefix from atomic test_and_set_bit(), Sean Christopherson
- [PATCH 9/9] tools: KVM: selftests: Convert clear/set_bit() to actual atomics, Sean Christopherson
- Re: [PATCH 0/9] tools: Make {clear,set}_bit() atomic for reals, Paolo Bonzini
- [PATCH v2 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64,
Oliver Upton
- [PATCH v4 0/3] KVM: arm64: Fixes for parallel faults series,
Oliver Upton
- [PATCH 0/2] KVM: arm64: selftests: Fixes for single-step test,
Sean Christopherson
- [PATCH 00/12] KVM: arm64: FF-A proxy for pKVM,
Quentin Perret
- [PATCH 01/12] firmware: arm_ffa: Move constants to header file, Quentin Perret
- [PATCH 02/12] firmware: arm_ffa: Move comment before the field it is documenting, Quentin Perret
- [PATCH 03/12] KVM: arm64: Block unsafe FF-A calls from the host, Quentin Perret
- [PATCH 04/12] KVM: arm64: Probe FF-A version and host/hyp partition ID during init, Quentin Perret
- [PATCH 05/12] KVM: arm64: Handle FFA_FEATURES call from the host, Quentin Perret
- [PATCH 06/12] KVM: arm64: Allocate pages for hypervisor FF-A mailboxes, Quentin Perret
- [PATCH 07/12] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host, Quentin Perret
- [PATCH 08/12] KVM: arm64: Add FF-A helpers to share/unshare memory with secure world, Quentin Perret
- [PATCH 10/12] KVM: arm64: Handle FFA_MEM_RECLAIM calls from the host, Quentin Perret
- [PATCH 09/12] KVM: arm64: Handle FFA_MEM_SHARE calls from the host, Quentin Perret
- [PATCH 11/12] KVM: arm64: Handle FFA_MEM_LEND calls from the host, Quentin Perret
- [PATCH 12/12] ANDROID: KVM: arm64: pkvm: Add support for fragmented FF-A descriptors, Quentin Perret
- Re: [PATCH 00/12] KVM: arm64: FF-A proxy for pKVM, Will Deacon
- [PATCH v3 0/2] KVM: arm64: Fixes for parallel faults series,
Oliver Upton
- [PATCH v2] KVM: arm64: Don't acquire RCU read lock for exclusive table walks,
Oliver Upton
- [PATCH 0/1] KVM: arm64: Skip RCU protection for hyp stage-1,
Oliver Upton
- [PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support,
Marc Zyngier
- [PATCH v4 05/16] KVM: arm64: PMU: Narrow the overflow checking when required, Marc Zyngier
- [PATCH v4 02/16] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode, Marc Zyngier
- [PATCH v4 09/16] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits, Marc Zyngier
- [PATCH v4 03/16] KVM: arm64: PMU: Always advertise the CHAIN event, Marc Zyngier
- [PATCH v4 01/16] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF, Marc Zyngier
- [PATCH v4 07/16] KVM: arm64: PMU: Add counter_index_to_*reg() helpers, Marc Zyngier
- [PATCH v4 06/16] KVM: arm64: PMU: Only narrow counters that are not 64bit wide, Marc Zyngier
- [PATCH v4 08/16] KVM: arm64: PMU: Simplify setting a counter to a specific value, Marc Zyngier
- [PATCH v4 04/16] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow, Marc Zyngier
- [PATCH v4 15/16] KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification, Marc Zyngier
- [PATCH v4 14/16] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest, Marc Zyngier
- [PATCH v4 10/16] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation, Marc Zyngier
- [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support, Marc Zyngier
- [PATCH v4 11/16] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace, Marc Zyngier
- [PATCH v4 12/16] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace, Marc Zyngier
- [PATCH v4 16/16] KVM: arm64: PMU: Make kvm_pmc the main data structure, Marc Zyngier
- [PATCH for-next] KVM: Push dirty information unconditionally to backup bitmap, Gavin Shan
- [RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging,
Ricardo Koller
- [RFC PATCH 01/12] KVM: arm64: Relax WARN check in stage2_make_pte(), Ricardo Koller
- [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order, Ricardo Koller
- [RFC PATCH 03/12] KVM: arm64: Add stage2_create_removed(), Ricardo Koller
- [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split(), Ricardo Koller
- [RFC PATCH 05/12] arm64: Add a capability for FEAT_BBM level 2, Ricardo Koller
- [RFC PATCH 06/12] KVM: arm64: Split block PTEs without using break-before-make, Ricardo Koller
- [RFC PATCH 07/12] KVM: arm64: Refactor kvm_arch_commit_memory_region(), Ricardo Koller
- [RFC PATCH 08/12] KVM: arm64: Add kvm_uninit_stage2_mmu(), Ricardo Koller
- [RFC PATCH 09/12] KVM: arm64: Split huge pages when dirty logging is enabled, Ricardo Koller
- [RFC PATCH 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked(), Ricardo Koller
- [RFC PATCH 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG, Ricardo Koller
- [RFC PATCH 12/12] KVM: arm64: Use local TLBI on permission relaxation, Ricardo Koller
- Re: [RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging, Oliver Upton
- [PATCH 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64,
Oliver Upton
- [PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
- [RFC PATCH 0/3] KVM: arm64: Allow userspace to trap hypercall ranges,
Oliver Upton
- [RESEND PATCH] KVM: arm64: Move arch-specific headers out of include/kvm/, Oliver Upton
- [PATCH] KVM: arm64: Move arch-specific headers out of include/kvm/, Oliver Upton
- [PATCH v9 0/7] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
- [PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling,
Oliver Upton
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]