Linux KVM
[Prev Page][Next Page]
- [PATCH 0/2] KVM: arm64: Address soft lockups due to I-cache CMOs,
Oliver Upton
- [ANNOUNCE] PUCK Agenda - 2023.09.20 - No Topic (Office Hours),
Sean Christopherson
- [PATCH v1 0/4] Get writable masks for feature ID from userspace,
Jing Zhang
- [PATCH] KVM: X86: Use octal for file permission,
Hao Peng
- [PATCH v4 00/13] KVM: xen: update shared_info and vcpu_info handling,
Paul Durrant
- [PATCH v4 01/13] KVM: pfncache: add a map helper function,
Paul Durrant
- [PATCH v4 04/13] KVM: pfncache: base offset check on khva rather than gpa,
Paul Durrant
- [PATCH v4 02/13] KVM: pfncache: add a mark-dirty helper,
Paul Durrant
- [PATCH v4 08/13] KVM: xen: prevent vcpu_id from changing whilst shared_info is valid,
Paul Durrant
- [PATCH v4 05/13] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA,
Paul Durrant
- [PATCH v4 09/13] KVM: xen: automatically use the vcpu_info embedded in shared_info,
Paul Durrant
- [PATCH v4 06/13] KVM: xen: allow shared_info to be mapped by fixed HVA,
Paul Durrant
- [PATCH v4 03/13] KVM: pfncache: add a helper to get the gpa,
Paul Durrant
- [PATCH v4 07/13] KVM: xen: prepare for using 'default' vcpu_info,
Paul Durrant
- [PATCH v4 12/13] KVM: selftests / xen: don't explicitly set the vcpu_info address,
Paul Durrant
- [PATCH v4 10/13] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID,
Paul Durrant
- [PATCH v4 13/13] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability,
Paul Durrant
- [PATCH v4 11/13] KVM: selftests / xen: map shared_info using HVA rather than GFN,
Paul Durrant
- [PATCH 0/6] iommufd support allocating nested parent domain,
Yi Liu
- [PATCH 0/7] KVM RISC-V Conditional Operations,
Anup Patel
- [PATCH v3 0/3] vfio: use __aligned_u64 for ioctl structs,
Stefan Hajnoczi
- [PATCH 0/4] KVM RISC-V fixes for ONE_REG interface,
Anup Patel
- KVM nonblocking MMU notifier with KVM_GUEST_USES_PFN looks racy [but is currently unused],
Jann Horn
- [PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize(),
Philippe Mathieu-Daudé
- [PATCH 01/22] target/i386: Only realize existing APIC device,
Philippe Mathieu-Daudé
- [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize(),
Philippe Mathieu-Daudé
- [PATCH 19/22] target/s390x: Have s390_realize_cpu_model() return a boolean,
Philippe Mathieu-Daudé
- [PATCH 14/22] target/sparc: Init CPU environment *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [PATCH 13/22] target/xtensa: Create IRQs *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [PATCH 10/22] target/hppa: Create timer *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [RFC PATCH 04/22] exec/cpu: Never call cpu_reset() before cpu_realize(),
Philippe Mathieu-Daudé
- [PATCH 16/22] target/arm: Extract verify_accel_features() from cpu_realize(),
Philippe Mathieu-Daudé
- [PATCH 12/22] target/mips: Create clock *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [PATCH 20/22] target/s390x: Use s390_realize_cpu_model() as verify_accel_features(),
Philippe Mathieu-Daudé
- [PATCH 11/22] target/nios2: Create IRQs *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [PATCH 22/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize(),
Philippe Mathieu-Daudé
- [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function,
Philippe Mathieu-Daudé
- [PATCH 09/22] target/arm: Create timers *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [PATCH 21/22] exec/cpu: Have cpu_exec_realize() return a boolean,
Philippe Mathieu-Daudé
- [PATCH 18/22] target/s390x: Call s390_cpu_realize_sysemu from s390_realize_cpu_model,
Philippe Mathieu-Daudé
- [PATCH 15/22] exec/cpu: Introduce CPUClass::verify_accel_features(),
Philippe Mathieu-Daudé
- [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize(),
Philippe Mathieu-Daudé
- [PATCH 08/22] exec/cpu: RFC Destroy vCPU address spaces in cpu_common_unrealize(),
Philippe Mathieu-Daudé
- [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize(),
Philippe Mathieu-Daudé
- [PATCH 17/22] target/i386: Extract verify_accel_features() from cpu_realize(),
Philippe Mathieu-Daudé
- [PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property,
Philippe Mathieu-Daudé
- [PATCH v3 00/13] KVM: xen: update shared_info and vcpu_info handling,
Paul Durrant
- [PATCH v3 13/13] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability,
Paul Durrant
- [PATCH v3 07/13] KVM: xen: prepare for using 'default' vcpu_info,
Paul Durrant
- [PATCH v3 08/13] KVM: xen: prevent vcpu_id from changing whilst shared_info is valid,
Paul Durrant
- [PATCH v3 11/13] KVM: selftests / xen: map shared_info using HVA rather than GFN,
Paul Durrant
- [PATCH v3 09/13] KVM: xen: automatically use the vcpu_info embedded in shared_info,
Paul Durrant
- [PATCH v3 01/13] KVM: pfncache: add a map helper function,
Paul Durrant
- [PATCH v3 05/13] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA,
Paul Durrant
- [PATCH v3 06/13] KVM: xen: allow shared_info to be mapped by fixed HVA,
Paul Durrant
- [PATCH v3 03/13] KVM: pfncache: add a helper to get the gpa,
Paul Durrant
- [PATCH v3 12/13] KVM: selftests / xen: don't explicitly set the vcpu_info address,
Paul Durrant
- [PATCH v3 02/13] KVM: pfncache: add a mark-dirty helper,
Paul Durrant
- [PATCH v3 04/13] KVM: pfncache: base offset check on khva rather than gpa,
Paul Durrant
- Re: [PATCH v3 00/13] KVM: xen: update shared_info and vcpu_info handling,
Sean Christopherson
- [PATCH v3 10/13] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID,
Paul Durrant
- [kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support,
Anup Patel
- [PATCH] vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent(),
Jinjie Ruan
- [PATCH v2 00/12] KVM: xen: update shared_info and vcpu_info handling,
Paul Durrant
- [PATCH v2 01/12] KVM: pfncache: add a map helper function,
Paul Durrant
- [PATCH v2 03/12] KVM: pfncache: add a helper to get the gpa,
Paul Durrant
- [PATCH v2 02/12] KVM: pfncache: add a mark-dirty helper,
Paul Durrant
- [PATCH v2 05/12] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA,
Paul Durrant
- [PATCH v2 04/12] KVM: pfncache: base offset check on khva rather than gpa,
Paul Durrant
- [PATCH v2 06/12] KVM: xen: allow shared_info to be mapped by fixed HVA,
Paul Durrant
- [PATCH v2 08/12] KVM: xen: automatically use the vcpu_info embedded in shared_info,
Paul Durrant
- [PATCH v2 09/12] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID,
Paul Durrant
- [PATCH v2 07/12] KVM: xen: prepare for using 'default' vcpu_info,
Paul Durrant
- [PATCH v2 11/12] KVM: selftests / xen: don't explicitly set the vcpu_info address,
Paul Durrant
- [PATCH v2 10/12] KVM: selftests / xen: map shared_info using HVA rather than GFN,
Paul Durrant
- [PATCH v2 12/12] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability,
Paul Durrant
- [RFC] KVM: x86: Allow userspace exit on HLT and MWAIT, else yield on MWAIT,
David Woodhouse
- A new manufacturer of pillows, mattresses and duvets,
Fabian Young
- [PATCH iwl-next v3 00/13] Add E800 live migration driver,
Yahui Cao
- [PATCH iwl-next v3 03/13] ice: Add function to get and set TX queue context,
Yahui Cao
- [PATCH iwl-next v3 02/13] ice: Add function to get RX queue context,
Yahui Cao
- [PATCH iwl-next v3 01/13] ice: Fix missing legacy 32byte RXDID in the supported bitmap,
Yahui Cao
- [PATCH iwl-next v3 09/13] ice: Save and restore RX Queue head,
Yahui Cao
- [PATCH iwl-next v3 06/13] ice: Log virtual channel messages in PF,
Yahui Cao
- [PATCH iwl-next v3 08/13] ice: Fix VSI id in virtual channel message for migration,
Yahui Cao
- [PATCH iwl-next v3 07/13] ice: Add device state save/restore function for migration,
Yahui Cao
- [PATCH iwl-next v3 05/13] ice: Add fundamental migration init and exit function,
Yahui Cao
- [PATCH iwl-next v3 13/13] vfio/ice: Implement vfio_pci driver for E800 devices,
Yahui Cao
- [PATCH iwl-next v3 04/13] ice: Introduce VF state ICE_VF_STATE_REPLAYING_VC for migration,
Yahui Cao
- [PATCH iwl-next v3 11/13] ice: Add device suspend function for migration,
Yahui Cao
- [PATCH iwl-next v3 10/13] ice: Save and restore TX Queue head,
Yahui Cao
- [PATCH iwl-next v3 12/13] ice: Save and restore mmio registers,
Yahui Cao
- Re: [PATCH iwl-next v3 00/13] Add E800 live migration driver,
Jason Gunthorpe
- [PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations,
Arseniy Krasnov
- [kvmtool] pci: Deregister KVM_PCI_CFG_AREA on pci__exit,
Tan En De
- [PATCH 0/3] KVM: x86/mmu: Drop async zapping of TDP MMU roots,
Sean Christopherson
- [PATCH 00/26] KVM: vfio: Hide KVM internals from others,
Sean Christopherson
- [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled,
Sean Christopherson
- [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code,
Sean Christopherson
- [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM,
Sean Christopherson
- [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO,
Sean Christopherson
- [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory,
Sean Christopherson
- [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h,
Sean Christopherson
- [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM,
Sean Christopherson
- [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path,
Sean Christopherson
- [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data,
Sean Christopherson
- [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h,
Sean Christopherson
- [PATCH 10/26] KVM: s390: Stop selecting and depending on HAVE_KVM,
Sean Christopherson
- [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code,
Sean Christopherson
- [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM,
Sean Christopherson
- [PATCH 18/26] KVM: s390: Stop adding virt/kvm to the arch include path,
Sean Christopherson
- [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig,
Sean Christopherson
- [PATCH 17/26] KVM: PPC: Stop adding virt/kvm to the arch include path,
Sean Christopherson
- [PATCH 09/26] KVM: arm64: Stop selecting and depending on HAVE_KVM,
Sean Christopherson
- [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information,
Sean Christopherson
- [PATCH 19/26] KVM: Standardize include paths across all architectures,
Sean Christopherson
- [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations,
Sean Christopherson
- [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large,
Sean Christopherson
- [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path,
Sean Christopherson
- [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h,
Sean Christopherson
- [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper,
Sean Christopherson
- [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work(),
Sean Christopherson
- [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup,
Sean Christopherson
- RE: [PATCH 00/26] KVM: vfio: Hide KVM internals from others,
Shameerali Kolothum Thodi
- [PATCH v2 0/3] SEV-ES TSC_AUX virtualization fix and optimization,
Tom Lendacky
- [PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG,
Philippe Mathieu-Daudé
- [PATCH 0/3] Use arch_make_folio_accessible() everywhere,
Matthew Wilcox (Oracle)
- [PATCH 2/2] RISC-V: KVM: Add Svadu Extension Support for Guest/VM,
Yong-Xuan Wang
- [PATCH v10 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper,
ankita
- [PATCH v21 00/29] Add KVM LoongArch support,
Tianrui Zhao
- [PATCH v21 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface,
Tianrui Zhao
- [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files,
Tianrui Zhao
- [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files,
Tianrui Zhao
- [PATCH v21 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers,
Tianrui Zhao
- [PATCH v21 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface,
Tianrui Zhao
- [PATCH v21 06/29] LoongArch: KVM: Implement vcpu create and destroy interface,
Tianrui Zhao
- [PATCH v21 04/29] LoongArch: KVM: Implement VM related functions,
Tianrui Zhao
- [PATCH v21 07/29] LoongArch: KVM: Implement vcpu run interface,
Tianrui Zhao
- [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface,
Tianrui Zhao
- [PATCH v21 08/29] LoongArch: KVM: Implement vcpu handle exit interface,
Tianrui Zhao
- [PATCH v21 11/29] LoongArch: KVM: Implement fpu related operations for vcpu,
Tianrui Zhao
- [PATCH v21 12/29] LoongArch: KVM: Implement vcpu interrupt operations,
Tianrui Zhao
- [PATCH v21 13/29] LoongArch: KVM: Implement misc vcpu related interfaces,
Tianrui Zhao
- [PATCH v21 18/29] LoongArch: KVM: Implement kvm mmu operations,
Tianrui Zhao
- [PATCH v21 29/29] LoongArch: KVM: Add maintainers for LoongArch KVM,
Tianrui Zhao
- [PATCH v21 28/29] LoongArch: KVM: Supplement kvm document about LoongArch-specific part,
Tianrui Zhao
- [PATCH v21 20/29] LoongArch: KVM: Implement handle iocsr exception,
Tianrui Zhao
- [PATCH v21 19/29] LoongArch: KVM: Implement handle csr exception,
Tianrui Zhao
- [PATCH v21 25/29] LoongArch: KVM: Implement kvm exception vector,
Tianrui Zhao
- [PATCH v21 21/29] LoongArch: KVM: Implement handle idle exception,
Tianrui Zhao
- [PATCH v21 23/29] LoongArch: KVM: Implement handle mmio exception,
Tianrui Zhao
- [PATCH v21 17/29] LoongArch: KVM: Implement vcpu timer operations,
Tianrui Zhao
- [PATCH v21 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations,
Tianrui Zhao
- [PATCH v21 24/29] LoongArch: KVM: Implement handle fpu exception,
Tianrui Zhao
- [PATCH v21 16/29] LoongArch: KVM: Implement virtual machine tlb operations,
Tianrui Zhao
- [PATCH v21 22/29] LoongArch: KVM: Implement handle gspr exception,
Tianrui Zhao
- [PATCH v21 26/29] LoongArch: KVM: Implement vcpu world switch,
Tianrui Zhao
- [PATCH v21 27/29] LoongArch: KVM: Enable kvm config and add the makefile,
Tianrui Zhao
- [PATCH v21 15/29] LoongArch: KVM: Implement vcpu status description,
Tianrui Zhao
- Re: [PATCH v21 00/29] Add KVM LoongArch support,
Huacai Chen
- linux-next: duplicate patch in the kvm-arm tree,
Stephen Rothwell
- [PATCH 0/2] SEV-ES TSC_AUX virtualization fix and optimization,
Tom Lendacky
- [PATCH vfio 0/3] pds/vfio: Fixes for locking bugs,
Brett Creeley
- [PATCH vfio] vfio/pci: remove msi domain on msi disable,
Shannon Nelson
- [GIT PULL] KVM/arm64 fixes for 6.6, take #1,
Marc Zyngier
- [PATCH v2] KVM: selftests: Remove obsolete and incorrect test case metadata,
Like Xu
- [PATCH v2] KVM:selftests: Add selftests for CET MSR access,
Yang Weijiang
- [PATCH v6 00/25] Enable CET Virtualization,
Yang Weijiang
- [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit,
Yang Weijiang
- [PATCH v6 21/25] KVM: VMX: Set up interception for CET MSRs,
Yang Weijiang
- [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size,
Yang Weijiang
- [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers,
Yang Weijiang
- [PATCH v6 13/25] KVM: x86: Initialize kvm_caps.supported_xss,
Yang Weijiang
- [PATCH v6 05/25] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features,
Yang Weijiang
- [PATCH v6 07/25] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures,
Yang Weijiang
- [PATCH v6 04/25] x86/fpu/xstate: Introduce kernel dynamic xfeature set,
Yang Weijiang
- [PATCH v6 11/25] KVM: x86: Report XSS as to-be-saved if there are supported features,
Yang Weijiang
- [PATCH v6 23/25] KVM: x86: Enable CET virtualization for VMX and advertise to userspace,
Yang Weijiang
- [PATCH v6 08/25] x86/fpu/xstate: WARN if normal fpstate contains kernel dynamic xfeatures,
Yang Weijiang
- [PATCH v6 17/25] KVM: VMX: Introduce CET VMCS fields and control bits,
Yang Weijiang
- [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest,
Yang Weijiang
- [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1,
Yang Weijiang
- [PATCH v6 16/25] KVM: x86: Report KVM supported CET MSRs as to-be-saved,
Yang Weijiang
- [PATCH v6 15/25] KVM: x86: Add fault checks for guest CR4.CET setting,
Yang Weijiang
- [PATCH v6 22/25] KVM: VMX: Set host constant supervisor states to VMCS fields,
Yang Weijiang
- [PATCH v6 20/25] KVM: x86: Save and reload SSP to/from SMRAM,
Yang Weijiang
- [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled",
Yang Weijiang
- [PATCH v6 14/25] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs,
Yang Weijiang
- [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation,
Yang Weijiang
- [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data,
Yang Weijiang
- [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs,
Yang Weijiang
- [PATCH v6 03/25] x86/fpu/xstate: Add CET supervisor mode state support,
Yang Weijiang
- [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS,
Yang Weijiang
- Re: [PATCH v6 00/25] Enable CET Virtualization,
Yang, Weijiang
- [PATCH 0/8] KVM: xen: update shared_info and vcpu_info handling,
Paul Durrant
- [PATCH v5 00/12] iommu: Prepare to deliver page faults to user space,
Lu Baolu
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]