Linux KVM
[Prev Page][Next Page]
- [PATCH 2/4] KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce type, (continued)
- [PATCH] KVM: nVMX: Don't expose TSC scaling to L1 when on Hyper-V,
Anirudh Rayabharam
- [PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048,
Kyle Meyer
- [kvm:queue 5/184] arch/x86/kvm/svm/avic.c:913:6: warning: shift count >= width of type,
kernel test robot
- [PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Vitaly Kuznetsov
- [PATCH v7 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush',
Vitaly Kuznetsov
- [PATCH v7 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo,
Vitaly Kuznetsov
- [PATCH v7 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs,
Vitaly Kuznetsov
- [PATCH v7 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array,
Vitaly Kuznetsov
- [PATCH v7 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64',
Vitaly Kuznetsov
- [PATCH v7 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls,
Vitaly Kuznetsov
- [PATCH v7 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag,
Vitaly Kuznetsov
- [PATCH v7 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently,
Vitaly Kuznetsov
- [PATCH v7 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants,
Vitaly Kuznetsov
- [PATCH v7 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs',
Vitaly Kuznetsov
- [PATCH v7 35/39] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v7 36/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v7 37/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h,
Vitaly Kuznetsov
- [PATCH v7 26/39] KVM: selftests: Move the function doing Hyper-V hypercall to a common header,
Vitaly Kuznetsov
- [PATCH v7 38/39] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v7 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi(),
Vitaly Kuznetsov
- [PATCH v7 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v7 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks',
Vitaly Kuznetsov
- [PATCH v7 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use,
Vitaly Kuznetsov
- [PATCH v7 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id,
Vitaly Kuznetsov
- [PATCH v7 23/39] KVM: x86: Expose Hyper-V L2 TLB flush feature,
Vitaly Kuznetsov
- [PATCH v7 27/39] KVM: selftests: Hyper-V PV IPI selftest,
Vitaly Kuznetsov
- [PATCH v7 30/39] KVM: selftests: Export _vm_get_page_table_entry(),
Vitaly Kuznetsov
- [PATCH v7 29/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges,
Vitaly Kuznetsov
- [PATCH v7 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too,
Vitaly Kuznetsov
- [PATCH v7 17/39] KVM: x86: hyper-v: L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v7 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check,
Vitaly Kuznetsov
- [PATCH v7 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall(),
Vitaly Kuznetsov
- [PATCH v7 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook,
Vitaly Kuznetsov
- [PATCH v7 20/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv',
Vitaly Kuznetsov
- [PATCH v7 19/39] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition,
Vitaly Kuznetsov
- [PATCH v7 21/39] KVM: nVMX: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v7 25/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header,
Vitaly Kuznetsov
- [PATCH v7 24/39] KVM: selftests: Better XMM read/write helpers,
Vitaly Kuznetsov
- [PATCH v7 31/39] KVM: selftests: Hyper-V PV TLB flush selftest,
Vitaly Kuznetsov
- [PATCH v7 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page,
Vitaly Kuznetsov
- [PATCH v7 22/39] KVM: nSVM: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v7 32/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v7 34/39] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages,
Vitaly Kuznetsov
- Re: [PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Paolo Bonzini
- [kvm-unit-tests PATCH v5 0/1] s390x: add migration test for storage keys,
Nico Boehr
- [PATCH -fixes v2] riscv: Fix missing PAGE_PFN_MASK,
Alexandre Ghiti
- RE: [KVM] a5202946dc: kernel-selftests.kvm.make_fail,
Qiang, Chenyi
- Re: [PATCH 3/3] RISC-V: KVM: Add extensible CSR emulation framework,
Zhao Liu
- [no subject],
Zhao Liu
- Re: [syzbot] WARNING in handle_exception_nmi (2),
syzbot
- [PATCH] KVM: x86/mmu: Remove unused "type" of split_page_type(),
sunliming
- [GIT PULL] virtio,vdpa: fixes,
Michael S. Tsirkin
- [PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission,
Sean Christopherson
- [PATCH] KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting,
Sean Christopherson
- [PATCH] KVM: SVM: Fix a misplaced paranthesis in APICV inhibit mask generation,
Sean Christopherson
- [PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation,
Jue Wang
- [PATCH v5 1/8] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.,
Jue Wang
- [PATCH v5 2/8] KVM: x86: Fill apic_lvt_mask with enums / explicit entries.,
Jue Wang
- [PATCH v5 3/8] KVM: x86: Add APIC_LVTx() macro.,
Jue Wang
- [PATCH v5 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.,
Jue Wang
- [PATCH v5 5/8] KVM: x86: Use kcalloc to allocate the mce_banks array.,
Jue Wang
- [PATCH v5 6/8] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.,
Jue Wang
- [PATCH v5 7/8] KVM: x86: Enable CMCI capability by default and handle injected UCNA errors,
Jue Wang
- [PATCH v5 8/8] KVM: selftests: Add a self test for CMCI and UCNA emulations.,
Jue Wang
- Re: [PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation,
Paolo Bonzini
- Re: [PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation,
Xiaoyao Li
- [PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags,
Marc Zyngier
- [PATCH v2 02/19] KVM: arm64: Always start with clearing SME flag on load,
Marc Zyngier
- [PATCH v2 05/19] KVM: arm64: Add helpers to manipulate vcpu flags among a set,
Marc Zyngier
- [PATCH v2 08/19] KVM: arm64: Move vcpu PC/Exception flags to the input flag set,
Marc Zyngier
- [PATCH v2 01/19] KVM: arm64: Always start with clearing SVE flag on load,
Marc Zyngier
- [PATCH v2 06/19] KVM: arm64: Add three sets of flags to the vcpu state,
Marc Zyngier
- [PATCH v2 09/19] KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set,
Marc Zyngier
- [PATCH v2 07/19] KVM: arm64: Move vcpu configuration flags into their own set,
Marc Zyngier
- [PATCH v2 03/19] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code,
Marc Zyngier
- [PATCH v2 04/19] KVM: arm64: Move FP state ownership from flag to a tristate,
Marc Zyngier
- [PATCH v2 17/19] KVM: arm64: Reduce the size of the vcpu flag members,
Marc Zyngier
- [PATCH v2 16/19] KVM: arm64: Add build-time sanity checks for flags,
Marc Zyngier
- [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path,
Marc Zyngier
- [PATCH v2 18/19] KVM: arm64: Document why pause cannot be turned into a flag,
Marc Zyngier
- [PATCH v2 13/19] KVM: arm64: Kill unused vcpu flags field,
Marc Zyngier
- [PATCH v2 15/19] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together,
Marc Zyngier
- [PATCH v2 10/19] KVM: arm64: Move vcpu SVE/SME flags to the state flag set,
Marc Zyngier
- [PATCH v2 14/19] KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag,
Marc Zyngier
- [PATCH v2 12/19] KVM: arm64: Move vcpu WFIT flag to the state flag set,
Marc Zyngier
- [PATCH v2 11/19] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag to the state flag set,
Marc Zyngier
- Re: [PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags,
Marc Zyngier
- [RFC PATCH] KVM: x86/speculation/taa: Export TAA_NO to guest when host is not affected,
Pawan Gupta
- [PATCH 0/3] Improve instruction and CSR emulation in KVM RISC-V,
Anup Patel
- [GIT PULL] KVM/arm64 fixes for 5.19, take #1,
Marc Zyngier
- [PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle,
Grzegorz Jaszczyk
- [kvm-unit-tests PATCH 0/3] Fix up test failures induced by !enable_pmu,
Yang Weijiang
- [RFC 0/3] SCMI Vhost and Virtio backend implementation,
Neeraj Upadhyay
- [Bug 216098] New: Assertion Failure in kvm selftest mmu_role_test,
bugzilla-daemon
- [GIT PULL] KVM/riscv fixes for 5.19, take #1,
Anup Patel
- [PATCH] vdpa: make get_vq_group and set_group_asid optional,
Jason Wang
- [kvm-unit-tests PATCH 00/10] x86: nVMX: Add VMXON #UD test,
Sean Christopherson
- [kvm-unit-tests PATCH 01/10] x86: Use BIT() to define architectural bits,
Sean Christopherson
- [kvm-unit-tests PATCH 02/10] x86: Replace spaces with tables in processor.h,
Sean Christopherson
- [kvm-unit-tests PATCH 03/10] x86: Use "safe" terminology instead of "checking",
Sean Christopherson
- [kvm-unit-tests PATCH 04/10] x86: Use "safe" helpers to implement unsafe CRs accessors,
Sean Christopherson
- [kvm-unit-tests PATCH 05/10] x86: Provide result of RDMSR from "safe" variant,
Sean Christopherson
- [kvm-unit-tests PATCH 06/10] nVMX: Check the results of VMXON/VMXOFF in feature control test,
Sean Christopherson
- [kvm-unit-tests PATCH 07/10] nVMX: Check result of VMXON in INIT/SIPI tests,
Sean Christopherson
- [kvm-unit-tests PATCH 09/10] nVMX: Simplify test_vmxon() by returning directly on failure,
Sean Christopherson
- [kvm-unit-tests PATCH 08/10] nVMX: Wrap VMXON in ASM_TRY(), a.k.a. in exception fixup,
Sean Christopherson
- [kvm-unit-tests PATCH 10/10] nVMX: Add subtest to verify VMXON succeeds/#UDs on good/bad CR0/CR4,
Sean Christopherson
- [PATCH 0/5] KVM: x86: Quirk "MWAIT never faults" behavior,
Sean Christopherson
- [PATCH] vfio: de-extern-ify function prototypes,
Alex Williamson
- [PATCHv6] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant,
Anton Romanov
- [kvm-unit-tests PATCH v4 0/4] More skey instr. emulation test,
Janis Schoetterl-Glausch
- [GIT PULL] KVM fixes for Linux 5.19-rc2,
Paolo Bonzini
- [PATCH 1/2] vfio/type1: Simplify bus_type determination,
Robin Murphy
- [kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage,
Janis Schoetterl-Glausch
- [kvm-unit-tests PATCH v4 0/1] s390x: add migration test for storage keys,
Nico Boehr
- [RFC v2 00/15] vfio: Adopt iommufd,
Yi Liu
- [RFC v2 01/15] scripts/update-linux-headers: Add iommufd.h,
Yi Liu
- [RFC v2 02/15] linux-headers: Import latest vfio.h and iommufd.h,
Yi Liu
- [RFC v2 06/15] vfio/platform: Use vfio_[attach/detach]_device,
Yi Liu
- [RFC v2 04/15] vfio: Add base container,
Yi Liu
- [RFC v2 05/15] vfio/container: Introduce vfio_[attach/detach]_device,
Yi Liu
- [RFC v2 12/15] util/char_dev: Add open_cdev(),
Yi Liu
- [RFC v2 15/15] vfio/as: Allow the selection of a given iommu backend,
Yi Liu
- [RFC v2 07/15] vfio/ap: Use vfio_[attach/detach]_device,
Yi Liu
- [RFC v2 09/15] vfio/container-base: Introduce [attach/detach]_device container callbacks,
Yi Liu
- [RFC v2 10/15] vfio/container-base: Introduce VFIOContainer reset callback,
Yi Liu
- [RFC v2 14/15] vfio/iommufd: Add IOAS_COPY_DMA support,
Yi Liu
- [RFC v2 08/15] vfio/ccw: Use vfio_[attach/detach]_device,
Yi Liu
- [RFC v2 11/15] backends/iommufd: Introduce the iommufd object,
Yi Liu
- [RFC v2 13/15] vfio/iommufd: Implement the iommufd backend,
Yi Liu
- [kvm-unit-tests PATCH v3 0/2] s390x: Avoid gcc 12 warnings,
Janis Schoetterl-Glausch
- [PATCH 0/6] KVM: x86: vcpu->arch.pio* cleanups,
Paolo Bonzini
- [PATCH] vdpa: Use device_iommu_capable(),
Robin Murphy
- [PATCH] virtio: Directly use ida_alloc_range()/ida_free(),
Deming Wang
- [PATCH 1/1] KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs,
Yuan Yao
- [PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes,
Sean Christopherson
- [PATCH v5 08/15] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL ctrl bits across MSR write,
Sean Christopherson
- [PATCH v5 04/15] KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}(),
Sean Christopherson
- [PATCH v5 11/15] KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP,
Sean Christopherson
- [PATCH v5 01/15] KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits,
Sean Christopherson
- [PATCH v5 15/15] KVM: selftests: Verify VMX MSRs can be restored to KVM-supported values,
Sean Christopherson
- [PATCH v5 13/15] KVM: selftests: Add test to verify KVM's VMX MSRs quirk for controls,
Sean Christopherson
- [PATCH v5 14/15] KVM: selftests: Extend VMX MSRs test to cover CR4_FIXED1 (and its quirks),
Sean Christopherson
- [PATCH v5 12/15] KVM: nVMX: Extend VMX MSRs quirk to CR0/4 fixed1 bits,
Sean Christopherson
- [PATCH v5 06/15] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write,
Sean Christopherson
- [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value,
Sean Christopherson
- [PATCH v5 03/15] KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4,
Sean Christopherson
- [PATCH v5 10/15] KVM: nVMX: Add a quirk for KVM tweaks to VMX MSRs,
Sean Christopherson
- [PATCH v5 07/15] KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL,
Sean Christopherson
- [PATCH v5 09/15] KVM: nVMX: Drop nested_vmx_pmu_refresh(),
Sean Christopherson
- [PATCH v5 02/15] KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks,
Sean Christopherson
- [PATCH v2 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier,
Jason Gunthorpe
- [PATCH 0/3] KVM: VMX: Let userspace set IA32_FEAT_CTL at will,
Sean Christopherson
- [PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe,
Javier Martinez Canillas
- [PATCH AUTOSEL 5.4 32/34] s390/gmap: voluntarily schedule during key setting,
Sasha Levin
- [PATCH AUTOSEL 5.10 36/38] s390/gmap: voluntarily schedule during key setting,
Sasha Levin
- [PATCH AUTOSEL 5.15 48/51] s390/gmap: voluntarily schedule during key setting,
Sasha Levin
- [PATCH AUTOSEL 5.17 57/60] s390/gmap: voluntarily schedule during key setting,
Sasha Levin
- [PATCH AUTOSEL 5.18 65/68] s390/gmap: voluntarily schedule during key setting,
Sasha Levin
- [PATCH kvmtool 00/24] Virtio v1 support,
Jean-Philippe Brucker
- [PATCH kvmtool 02/24] virtio: Remove redundant test,
Jean-Philippe Brucker
- [PATCH kvmtool 01/24] virtio: Add NEEDS_RESET to the status mask,
Jean-Philippe Brucker
- [PATCH kvmtool 03/24] virtio/vsock: Remove redundant state tracking,
Jean-Philippe Brucker
- [PATCH kvmtool 04/24] virtio: Factor virtqueue initialization,
Jean-Philippe Brucker
- [PATCH kvmtool 05/24] virtio: Support modern virtqueue addresses,
Jean-Philippe Brucker
- [PATCH kvmtool 06/24] virtio: Add config access helpers,
Jean-Philippe Brucker
- [PATCH kvmtool 08/24] virtio/console: Remove unused callback,
Jean-Philippe Brucker
- [PATCH kvmtool 09/24] virtio: Remove set_guest_features() device op,
Jean-Philippe Brucker
- [PATCH kvmtool 07/24] virtio: Fix device-specific config endianness,
Jean-Philippe Brucker
- [PATCH kvmtool 11/24] virtio/net: Offload vnet header endianness conversion to tap,
Jean-Philippe Brucker
- [PATCH kvmtool 10/24] Add memcpy_fromiovec_safe,
Jean-Philippe Brucker
- [PATCH kvmtool 12/24] virtio/net: Prepare for modern virtio,
Jean-Philippe Brucker
- [PATCH kvmtool 13/24] virtio/net: Implement VIRTIO_F_ANY_LAYOUT feature,
Jean-Philippe Brucker
- [PATCH kvmtool 14/24] virtio/console: Add VIRTIO_F_ANY_LAYOUT feature,
Jean-Philippe Brucker
- [PATCH kvmtool 16/24] virtio/pci: Factor MSI route creation,
Jean-Philippe Brucker
- [PATCH kvmtool 18/24] virtio: Extract init_vq() for PCI and MMIO,
Jean-Philippe Brucker
- [PATCH kvmtool 15/24] virtio/blk: Implement VIRTIO_F_ANY_LAYOUT feature,
Jean-Philippe Brucker
- [PATCH kvmtool 17/24] virtio/pci: Delete MSI routes,
Jean-Philippe Brucker
- [PATCH kvmtool 20/24] virtio: Move PCI transport to pci-legacy,
Jean-Philippe Brucker
- [PATCH kvmtool 24/24] virtio/pci: Initialize all vectors to VIRTIO_MSI_NO_VECTOR,
Jean-Philippe Brucker
- [PATCH kvmtool 19/24] virtio/pci: Make doorbell offset dynamic,
Jean-Philippe Brucker
- [PATCH kvmtool 22/24] virtio: Move MMIO transport to mmio-legacy,
Jean-Philippe Brucker
- [PATCH kvmtool 21/24] virtio: Add support for modern virtio-pci,
Jean-Philippe Brucker
- [PATCH kvmtool 23/24] virtio: Add support for modern virtio-mmio,
Jean-Philippe Brucker
- Re: [PATCH kvmtool 00/24] Virtio v1 support,
Will Deacon
- Re: [PATCH kvmtool 00/24] Virtio v1 support,
Will Deacon
- [PATCH] KVM: x86: preserve interrupt shadow across SMM entries,
Maxim Levitsky
- [PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state,
Marc Zyngier
- [PATCH 1/1] KVM: MMU: Fix VM entry failure and OOPS for shdaow page table,
Yuan Yao
- [Bug 216091] New: KVM nested virtualization does not support VMX fields that should always be supported,
bugzilla-daemon
- [PATCH 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier,
Jason Gunthorpe
- [PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats,
Yosry Ahmed
- [PATCH v7 0/8] s390x/pci: zPCI interpretation support,
Matthew Rosato
- [PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution,
Matthew Rosato
- [PATCH v9 01/21] s390/sclp: detect the zPCI load/store interpretation facility,
Matthew Rosato
- [PATCH v9 02/21] s390/sclp: detect the AISII facility,
Matthew Rosato
- [PATCH v9 03/21] s390/sclp: detect the AENI facility,
Matthew Rosato
- [PATCH v9 04/21] s390/sclp: detect the AISI facility,
Matthew Rosato
- [PATCH v9 06/21] s390/airq: allow for airq structure that uses an input vector,
Matthew Rosato
- [PATCH v9 07/21] s390/pci: externalize the SIC operation controls and routine,
Matthew Rosato
- [PATCH v9 08/21] s390/pci: stash associated GISA designation,
Matthew Rosato
- [PATCH v9 05/21] s390/airq: pass more TPI info to airq handlers,
Matthew Rosato
- [PATCH v9 09/21] s390/pci: stash dtsm and maxstbl,
Matthew Rosato
- [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM,
Matthew Rosato
- [PATCH v9 11/21] KVM: s390: pci: add basic kvm_zdev structure,
Matthew Rosato
- [PATCH v9 12/21] KVM: s390: pci: do initial setup for AEN interpretation,
Matthew Rosato
- [PATCH v9 14/21] KVM: s390: mechanism to enable guest zPCI Interpretation,
Matthew Rosato
- [PATCH v9 15/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding,
Matthew Rosato
- [PATCH v9 16/21] KVM: s390: pci: add routines to start/stop interpretive execution,
Matthew Rosato
- [PATCH v9 13/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications,
Matthew Rosato
- [PATCH v9 18/21] vfio-pci/zdev: add function handle to clp base capability,
Matthew Rosato
- [PATCH v9 17/21] vfio-pci/zdev: add open/close device hooks,
Matthew Rosato
- [PATCH v9 19/21] vfio-pci/zdev: different maxstbl for interpreted devices,
Matthew Rosato
- [PATCH v9 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough,
Matthew Rosato
- [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices,
Matthew Rosato
- Re: [PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution,
Matthew Rosato
- Re: [PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution,
Matthew Rosato
- Re: [PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution,
Christian Borntraeger
- [PATCH] KVM: SVM: fix tsc scaling cache logic,
Maxim Levitsky
- [PATCH 0/7] KVM: x86: AVIC/APICv patch queue,
Maxim Levitsky
- [PATCH v2 0/4] kvm: x86/pmu: Introduce and test masked events,
Aaron Lewis
- [PATCH 0/2] Improve vfio-pci primary GPU assignment behavior,
Alex Williamson
- [PATCH 00/23] Update Documentation/ cross-references,
Mauro Carvalho Chehab
- ioregionfd with io_uring IORING_OP_URING_CMD,
Stefan Hajnoczi
- [PATCH v2] KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots(),
shaoqin . huang
- [PATCH vfio 0/2] Migration few enhancements,
Yishai Hadas
- [PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Vitaly Kuznetsov
- [PATCH v6 15/38] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook,
Vitaly Kuznetsov
- [PATCH v6 20/38] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv',
Vitaly Kuznetsov
- [PATCH v6 30/38] KVM: selftests: Export _vm_get_page_table_entry(),
Vitaly Kuznetsov
- [PATCH v6 24/38] KVM: selftests: Better XMM read/write helpers,
Vitaly Kuznetsov
- [PATCH v6 18/38] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check,
Vitaly Kuznetsov
- [PATCH v6 12/38] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks',
Vitaly Kuznetsov
- [PATCH v6 27/38] KVM: selftests: Hyper-V PV IPI selftest,
Vitaly Kuznetsov
- [PATCH v6 17/38] KVM: x86: hyper-v: L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v6 16/38] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall(),
Vitaly Kuznetsov
- [PATCH v6 14/38] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id,
Vitaly Kuznetsov
- [PATCH v6 37/38] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h,
Vitaly Kuznetsov
- [PATCH v6 38/38] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v6 28/38] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too,
Vitaly Kuznetsov
- [PATCH v6 34/38] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages,
Vitaly Kuznetsov
- [PATCH v6 25/38] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header,
Vitaly Kuznetsov
- [PATCH v6 04/38] KVM: x86: hyper-v: Add helper to read hypercall data for array,
Vitaly Kuznetsov
- [PATCH v6 11/38] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v6 33/38] KVM: selftests: nVMX: Allocate Hyper-V partition assist page,
Vitaly Kuznetsov
- [PATCH v6 08/38] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants,
Vitaly Kuznetsov
- [PATCH v6 22/38] KVM: nSVM: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v6 32/38] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently,
Vitaly Kuznetsov
- [PATCH v6 02/38] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag,
Vitaly Kuznetsov
- [PATCH v6 21/38] KVM: nVMX: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v6 26/38] KVM: selftests: Move the function doing Hyper-V hypercall to a common header,
Vitaly Kuznetsov
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]