Linux KVM
[Prev Page][Next Page]
- [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption,
Andrew Jones
- [PATCH] kvm: vmx: fix a trivial comment in vmx_vcpu_after_set_cpuid(),
Yi Wang
- [PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API,
Haibo Xu
- [PATCH v6 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf,
Haibo Xu
- [PATCH v6 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg,
Haibo Xu
- [PATCH v6 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config,
Haibo Xu
- [PATCH v6 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h,
Haibo Xu
- [PATCH v6 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test,
Haibo Xu
- [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code,
Haibo Xu
- [PATCH v6 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list,
Haibo Xu
- [PATCH v6 08/13] KVM: arm64: selftests: Move reject_set check logic to a function,
Haibo Xu
- [PATCH v6 05/13] KVM: arm64: selftests: Delete core_reg_fixup,
Haibo Xu
- [PATCH v6 10/13] KVM: selftests: Only do get/set tests on present blessed list,
Haibo Xu
- [PATCH v6 11/13] KVM: selftests: Add skip_set facility to get_reg_list test,
Haibo Xu
- [PATCH v6 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support,
Haibo Xu
- [PATCH v6 13/13] KVM: riscv: selftests: Add get-reg-list test,
Haibo Xu
- Re: [PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API,
Anup Patel
- [PATCH] docs: move powerpc under arch,
Costa Shulyupin
- [PATCH mm-unstable v7 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(),
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor},
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 13/31] x86: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 17/31] arm: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 18/31] arm64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 22/31] m68k: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 21/31] loongarch: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 23/31] mips: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 28/31] sparc64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers,
Vishal Moola (Oracle)
- Re: [PATCH mm-unstable v7 00/31] Split ptdesc from struct page,
Hugh Dickins
- [kvm-unit-tests PATCH 0/3] migration: fixes and multiple migration,
Nicholas Piggin
- [PATCH v8 0/4] cover-letter: Add IO page table replacement support,
Nicolin Chen
- [ANNOUNCE] PUCK Notes - 2023.07.19 - LPC and guest_memfd,
Sean Christopherson
- [kvm-unit-tests PATCH RFC] arch-run: Support multiple migrations,
Nicholas Piggin
- [PATCH v4 00/12] Add Intel VT-d nested translation,
Yi Liu
- [PATCH v4 01/12] iommufd: Add data structure for Intel VT-d stage-1 domain allocation,
Yi Liu
- [PATCH v4 02/12] iommu/vt-d: Extend dmar_domain to support nested domain,
Yi Liu
- [PATCH v4 03/12] iommu/vt-d: Add helper for nested domain allocation,
Yi Liu
- [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid nested translation,
Yi Liu
- [PATCH v4 05/12] iommu/vt-d: Make domain attach helpers to be extern,
Yi Liu
- [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device,
Yi Liu
- [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation,
Yi Liu
- [PATCH v4 08/12] iommu/vt-d: Make iotlb flush helpers to be extern,
Yi Liu
- [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Yi Liu
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Tian, Kevin
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Baolu Lu
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Liu, Yi L
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Tian, Kevin
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Liu, Yi L
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Tian, Kevin
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Liu, Yi L
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Tian, Kevin
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Tian, Kevin
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Jason Gunthorpe
- Re: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Nicolin Chen
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Tian, Kevin
- RE: [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Liu, Yi L
- [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query,
Yi Liu
- [PATCH v4 10/12] iommu/vt-d: Add nested domain allocation,
Yi Liu
- [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings,
Yi Liu
- [PATCH] KVM: x86/irq: Conditionally register IRQ bypass consumer again,
Like Xu
- [PATCH v3 00/17] iommufd: Add nesting infrastructure,
Yi Liu
- [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace,
Yi Liu
- [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation,
Yi Liu
- [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables,
Yi Liu
- [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc(),
Yi Liu
- [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data,
Yi Liu
- [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES,
Yi Liu
- [PATCH v3 10/17] iommufd/selftest: Add a helper to get test device,
Yi Liu
- [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- [PATCH v3 11/17] iommufd/selftest: Add IOMMU_TEST_OP_DEV_[ADD|DEL]_RESERVED to add/del reserved regions to selftest device,
Yi Liu
- [PATCH v3 12/17] iommufd/selftest: Add .get_resv_regions() for mock_dev,
Yi Liu
- [PATCH v3 02/17] iommu: Add nested domain support,
Yi Liu
- [PATCH v3 13/17] iommufd/selftest: Add coverage for IOMMU_RESV_IOVA_RANGES,
Yi Liu
- [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT,
Yi Liu
- [PATCH v3 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data,
Yi Liu
- [PATCH v3 14/17] iommufd/selftest: Add domain_alloc_user() support in iommu mock,
Yi Liu
- [PATCH v3 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl,
Yi Liu
- [PATCH v3 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op,
Yi Liu
- [PATCH v4 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
- [PATCH] Documentation: KVM: Add vPMU implementaion and gap document,
Xiong Zhang
- [PATCH v3 0/6] KVM: s390: interrupt: Fix stepping into interrupt handlers,
Ilya Leoshkevich
- [PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink,
Qi Zheng
- [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file,
Qi Zheng
- [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations,
Qi Zheng
- [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker,
Qi Zheng
- [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker,
Qi Zheng
- [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker,
Qi Zheng
- [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker,
Qi Zheng
- [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker,
Qi Zheng
- [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker,
Qi Zheng
- [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker,
Qi Zheng
- [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker,
Qi Zheng
- [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker,
Qi Zheng
- [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker,
Qi Zheng
- [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers,
Qi Zheng
- [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker,
Qi Zheng
- [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker,
Qi Zheng
- [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker,
Qi Zheng
- [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker,
Qi Zheng
- [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker,
Qi Zheng
- [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker,
Qi Zheng
- [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers,
Qi Zheng
- [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker,
Qi Zheng
- [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker,
Qi Zheng
- [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker,
Qi Zheng
- [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker,
Qi Zheng
- [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker,
Qi Zheng
- [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker,
Qi Zheng
- [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker,
Qi Zheng
- [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker,
Qi Zheng
- [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker,
Qi Zheng
- [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker,
Qi Zheng
- [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem,
Qi Zheng
- [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker,
Qi Zheng
- [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred},
Qi Zheng
- [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless,
Qi Zheng
- [PATCH v2 45/47] mm: shrinker: make memcg slab shrink lockless,
Qi Zheng
- [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker,
Qi Zheng
- [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker,
Qi Zheng
- [PATCH v2 41/47] mm: shrinker: remove old APIs,
Qi Zheng
- [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker,
Qi Zheng
- [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker,
Qi Zheng
- [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker,
Qi Zheng
- [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred,
Qi Zheng
- [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker,
Qi Zheng
- [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker,
Qi Zheng
- [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker,
Qi Zheng
- [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink,
Qi Zheng
- [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex,
Qi Zheng
- [kvm-unit-tests PATCH v2 0/2] arm64: Define name for the original RES1 bit but now functinal bit,
Shaoqin Huang
- [PATCH v2] KVM: x86/tsc: Use calculated tsc_offset before matching the fist vcpu's tsc,
Like Xu
- [PATCH v3 0/2] Prevent RESV_DIRECT devices from user assignment,
Lu Baolu
- [GIT PULL] (Non-x86) KVM fixes for Linux 6.5-rc3,
Paolo Bonzini
- [PATCH v4 0/2] accel/kvm: Specify default IPA size for arm64,
Akihiko Odaki
- [PATCH v3 0/2] accel/kvm: Specify default IPA size for arm64,
Akihiko Odaki
- [PATCH] kvm: Remove KVM_CREATE_IRQCHIP support assumption,
Andrew Jones
- [PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE,
Raghavendra Rao Ananta
- [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [PATCH v7 03/12] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL,
Raghavendra Rao Ananta
- [PATCH v7 04/12] KVM: Allow range-based TLB invalidation from common code,
Raghavendra Rao Ananta
- [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code,
Raghavendra Rao Ananta
- [PATCH v7 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range,
Raghavendra Rao Ananta
- [PATCH v7 10/12] KVM: arm64: Flush only the memslot after write-protect,
Raghavendra Rao Ananta
- [PATCH v7 09/12] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range(),
Raghavendra Rao Ananta
- [PATCH v7 11/12] KVM: arm64: Invalidate the table entries upon a range,
Raghavendra Rao Ananta
- [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap,
Raghavendra Rao Ananta
- [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- Re: [PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE,
Sean Christopherson
- [PATCH 0/5] KVM: x86/mmu: Don't synthesize triple fault on bad root,
Sean Christopherson
- [PATCH 0/2] KVM: VMX: Make VMREAD error trampoline noinstr friendly,
Sean Christopherson
- [PATCH] KVM: VMX: Drop manual TLB flush when migrating vmcs.APIC_ACCESS_ADDR,
Sean Christopherson
- [PATCH v2 0/9] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage,
Sean Christopherson
- [PATCH 0/2] KVM: x86: Acquire SRCU in fastpath handler,
Sean Christopherson
- [PATCH] KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS,
Sean Christopherson
- [PATCH] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Sean Christopherson
- [PATCH v4 00/19] x86/reboot: KVM: Clean up "emergency" virt code,
Sean Christopherson
- [PATCH v4 03/19] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback,
Sean Christopherson
- [PATCH v4 04/19] x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback,
Sean Christopherson
- [PATCH v4 06/19] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path,
Sean Christopherson
- [PATCH v4 05/19] x86/reboot: Assert that IRQs are disabled when turning off virtualization,
Sean Christopherson
- [PATCH v4 01/19] x86/reboot: VMCLEAR active VMCSes before emergency reboot,
Sean Christopherson
- [PATCH v4 02/19] x86/reboot: Harden virtualization hooks for emergency reboot,
Sean Christopherson
- [PATCH v4 07/19] x86/reboot: Disable virtualization during reboot iff callback is registered,
Sean Christopherson
- [PATCH v4 08/19] x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabled,
Sean Christopherson
- [PATCH v4 09/19] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX,
Sean Christopherson
- [PATCH v4 10/19] x86/virt: KVM: Move VMXOFF helpers into KVM VMX,
Sean Christopherson
- [PATCH v4 11/19] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON,
Sean Christopherson
- [PATCH v4 12/19] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm(),
Sean Christopherson
- [PATCH v4 14/19] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported(),
Sean Christopherson
- [PATCH v4 19/19] KVM: VMX: Skip VMCLEAR logic during emergency reboots if CR4.VMXE=0,
Sean Christopherson
- [PATCH v4 18/19] KVM: SVM: Use "standard" stgi() helper when disabling SVM,
Sean Christopherson
- [PATCH v4 15/19] KVM: VMX: Ensure CPU is stable when probing basic VMX support,
Sean Christopherson
- [PATCH v4 13/19] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported(),
Sean Christopherson
- [PATCH v4 17/19] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash,
Sean Christopherson
- [PATCH v4 16/19] x86/virt: KVM: Move "disable SVM" helper into KVM SVM,
Sean Christopherson
- Re: [PATCH v4 00/19] x86/reboot: KVM: Clean up "emergency" virt code,
Sean Christopherson
- [PATCH v2 0/6] KVM: s390: interrupt: Fix stepping into interrupt handlers,
Ilya Leoshkevich
- [PATCH v2] accel/kvm: Specify default IPA size for arm64,
Akihiko Odaki
- [PATCH v4 00/20] Enable CET Virtualization,
Yang Weijiang
- [PATCH v4 05/20] KVM:x86: Initialize kvm_caps.supported_xss,
Yang Weijiang
- [PATCH v4 01/20] x86/cpufeatures: Add CPU feature flags for shadow stacks,
Yang Weijiang
- [PATCH v4 07/20] KVM:x86: Add fault checks for guest CR4.CET setting,
Yang Weijiang
- [PATCH v4 02/20] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states,
Yang Weijiang
- [PATCH v4 08/20] KVM:x86: Report KVM supported CET MSRs as to-be-saved,
Yang Weijiang
- [PATCH v4 04/20] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS,
Yang Weijiang
- [PATCH v4 12/20] KVM:VMX: Introduce CET VMCS fields and control bits,
Yang Weijiang
- [PATCH v4 16/20] KVM:x86: Optimize CET supervisor SSP save/reload,
Yang Weijiang
- [PATCH v4 20/20] KVM:nVMX: Enable CET support for nested VM,
Yang Weijiang
- [PATCH v4 15/20] KVM:VMX: Save host MSR_IA32_S_CET to VMCS field,
Yang Weijiang
- [PATCH v4 17/20] KVM:x86: Enable CET virtualization for VMX and advertise to userspace,
Yang Weijiang
- [PATCH v4 11/20] KVM:x86: Save and reload GUEST_SSP to/from SMRAM,
Yang Weijiang
- [PATCH v4 09/20] KVM:x86: Add common code of CET MSR access,
Yang Weijiang
- [PATCH v4 14/20] KVM:VMX: Set up interception for CET MSRs,
Yang Weijiang
- [PATCH v4 18/20] KVM:x86: Enable guest CET supervisor xstate bit support,
Yang Weijiang
- [PATCH v4 06/20] KVM:x86: Load guest FPU state when access XSAVE-managed MSRs,
Yang Weijiang
- [PATCH v4 03/20] KVM:x86: Report XSS as to-be-saved if there are supported features,
Yang Weijiang
- [PATCH v4 19/20] KVM:nVMX: Refine error code injection to nested VM,
Yang Weijiang
- [PATCH v4 13/20] KVM:VMX: Emulate read and write to CET MSRs,
Yang Weijiang
- [PATCH v4 10/20] KVM:x86: Make guest supervisor states as non-XSAVE managed,
Yang Weijiang
- [RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement),
isaku . yamahata
- [RFC PATCH v4 02/10] KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS,
isaku . yamahata
- [RFC PATCH v4 09/10] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP,
isaku . yamahata
- [RFC PATCH v4 05/10] KVM: Add new members to struct kvm_gfn_range to operate on,
isaku . yamahata
- [RFC PATCH v4 04/10] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private,
isaku . yamahata
- [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory,
isaku . yamahata
- [RFC PATCH v4 03/10] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault,
isaku . yamahata
- [RFC PATCH v4 01/10] KVM: x86: Add is_vm_type_supported callback,
isaku . yamahata
- [RFC PATCH v4 08/10] KVM: x86: Add gmem hook for invalidating private memory,
isaku . yamahata
- [RFC PATCH v4 06/10] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use,
isaku . yamahata
- [RFC PATCH v4 10/10] KVM: X86: KVM_MEM_ENC_OP check if unused field (flags, error) is zero,
isaku . yamahata
- [PATCH net-next v3 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations,
Arseniy Krasnov
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]