Linux KVM for ARM
[Prev Page][Next Page]
- [PATCH 10/17] KVM: selftests: aarch64: add preemption tests in vgic_irq, (continued)
- [PATCH 10/17] KVM: selftests: aarch64: add preemption tests in vgic_irq, Ricardo Koller
- [PATCH 11/17] KVM: selftests: aarch64: level-sensitive interrupts tests in vgic_irq, Ricardo Koller
- [PATCH 12/17] KVM: selftests: aarch64: add tests for LEVEL_INFO in vgic_irq, Ricardo Koller
- [PATCH 13/17] KVM: selftests: aarch64: add test_inject_fail to vgic_irq, Ricardo Koller
- [PATCH 14/17] KVM: selftests: add IRQ GSI routing library functions, Ricardo Koller
- [PATCH 16/17] KVM: selftests: aarch64: add ISPENDR write tests in vgic_irq, Ricardo Koller
- [PATCH 15/17] KVM: selftests: aarch64: add tests for IRQFD in vgic_irq, Ricardo Koller
- [PATCH 17/17] KVM: selftests: aarch64: add test for restoring active IRQs, Ricardo Koller
- Re: [PATCH 00/17] KVM: selftests: aarch64: Test userspace IRQ injection, Andrew Jones
- Re: [PATCH 00/17] KVM: selftests: aarch64: Test userspace IRQ injection, Marc Zyngier
- How to translate a VA in Guest to PA in Host?,
Chenxu Wang
- [PATCH] KVM: arm64: Fix host stage-2 finalization,
Quentin Perret
- [PATCH] arm64: kvm/hyp/nvhe: fix a non-kernel-doc comment,
Randy Dunlap
- [PATCH 0/5] KVM: Turn the vcpu array into an xarray,
Marc Zyngier
- [PATCH -next] KVM: arm64: change the return type of kvm_vcpu_preferred_target(),
YueHaibing
- [PATCH v5.5 00/30] KVM: Scalable memslots implementation,
Sean Christopherson
- [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data, Sean Christopherson
- [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long", Sean Christopherson
- [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long, Sean Christopherson
- [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller, Sean Christopherson
- [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param, Sean Christopherson
- [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data, Sean Christopherson
- [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired, Sean Christopherson
- [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region, Sean Christopherson
- [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem", Sean Christopherson
- [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates, Sean Christopherson
- [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region, Sean Christopherson
- [PATCH v5.5 12/30] KVM: x86: Use "new" memslot instead of userspace memory region, Sean Christopherson
- [PATCH v5.5 13/30] KVM: RISC-V: Use "new" memslot instead of userspace memory region, Sean Christopherson
- [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks, Sean Christopherson
- [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates, Sean Christopherson
- [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit, Sean Christopherson
- [PATCH v5.5 17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY, Sean Christopherson
- [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region(), Sean Christopherson
- [PATCH v5.5 19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed, Sean Christopherson
- [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array, Sean Christopherson
- [PATCH v5.5 21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots(), Sean Christopherson
- [PATCH v5.5 22/30] KVM: Move WARN on invalid memslot index to update_memslots(), Sean Christopherson
- [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array, Sean Christopherson
- [PATCH v5.5 25/30] KVM: s390: Introduce kvm_s390_get_gfn_end(), Sean Christopherson
- [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots, Sean Christopherson
- [PATCH v5.5 27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range(), Sean Christopherson
- [PATCH v5.5 28/30] KVM: Optimize overlapping memslots check, Sean Christopherson
- [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot, Sean Christopherson
- [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones, Sean Christopherson
- [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go, Sean Christopherson
- Re: [PATCH v5.5 00/30] KVM: Scalable memslots implementation, Maciej S. Szmigiero
- [RFC PATCH v2 00/28] KVM: arm64: Make CPU ID registers writable by userspace,
Reiji Watanabe
- [RFC PATCH v2 01/28] KVM: arm64: Add has_reset_once flag for vcpu, Reiji Watanabe
- [RFC PATCH v2 02/28] KVM: arm64: Save ID registers' sanitized value per vCPU, Reiji Watanabe
- [RFC PATCH v2 03/28] KVM: arm64: Introduce struct id_reg_info, Reiji Watanabe
- [RFC PATCH v2 04/28] KVM: arm64: Keep consistency of ID registers between vCPUs, Reiji Watanabe
- [RFC PATCH v2 05/28] KVM: arm64: Make ID_AA64PFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 06/28] KVM: arm64: Make ID_AA64PFR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 07/28] KVM: arm64: Make ID_AA64ISAR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 08/28] KVM: arm64: Make ID_AA64ISAR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 09/28] KVM: arm64: Make ID_AA64MMFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 10/28] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest, Reiji Watanabe
- [RFC PATCH v2 11/28] KVM: arm64: Make ID_AA64DFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 12/28] KVM: arm64: Make ID_DFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 13/28] KVM: arm64: Make ID_DFR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 14/28] KVM: arm64: Make ID_MMFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 15/28] KVM: arm64: Make MVFR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v2 16/28] KVM: arm64: Make ID registers without id_reg_info writable, Reiji Watanabe
- [RFC PATCH v2 17/28] KVM: arm64: Add consistency checking for frac fields of ID registers, Reiji Watanabe
- [RFC PATCH v2 18/28] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_WRITABLE capability, Reiji Watanabe
- [RFC PATCH v2 19/28] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE, Reiji Watanabe
- [RFC PATCH v2 20/28] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2, Reiji Watanabe
- [RFC PATCH v2 21/28] KVM: arm64: Introduce framework to trap disabled features, Reiji Watanabe
- [RFC PATCH v2 22/28] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1, Reiji Watanabe
- [RFC PATCH v2 23/28] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1, Reiji Watanabe
- [RFC PATCH v2 24/28] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1, Reiji Watanabe
- [RFC PATCH v2 25/28] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1, Reiji Watanabe
- [RFC PATCH v2 26/28] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1, Reiji Watanabe
- [RFC PATCH v2 27/28] KVM: arm64: Activate trapping of disabled CPU features for the guest, Reiji Watanabe
- [RFC PATCH v2 28/28] KVM: arm64: selftests: Introduce id_reg_test, Reiji Watanabe
- [PATCH v2 0/6] KVM: arm64: Emulate the OS lock,
Oliver Upton
- [RFC PATCH 0/8] KVM: arm64: Add support for hypercall services selection,
Raghavendra Rao Ananta
- [GIT PULL] KVM/arm64 updates for 5.16,
Marc Zyngier
- [PATCH 0/3] KVM: arm64: Fixes for the exposed debug architecture,
Oliver Upton
- [PATCH v2 0/5] KVM: arm64: Rework FPSIMD/SVE tracking,
Marc Zyngier
- [RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part),
Eric Auger
- [RFC v16 3/9] iommu/smmuv3: Allow s1 and s2 configs to coexist, Eric Auger
- [RFC v16 2/9] iommu: Introduce iommu_get_nesting, Eric Auger
- [RFC v16 4/9] iommu/smmuv3: Get prepared for nested stage support, Eric Auger
- [RFC v16 5/9] iommu/smmuv3: Implement attach/detach_pasid_table, Eric Auger
- [RFC v16 6/9] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs, Eric Auger
- [RFC v16 7/9] iommu/smmuv3: Implement cache_invalidate, Eric Auger
- [RFC v16 8/9] iommu/smmuv3: report additional recoverable faults, Eric Auger
- [RFC v16 9/9] iommu/smmuv3: Disallow nested mode in presence of HW MSI regions, Eric Auger
- Re: [RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part), Zhangfei Gao
- Re: [RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part), Sumit Gupta
[PATCH] KVM: arm64: Avoid shadowing a previous local,
Qian Cai
[PATCH] KVM: arm64: Remove unused TRNG_NO_ENTROPY,
Qian Cai
[PATCH AUTOSEL 5.14 01/18] KVM: arm64: Report corrupted refcount at EL2, Sasha Levin
[PATCH] arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c,
Mark Brown
[PATCH 0/4] KVM: arm64: Stop mapping current thread_info at EL2,
Marc Zyngier
[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support,
Hikaru Nishida
[PATCH v2 00/15] KVM: arm64: pkvm: Implement unshare hypercall,
Quentin Perret
- [PATCH v2 01/15] KVM: arm64: Check if running in VHE from kvm_host_owns_hyp_mappings(), Quentin Perret
- [PATCH v2 02/15] KVM: arm64: Provide {get, put}_page() stubs for early hyp allocator, Quentin Perret
- [PATCH v2 03/15] KVM: arm64: Refcount hyp stage-1 pgtable pages, Quentin Perret
- [PATCH v2 04/15] KVM: arm64: Fixup hyp stage-1 refcount, Quentin Perret
- [PATCH v2 05/15] KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table, Quentin Perret
- [PATCH v2 06/15] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2, Quentin Perret
- [PATCH v2 07/15] KVM: arm64: Introduce kvm_share_hyp(), Quentin Perret
- [PATCH v2 08/15] KVM: arm64: pkvm: Refcount the pages shared with EL2, Quentin Perret
- [PATCH v2 09/15] KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages, Quentin Perret
- [PATCH v2 10/15] KVM: arm64: Introduce wrappers for host and hyp spin lock accessors, Quentin Perret
- [PATCH v2 11/15] KVM: arm64: Implement do_share() helper for sharing memory, Quentin Perret
- [PATCH v2 12/15] KVM: arm64: Implement __pkvm_host_share_hyp() using do_share(), Quentin Perret
- [PATCH v2 13/15] KVM: arm64: Implement do_unshare() helper for unsharing memory, Quentin Perret
- [PATCH v2 14/15] KVM: arm64: Expose unshare hypercall to the host, Quentin Perret
- [PATCH v2 15/15] KVM: arm64: pkvm: Unshare guest structs during teardown, Quentin Perret
[PATCH v2 0/5] KVM: arm64: Reorganise vcpu first run,
Marc Zyngier
Problems about Stage-2 translation,
Chenxu Wang
[RFC PATCH 0/7] arm64: mm: Prototype to allow drivers to request PBHA values,
James Morse
[PATCH 0/5] KVM: arm64: Reorganise vcpu first run,
Marc Zyngier
[GIT PULL] KVM/arm64 fixes for 5.15, take #2,
Marc Zyngier
[PATCH 00/16] KVM: arm64: Implement unshare hypercall for pkvm,
Quentin Perret
- [PATCH 01/16] KVM: arm64: Introduce do_share() helper for memory sharing between components, Quentin Perret
- [PATCH 02/16] KVM: arm64: Implement __pkvm_host_share_hyp() using do_share(), Quentin Perret
- [PATCH 03/16] KVM: arm64: Avoid remapping the SVE state in the hyp stage-1, Quentin Perret
- [PATCH 04/16] KVM: arm64: Introduce kvm_share_hyp(), Quentin Perret
- [PATCH 05/16] KVM: arm64: Accept page ranges in pkvm share hypercall, Quentin Perret
- [PATCH 06/16] KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator, Quentin Perret
- [PATCH 07/16] KVM: arm64: Refcount hyp stage-1 pgtable pages, Quentin Perret
- [PATCH 08/16] KVM: arm64: Fixup hyp stage-1 refcount, Quentin Perret
- [PATCH 09/16] KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table, Quentin Perret
- [PATCH 10/16] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2, Quentin Perret
- [PATCH 11/16] KVM: arm64: Back hyp_vmemmap for all of memory, Quentin Perret
- [PATCH 12/16] KVM: arm64: Move hyp refcount helpers to header files, Quentin Perret
- [PATCH 13/16] KVM: arm64: Move double-sharing logic into hyp-specific function, Quentin Perret
- [PATCH 14/16] KVM: arm64: Refcount shared pages at EL2, Quentin Perret
- [PATCH 15/16] KVM: arm64: pkvm: Introduce an unshare hypercall, Quentin Perret
- [PATCH 16/16] KVM: arm64: pkvm: Unshare guest structs during teardown, Quentin Perret
[PATCH] KVM: arm64: Fix reporting of endianess when the access originates at EL0,
Marc Zyngier
[RFC PATCH 00/25] KVM: arm64: Make CPU ID registers writable by userspace,
Reiji Watanabe
[RFC PATCH 04/25] KVM: arm64: Introduce struct id_reg_info, Reiji Watanabe
[RFC PATCH 06/25] KVM: arm64: Make ID_AA64PFR0_EL1 writable, Reiji Watanabe
[RFC PATCH 05/25] KVM: arm64: Keep consistency of ID registers between vCPUs, Reiji Watanabe
[RFC PATCH 07/25] KVM: arm64: Make ID_AA64PFR1_EL1 writable, Reiji Watanabe
[RFC PATCH 08/25] KVM: arm64: Make ID_AA64ISAR0_EL1 writable, Reiji Watanabe
[RFC PATCH 09/25] KVM: arm64: Make ID_AA64ISAR1_EL1 writable, Reiji Watanabe
[RFC PATCH 10/25] KVM: arm64: Make ID_AA64DFR0_EL1 writable, Reiji Watanabe
[RFC PATCH 11/25] KVM: arm64: Make ID_DFR0_EL1 writable, Reiji Watanabe
[RFC PATCH 12/25] KVM: arm64: Make MVFR1_EL1 writable, Reiji Watanabe
[RFC PATCH 13/25] KVM: arm64: Make ID registers without id_reg_info writable, Reiji Watanabe
[RFC PATCH 14/25] KVM: arm64: Add consistency checking for frac fields of ID registers, Reiji Watanabe
[RFC PATCH 15/25] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_WRITABLE capability, Reiji Watanabe
[RFC PATCH 16/25] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE, Reiji Watanabe
[RFC PATCH 17/25] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2, Reiji Watanabe
[RFC PATCH 18/25] KVM: arm64: Introduce framework to trap disabled features, Reiji Watanabe
[RFC PATCH 19/25] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1, Reiji Watanabe
[RFC PATCH 20/25] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1, Reiji Watanabe
[RFC PATCH 21/25] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1, Reiji Watanabe
[RFC PATCH 22/25] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1, Reiji Watanabe
[RFC PATCH 23/25] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1, Reiji Watanabe
[RFC PATCH 24/25] KVM: arm64: Activate trapping of disabled CPU features for the guest, Reiji Watanabe
[RFC PATCH 25/25] KVM: arm64: selftests: Introduce id_reg_test, Reiji Watanabe
[PATCH] Documentation: admin-guide: Document side effects when pKVM is enabled,
Alexandru Elisei
[PATCH v2 0/3] KVM: arm64: Minor improvements to RAZ register handling,
Alexandru Elisei
Special KVM Development Project @ Riscure, Zaheer Syed
[PATCH v2 0/5] KVM: arm64: Assorted vgic-v3 fixes,
Marc Zyngier
[PATCH v8 00/11] KVM: arm64: Fixed features for protected VMs,
Fuad Tabba
- [PATCH v8 01/11] KVM: arm64: Move __get_fault_info() and co into their own include file, Fuad Tabba
- [PATCH v8 02/11] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c, Fuad Tabba
- [PATCH v8 03/11] KVM: arm64: Move early handlers to per-EC handlers, Fuad Tabba
- [PATCH v8 04/11] KVM: arm64: Pass struct kvm to per-EC handlers, Fuad Tabba
- [PATCH v8 05/11] KVM: arm64: Add missing field descriptor for MDCR_EL2, Fuad Tabba
- [PATCH v8 06/11] KVM: arm64: Simplify masking out MTE in feature id reg, Fuad Tabba
- [PATCH v8 07/11] KVM: arm64: Add handlers for protected VM System Registers, Fuad Tabba
- [PATCH v8 08/11] KVM: arm64: Initialize trap registers for protected VMs, Fuad Tabba
- [PATCH v8 09/11] KVM: arm64: Move sanitized copies of CPU features, Fuad Tabba
- [PATCH v8 10/11] KVM: arm64: Trap access to pVM restricted features, Fuad Tabba
- [PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits, Fuad Tabba
- Re: [PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits, Marc Zyngier
- [PATCH v9 00/22] KVM: arm64: Fixed features for protected VMs, Marc Zyngier
- [PATCH v9 12/22] KVM: arm64: Fix early exit ptrauth handling, Marc Zyngier
- [PATCH v9 15/22] KVM: arm64: pkvm: Drop AArch32-specific registers, Marc Zyngier
- [PATCH v9 16/22] KVM: arm64: pkvm: Drop sysregs that should never be routed to the host, Marc Zyngier
- [PATCH v9 17/22] KVM: arm64: pkvm: Handle GICv3 traps as required, Marc Zyngier
- [PATCH v9 18/22] KVM: arm64: pkvm: Preserve pending SError on exit from AArch32, Marc Zyngier
- [PATCH v9 14/22] KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WI, Marc Zyngier
- [PATCH v9 20/22] KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around, Marc Zyngier
- [PATCH v9 19/22] KVM: arm64: pkvm: Consolidate include files, Marc Zyngier
- [PATCH v9 13/22] KVM: arm64: pkvm: Use a single function to expose all id-regs, Marc Zyngier
- [PATCH v9 22/22] KVM: arm64: pkvm: Give priority to standard traps over pvm handling, Marc Zyngier
- [PATCH v9 21/22] KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array(), Marc Zyngier
- Re: [PATCH v9 00/22] KVM: arm64: Fixed features for protected VMs, Fuad Tabba
- Re: [PATCH v9 00/22] KVM: arm64: Fixed features for protected VMs, Marc Zyngier
- Re: [PATCH v8 00/11] KVM: arm64: Fixed features for protected VMs, Marc Zyngier
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul,
Sean Christopherson
- [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest, Sean Christopherson
- [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell, Sean Christopherson
- [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU, Sean Christopherson
- [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object, Sean Christopherson
- [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted, Sean Christopherson
- [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper, Sean Christopherson
- [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats, Sean Christopherson
- [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook, Sean Christopherson
- [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish(), Sean Christopherson
- [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook, Sean Christopherson
- [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful, Sean Christopherson
- [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt(), Sean Christopherson
- [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt(), Sean Christopherson
- [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt(), Sean Christopherson
- [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking, Sean Christopherson
- [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline, Sean Christopherson
- [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs, Sean Christopherson
- [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states, Sean Christopherson
- [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU, Sean Christopherson
- [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled, Sean Christopherson
- [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs, Sean Christopherson
- [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions, Sean Christopherson
- [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers, Sean Christopherson
- [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking, Sean Christopherson
- [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block, Sean Christopherson
- [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration, Sean Christopherson
- [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop, Sean Christopherson
- [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV, Sean Christopherson
- [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load, Sean Christopherson
- [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field, Sean Christopherson
- [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx, Sean Christopherson
- [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86, Sean Christopherson
- [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers, Sean Christopherson
- [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks, Sean Christopherson
- [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode, Sean Christopherson
- [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs, Sean Christopherson
- [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv), Sean Christopherson
- [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks, Sean Christopherson
- [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails", Sean Christopherson
- [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU, Sean Christopherson
- [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ, Sean Christopherson
- [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper, Sean Christopherson
- [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup, Sean Christopherson
- Re: [PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul, Paolo Bonzini
- Re: [PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul, Christian Borntraeger
[kvm-unit-tests PATCH v2] arm64: Add mmio_addr arg to arm/micro-bench,
Ricardo Koller
[PATCH v7 00/11] KVM: arm64: Fixed features for protected VMs,
Fuad Tabba
- [PATCH v7 01/11] KVM: arm64: Move __get_fault_info() and co into their own include file, Fuad Tabba
- [PATCH v7 02/11] KVM: arm64: Don't include switch.h into nvhe/kvm-main.c, Fuad Tabba
- [PATCH v7 03/11] KVM: arm64: Move early handlers to per-EC handlers, Fuad Tabba
- [PATCH v7 04/11] KVM: arm64: Pass struct kvm to per-EC handlers, Fuad Tabba
- [PATCH v7 05/11] KVM: arm64: Add missing field descriptor for MDCR_EL2, Fuad Tabba
- [PATCH v7 06/11] KVM: arm64: Simplify masking out MTE in feature id reg, Fuad Tabba
- [PATCH v7 07/11] KVM: arm64: Add handlers for protected VM System Registers, Fuad Tabba
- [PATCH v7 08/11] KVM: arm64: Initialize trap registers for protected VMs, Fuad Tabba
- [PATCH v7 09/11] KVM: arm64: Move sanitized copies of CPU features, Fuad Tabba
- [PATCH v7 10/11] KVM: arm64: Trap access to pVM restricted features, Fuad Tabba
- [PATCH v7 11/11] KVM: arm64: Handle protected guests at 32 bits, Fuad Tabba
[PATCH v3 0/6] KVM: arm64: Restrict host hypercalls when pKVM is enabled,
Will Deacon
[PATCH v8 00/15] KVM: arm64: selftests: Introduce arch_timer selftest,
Raghavendra Rao Ananta
- [PATCH v8 01/15] KVM: arm64: selftests: Add MMIO readl/writel support, Raghavendra Rao Ananta
- [PATCH v8 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h, Raghavendra Rao Ananta
- [PATCH v8 02/15] tools: arm64: Import sysreg.h, Raghavendra Rao Ananta
- [PATCH v8 05/15] KVM: arm64: selftests: Add support for cpu_relax, Raghavendra Rao Ananta
- [PATCH v8 04/15] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG, Raghavendra Rao Ananta
- [PATCH v8 07/15] KVM: arm64: selftests: Add basic support to generate delays, Raghavendra Rao Ananta
- [PATCH v8 06/15] KVM: arm64: selftests: Add basic support for arch_timers, Raghavendra Rao Ananta
- [PATCH v8 08/15] KVM: arm64: selftests: Add support to disable and enable local IRQs, Raghavendra Rao Ananta
- [PATCH v8 09/15] KVM: arm64: selftests: Maintain consistency for vcpuid type, Raghavendra Rao Ananta
- [PATCH v8 10/15] KVM: arm64: selftests: Add guest support to get the vcpuid, Raghavendra Rao Ananta
- [PATCH v8 11/15] KVM: arm64: selftests: Add light-weight spinlock support, Raghavendra Rao Ananta
- [PATCH v8 12/15] KVM: arm64: selftests: Add basic GICv3 support, Raghavendra Rao Ananta
- [PATCH v8 13/15] KVM: arm64: selftests: Add host support for vGIC, Raghavendra Rao Ananta
- [PATCH v8 14/15] KVM: arm64: selftests: Add arch_timer test, Raghavendra Rao Ananta
- [PATCH v8 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration, Raghavendra Rao Ananta
- Re: [PATCH v8 00/15] KVM: arm64: selftests: Introduce arch_timer selftest, Marc Zyngier
[kvm-unit-tests PATCH] arm64: Add mmio_addr arg to arm/micro-bench,
Ricardo Koller
[PATCH AUTOSEL 5.14 16/40] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule, Sasha Levin
[PATCH] KVM: arm64: Release mmap_lock when using VM_SHARED with MTE,
Quentin Perret
[kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...),
Janis Schoetterl-Glausch
[PATCH v2 0/5] KVM: arm64: Restrict host hypercalls when pKVM is enabled,
Will Deacon
[PATCH v4 00/11] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size,
Ricardo Koller
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]