Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU, (continued)
[PATCH v5 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks, Oliver Upton
[PATCH v5 10/14] KVM: arm64: Split init and set for table PTE, Oliver Upton
[PATCH v5 11/14] KVM: arm64: Make block->table PTE changes parallel-aware, Oliver Upton
[PATCH v5 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware, Oliver Upton
[PATCH v5 13/14] KVM: arm64: Make table->block changes parallel-aware, Oliver Upton
[PATCH v5 14/14] KVM: arm64: Handle stage-2 faults in parallel, Oliver Upton
Re: [PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling, Marc Zyngier
[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support,
Marc Zyngier
- [PATCH v3 05/14] KVM: arm64: PMU: Narrow the overflow checking when required, Marc Zyngier
- [PATCH v3 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value, Marc Zyngier
- [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode, Marc Zyngier
- [PATCH v3 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers, Marc Zyngier
- [PATCH v3 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow, Marc Zyngier
- [PATCH v3 03/14] KVM: arm64: PMU: Always advertise the CHAIN event, Marc Zyngier
- [PATCH v3 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide, Marc Zyngier
- [PATCH v3 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits, Marc Zyngier
- [PATCH v3 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF, Marc Zyngier
- [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace, Marc Zyngier
- [PATCH v3 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace, Marc Zyngier
- [PATCH v3 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation, Marc Zyngier
- [PATCH v3 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support, Marc Zyngier
- [PATCH v3 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest, Marc Zyngier
[PATCH v1 0/3] KVM: arm64: Support tracing virtual CPU ID,
Leo Yan
[PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
[PATCH v3 0/8] perf: Arm SPEv1.2 support,
Rob Herring
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check,
Usama Arif
[PATCH] arm64: paravirt: remove conduit check in has_pv_steal_clock,
Usama Arif
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled,
Peter Collingbourne
- [PATCH v5 1/8] mm: Do not enable PG_arch_2 for all 64-bit architectures, Peter Collingbourne
- [PATCH v5 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic, Peter Collingbourne
- [PATCH v5 2/8] arm64: mte: Fix/clarify the PG_mte_tagged semantics, Peter Collingbourne
- [PATCH v5 4/8] mm: Add PG_arch_3 page flag, Peter Collingbourne
- [PATCH v5 5/8] arm64: mte: Lock a page for MTE tag initialisation, Peter Collingbourne
- [PATCH v5 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled, Peter Collingbourne
- [PATCH v5 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled, Peter Collingbourne
- [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE, Peter Collingbourne
- Re: [PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled, Marc Zyngier
- Re: [PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled, Marc Zyngier
[PATCH v1 0/2] KVM fixes for exotic configurations,
Ryan Roberts
[PATCH] kvm/arm: Fix pvtime documentation,
Usama Arif
Re: [PATCH] KVM: arm64: Update comment of create_hyp_mappings,
Marc Zyngier
[PATCH v4 00/14] KVM: arm64: Parallel stage-2 fault handling,
Oliver Upton
- [PATCH v4 01/14] KVM: arm64: Combine visitor arguments into a context structure, Oliver Upton
- [PATCH v4 02/14] KVM: arm64: Stash observed pte value in visitor context, Oliver Upton
- [PATCH v4 03/14] KVM: arm64: Pass mm_ops through the visitor context, Oliver Upton
- [PATCH v4 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data, Oliver Upton
- [PATCH v4 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees, Oliver Upton
- [PATCH v4 06/14] KVM: arm64: Use an opaque type for pteps, Oliver Upton
- [PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make, Oliver Upton
- [PATCH v4 08/14] KVM: arm64: Protect stage-2 traversal with RCU, Oliver Upton
- [PATCH v4 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks, Oliver Upton
- [PATCH v4 10/14] KVM: arm64: Split init and set for table PTE, Oliver Upton
- [PATCH v4 11/14] KVM: arm64: Make block->table PTE changes parallel-aware, Oliver Upton
- [PATCH v4 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware, Oliver Upton
- [PATCH v4 13/14] KVM: arm64: Make table->block changes parallel-aware, Oliver Upton
- [PATCH v4 14/14] KVM: arm64: Handle stage-2 faults in parallel, Oliver Upton
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling,
Sean Christopherson
- [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization, Sean Christopherson
- [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup, Sean Christopherson
- [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup, Sean Christopherson
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit(), Sean Christopherson
- [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails, Sean Christopherson
- [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit, Sean Christopherson
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit, Sean Christopherson
- [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration, Sean Christopherson
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks, Sean Christopherson
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails, Sean Christopherson
- [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper, Sean Christopherson
- [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace, Sean Christopherson
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup), Sean Christopherson
- [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails, Sean Christopherson
- [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic, Sean Christopherson
- [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails, Sean Christopherson
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init(), Sean Christopherson
- [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init, Sean Christopherson
- [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions, Sean Christopherson
- [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init(), Sean Christopherson
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init(), Sean Christopherson
- [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init(), Sean Christopherson
- [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init, Sean Christopherson
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init(), Sean Christopherson
- [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init, Sean Christopherson
- [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init, Sean Christopherson
- [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init, Sean Christopherson
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks, Sean Christopherson
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook, Sean Christopherson
- [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code, Sean Christopherson
- [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name, Sean Christopherson
- [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around, Sean Christopherson
- [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks, Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules, Sean Christopherson
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code, Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU, Sean Christopherson
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section, Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling, Sean Christopherson
- [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit(), Sean Christopherson
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock, Sean Christopherson
- [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization, Sean Christopherson
- [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path, Sean Christopherson
- [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC, Sean Christopherson
- [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init(), Sean Christopherson
- Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling, Christian Borntraeger
- Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling, Isaku Yamahata
[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check,
Usama Arif
[PATCH 25/30] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool(), Christophe JAILLET
[GIT PULL] KVM/arm64 fixes for 6.1, take #3, Marc Zyngier
[PATCH 5.10 87/91] arm64/mm: Fix __enable_mmu() for new TGRAN range values, Greg Kroah-Hartman
Patch "arm64/mm: Fix __enable_mmu() for new TGRAN range values" has been added to the 5.10-stable tree, gregkh
[PATCH 5.10 0/2] arm64: backport two patches to 5.10-stable,
Zenghui Yu
[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
- [PATCH v7 1/9] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL, Gavin Shan
- [PATCH v7 2/9] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h, Gavin Shan
- [PATCH v7 3/9] KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them, Gavin Shan
- [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap, Gavin Shan
- [PATCH v7 5/9] KVM: arm64: Improve no-running-vcpu report for dirty ring, Gavin Shan
- [PATCH v7 6/9] KVM: arm64: Enable ring-based dirty memory tracking, Gavin Shan
- [PATCH v7 7/9] KVM: selftests: Use host page size to map ring buffer in dirty_log_test, Gavin Shan
- [PATCH v7 8/9] KVM: selftests: Clear dirty ring states between two modes in dirty_log_test, Gavin Shan
- [PATCH v7 9/9] KVM: selftests: Automate choosing dirty ring size in dirty_log_test, Gavin Shan
- Re: (subset) [PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking, Marc Zyngier
[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support,
Marc Zyngier
- <Possible follow-ups>
- [PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support, Marc Zyngier
- [PATCH v2 03/14] KVM: arm64: PMU: Always advertise the CHAIN event, Marc Zyngier
- [PATCH v2 05/14] KVM: arm64: PMU: Narrow the overflow checking when required, Marc Zyngier
- [PATCH v2 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers, Marc Zyngier
- [PATCH v2 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value, Marc Zyngier
- [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF, Marc Zyngier
- [PATCH v2 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits, Marc Zyngier
- [PATCH v2 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow, Marc Zyngier
- [PATCH v2 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode, Marc Zyngier
- [PATCH v2 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide, Marc Zyngier
- [PATCH v2 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest, Marc Zyngier
- [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace, Marc Zyngier
- [PATCH v2 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support, Marc Zyngier
- [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation, Marc Zyngier
- [PATCH v2 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace, Marc Zyngier
[PATCH 0/2] KVM: arm64: pKVM memory transitions cleanup,
Oliver Upton
[PATCH v3 00/15] KVM: arm64: Parallel stage-2 fault handling,
Oliver Upton
- [PATCH v3 01/15] KVM: arm64: Combine visitor arguments into a context structure, Oliver Upton
- [PATCH v3 02/15] KVM: arm64: Stash observed pte value in visitor context, Oliver Upton
- [PATCH v3 03/15] KVM: arm64: Pass mm_ops through the visitor context, Oliver Upton
- [PATCH v3 04/15] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data, Oliver Upton
- [PATCH v3 05/15] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees, Oliver Upton
- [PATCH v3 06/15] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make, Oliver Upton
- [PATCH v3 07/15] KVM: arm64: Use an opaque type for pteps, Oliver Upton
- [PATCH v3 08/15] KVM: arm64: Protect stage-2 traversal with RCU, Oliver Upton
- [PATCH v3 09/15] KVM: arm64: Free removed stage-2 tables in RCU callback, Oliver Upton
- [PATCH v3 10/15] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks, Oliver Upton
- [PATCH v3 11/15] KVM: arm64: Split init and set for table PTE, Oliver Upton
- [PATCH v3 12/15] KVM: arm64: Make block->table PTE changes parallel-aware, Oliver Upton
- [PATCH v3 13/15] KVM: arm64: Make leaf->leaf PTE changes parallel-aware, Oliver Upton
- [PATCH v3 14/15] KVM: arm64: Make table->block changes parallel-aware, Oliver Upton
- [PATCH v3 15/15] KVM: arm64: Handle stage-2 faults in parallel, Oliver Upton
- Re: [PATCH v3 00/15] KVM: arm64: Parallel stage-2 fault handling, Oliver Upton
[PATCH v1] KVM: arm64: Fix bad dereference on MTE-enabled systems.,
Ryan Roberts
[kvm-unit-tests PATCH] MAINTAINERS: new kvmarm mailing list,
Cornelia Huck
[PATCH] KVM: arm64: Use correct accessor to parse stage-1 PTEs,
Quentin Perret
[GIT PULL] KVM/arm64 fixes for 6.1, take #2,
Marc Zyngier
[PATCH 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor,
Marc Zyngier
- [PATCH 03/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set, Marc Zyngier
- [PATCH 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE, Marc Zyngier
- [PATCH 07/17] KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisor, Marc Zyngier
- [PATCH 04/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code, Marc Zyngier
- [PATCH 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context, Marc Zyngier
- [PATCH 05/17] arm64: Allow EL1 physical timer access when running VHE, Marc Zyngier
- [PATCH 06/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set, Marc Zyngier
- [PATCH 01/17] arm64: Turn kaslr_feature_override into a generic SW feature override, Marc Zyngier
- [PATCH 02/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate, Marc Zyngier
- [PATCH 15/17] KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set, Marc Zyngier
- [PATCH 16/17] arm64: Allow arm64_sw.hvhe on command line, Marc Zyngier
- [PATCH 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE, Marc Zyngier
- [PATCH 12/17] KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set, Marc Zyngier
- [PATCH 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration, Marc Zyngier
- [PATCH 14/17] KVM: arm64: Program the timer traps with VHE layout in hVHE mode, Marc Zyngier
- [PATCH 11/17] KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHE, Marc Zyngier
- [PATCH 10/17] KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is set, Marc Zyngier
[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes,
Gavin Shan
[PATCH v2 0/9] KVM: arm64: selftests: Test linked {break, watch}points,
Reiji Watanabe
- [PATCH v2 1/9] KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields, Reiji Watanabe
- [PATCH v2 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions, Reiji Watanabe
- [PATCH v2 3/9] KVM: arm64: selftests: Remove the hard-coded {b, w}pn#0 from debug-exceptions, Reiji Watanabe
- [PATCH v2 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions, Reiji Watanabe
- [PATCH v2 5/9] KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions, Reiji Watanabe
- [PATCH v2 6/9] KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1, Reiji Watanabe
- [PATCH v2 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint, Reiji Watanabe
- [PATCH v2 8/9] KVM: arm64: selftests: Add a test case for a linked watchpoint, Reiji Watanabe
- [PATCH v2 9/9] KVM: arm64: selftests: Test with every breakpoint/watchpoint, Reiji Watanabe
- Re: [PATCH v2 0/9] KVM: arm64: selftests: Test linked {break, watch}points, Marc Zyngier
[PATCH v2 0/7] perf: Arm SPEv1.2 support,
Rob Herring
[PATCH v2 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes,
Gavin Shan
[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v10 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function, Ricardo Koller
- [PATCH v10 01/14] KVM: selftests: Add a userfaultfd library, Ricardo Koller
- [PATCH v10 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete(), Ricardo Koller
- [PATCH v10 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros, Ricardo Koller
- [PATCH v10 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region, Ricardo Koller
- [PATCH v10 05/14] tools: Copy bitfield.h from the kernel sources, Ricardo Koller
- [PATCH v10 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type, Ricardo Koller
- [PATCH v10 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc(), Ricardo Koller
- [PATCH v10 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations, Ricardo Koller
- [PATCH v10 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test, Ricardo Koller
- [PATCH v10 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test, Ricardo Koller
- [PATCH v10 12/14] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test, Ricardo Koller
- [PATCH v10 13/14] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test, Ricardo Koller
- [PATCH v10 14/14] KVM: selftests: aarch64: Add mix of tests into page_fault_test, Ricardo Koller
- Re: [PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test, Sean Christopherson
- Re: [PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test, Marc Zyngier
[PATCH v3] KVM: arm64: nvhe: Fix build with profile optimization,
Denis Nikitin
[PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes,
Gavin Shan
[REPOST][URGENT] kvmarm mailing list migration,
Marc Zyngier
[GIT PULL] KVM/arm64 fixes for 6.1, take #1,
Marc Zyngier
[PATCH] KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test,
Gavin Shan
[PATCH] KVM: arm64: vgic: fix wrong loop condition in scan_its_table(),
Eric Ren
HP PA-RISC / IA64 hardware platform for Linux Debian, Gentoo, NetBSD, OpenBSD and HP-UX Unix, Jesse Dougherty
[PATCH] KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1,
Marc Zyngier
[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
[PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v9 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function, Ricardo Koller
- [PATCH v9 01/14] KVM: selftests: Add a userfaultfd library, Ricardo Koller
- [PATCH v9 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete(), Ricardo Koller
- [PATCH v9 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros, Ricardo Koller
- [PATCH v9 05/14] tools: Copy bitfield.h from the kernel sources, Ricardo Koller
- [PATCH v9 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region, Ricardo Koller
- [PATCH v9 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type, Ricardo Koller
- [PATCH v9 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc(), Ricardo Koller
- [PATCH v9 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test, Ricardo Koller
- [PATCH v9 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test, Ricardo Koller
- [PATCH v9 12/14] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test, Ricardo Koller
- [PATCH v9 13/14] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test, Ricardo Koller
- [PATCH v9 14/14] KVM: selftests: aarch64: Add mix of tests into page_fault_test, Ricardo Koller
- [PATCH v9 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations, Ricardo Koller
- Re: [PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test, Sean Christopherson
[PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation,
Zenghui Yu
[PATCH v3 0/2] KVM: arm64: Limit stage2_apply_range() batch size to largest block,
Oliver Upton
[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling,
Oliver Upton
- [PATCH v2 01/15] KVM: arm64: Combine visitor arguments into a context structure, Oliver Upton
- [PATCH v2 02/15] KVM: arm64: Stash observed pte value in visitor context, Oliver Upton
- [PATCH v2 03/15] KVM: arm64: Pass mm_ops through the visitor context, Oliver Upton
- [PATCH v2 04/15] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data, Oliver Upton
- [PATCH v2 05/15] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees, Oliver Upton
- [PATCH v2 06/15] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make, Oliver Upton
- [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps, Oliver Upton
- [PATCH v2 08/15] KVM: arm64: Protect stage-2 traversal with RCU, Oliver Upton
- [PATCH v2 09/15] KVM: arm64: Free removed stage-2 tables in RCU callback, Oliver Upton
- [PATCH v2 10/15] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks, Oliver Upton
- [PATCH v2 11/15] KVM: arm64: Split init and set for table PTE, Oliver Upton
- [PATCH v2 12/15] KVM: arm64: Make block->table PTE changes parallel-aware, Oliver Upton
- [PATCH v2 13/15] KVM: arm64: Make leaf->leaf PTE changes parallel-aware, Oliver Upton
- [PATCH v2 14/15] KVM: arm64: Make table->block changes parallel-aware, Oliver Upton
- [PATCH v2 15/15] KVM: arm64: Handle stage-2 faults in parallel, 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]