Linux KVM
[Prev Page][Next Page]
- [PATCH] KVM: x86: PIT: Preserve state of speaker port data bit,
Paul Durrant
- [PATCH] KVM: VMX: CPU frequency scaling for intel x86_64 KVM guests,
Jack Allister
- [PATCH v4 0/4] KVM: s390: selftests: Provide TAP output in tests,
Thomas Huth
- [kvm-unit-tests PATCH v3 0/1] s390x: add migration test for storage keys,
Nico Boehr
- [PATCH] KVM: Adjust the return type of kvm_vm_ioctl_check_extension_generic(),
Thomas Huth
- [PATCH] KVM: x86: Bypass cpuid check for empty arch-lbr leaf,
Yang Weijiang
- [PATCH -for-next] riscv: Fix missing PAGE_PFN_MASK,
Alexandre Ghiti
- [PATCH 0/2] s390/gmap/pgtable improve handling of keyed KVM guests,
Christian Borntraeger
- Discrepancy in vmexits due to kprobe #BP in a KVM environment,
Arnabjyoti Kalita
- [PATCH] KVM: Add const to file_operations,
Xiang wangx
- KVM call for 2022-05-31,
Juan Quintela
- [Bug 216046] New: KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm) when booting nested guest Windows 7 on another disk,
bugzilla-daemon
- [Bug 216045] New: KVM x2APIC virtualization causes EOI to be ignored,
bugzilla-daemon
- [linux-next:master] BUILD REGRESSION d3fde8ff50ab265749704bd7fbcf70d35235421f,
kernel test robot
- [PATCH 00/18] KVM/arm64: Refactoring the vcpu flags,
Marc Zyngier
- [PATCH 03/18] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code,
Marc Zyngier
- [PATCH 01/18] KVM: arm64: Always start with clearing SVE flag on load,
Marc Zyngier
- [PATCH 02/18] KVM: arm64: Always start with clearing SME flag on load,
Marc Zyngier
- [PATCH 04/18] KVM: arm64: Move FP state ownership from flag to a tristate,
Marc Zyngier
- [PATCH 09/18] KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set,
Marc Zyngier
- [PATCH 07/18] KVM: arm64: Move vcpu configuration flags into their own set,
Marc Zyngier
- [PATCH 08/18] KVM: arm64: Move vcpu PC/Exception flags to the input flag set,
Marc Zyngier
- [PATCH 05/18] KVM: arm64: Add helpers to manipulate vcpu flags among a set,
Marc Zyngier
- [PATCH 06/18] KVM: arm64: Add three sets of flags to the vcpu state,
Marc Zyngier
- [PATCH 17/18] KVM: arm64: Reduce the size of the vcpu flag members,
Marc Zyngier
- [PATCH 11/18] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag to the state flag set,
Marc Zyngier
- [PATCH 15/18] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together,
Marc Zyngier
- [PATCH 14/18] KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag,
Marc Zyngier
- [PATCH 12/18] KVM: arm64: Move vcpu WFIT flag to the state flag set,
Marc Zyngier
- [PATCH 16/18] KVM: arm64: Add build-time sanity checks for flags,
Marc Zyngier
- [PATCH 18/18] KVM: arm64: Document why pause cannot be turned into a flag,
Marc Zyngier
- [PATCH 13/18] KVM: arm64: Kill unused vcpu flags field,
Marc Zyngier
- [PATCH 10/18] KVM: arm64: Move vcpu SVE/SME flags to the state flag set,
Marc Zyngier
- Re: [PATCH 00/18] KVM/arm64: Refactoring the vcpu flags,
Marc Zyngier
- Re: [PATCH 00/18] KVM/arm64: Refactoring the vcpu flags,
Marc Zyngier
- [PATCH v2 0/2] KVM: VMX: Sanitize VM-Entry/VM-Exit pairs during setup,
Sean Christopherson
- [PATCH v5 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Vitaly Kuznetsov
- [PATCH v5 01/37] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush',
Vitaly Kuznetsov
- [PATCH v5 03/37] KVM: x86: hyper-v: Introduce TLB flush fifo,
Vitaly Kuznetsov
- [PATCH v5 04/37] KVM: x86: hyper-v: Add helper to read hypercall data for array,
Vitaly Kuznetsov
- [PATCH v5 05/37] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently,
Vitaly Kuznetsov
- [PATCH v5 02/37] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag,
Vitaly Kuznetsov
- [PATCH v5 08/37] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants,
Vitaly Kuznetsov
- [PATCH v5 07/37] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs,
Vitaly Kuznetsov
- [PATCH v5 06/37] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls,
Vitaly Kuznetsov
- [PATCH v5 09/37] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64',
Vitaly Kuznetsov
- [PATCH v5 10/37] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi(),
Vitaly Kuznetsov
- [PATCH v5 12/37] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks',
Vitaly Kuznetsov
- [PATCH v5 14/37] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id,
Vitaly Kuznetsov
- [PATCH v5 15/37] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook,
Vitaly Kuznetsov
- [PATCH v5 29/37] KVM: selftests: Export _vm_get_page_table_entry(),
Vitaly Kuznetsov
- [PATCH v5 23/37] KVM: selftests: Better XMM read/write helpers,
Vitaly Kuznetsov
- [PATCH v5 18/37] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check,
Vitaly Kuznetsov
- [PATCH v5 26/37] KVM: selftests: Hyper-V PV IPI selftest,
Vitaly Kuznetsov
- [PATCH v5 19/37] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition,
Vitaly Kuznetsov
- [PATCH v5 25/37] KVM: selftests: Move the function doing Hyper-V hypercall to a common header,
Vitaly Kuznetsov
- [PATCH v5 16/37] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall(),
Vitaly Kuznetsov
- [PATCH v5 17/37] KVM: x86: hyper-v: L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v5 24/37] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header,
Vitaly Kuznetsov
- [PATCH v5 35/37] KVM: selftests: evmcs_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v5 36/37] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h,
Vitaly Kuznetsov
- [PATCH v5 28/37] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges,
Vitaly Kuznetsov
- [PATCH v5 30/37] KVM: selftests: Hyper-V PV TLB flush selftest,
Vitaly Kuznetsov
- [PATCH v5 11/37] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v5 20/37] KVM: nVMX: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v5 21/37] KVM: nSVM: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v5 13/37] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use,
Vitaly Kuznetsov
- [PATCH v5 22/37] KVM: x86: Expose Hyper-V L2 TLB flush feature,
Vitaly Kuznetsov
- [PATCH v5 34/37] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v5 37/37] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v5 33/37] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages,
Vitaly Kuznetsov
- [PATCH v5 32/37] KVM: selftests: nVMX: Allocate Hyper-V partition assist page,
Vitaly Kuznetsov
- [PATCH v5 27/37] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too,
Vitaly Kuznetsov
- [PATCH v5 31/37] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH] x86: Fix all occurences of "the the",
Bo Liu
- [kvm-unit-tests RFC] Inlining in PMU Test,
Bill Wendling
- [PATCH] KVM: Only display message about bios support disabled once,
Mario Limonciello
- [PATCH v2 0/8] KVM: x86: Emulator _regs fixes and cleanups,
Sean Christopherson
- [PATCH v2 2/8] KVM: x86: Harden _regs accesses to guard against buggy input,
Sean Christopherson
- [PATCH v2 5/8] KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM,
Sean Christopherson
- [PATCH v2 4/8] KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs,
Sean Christopherson
- [PATCH v2 3/8] KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array,
Sean Christopherson
- [PATCH v2 1/8] KVM: x86: Grab regs_dirty in local 'unsigned long',
Sean Christopherson
- [PATCH v2 6/8] KVM: x86: Bug the VM if the emulator accesses a non-existent GPR,
Sean Christopherson
- [PATCH v2 7/8] KVM: x86: Bug the VM if the emulator generates a bogus exception vector,
Sean Christopherson
- [PATCH v2 8/8] KVM: x86: Bug the VM on an out-of-bounds data read,
Sean Christopherson
- Re: [PATCH v2 0/8] KVM: x86: Emulator _regs fixes and cleanups,
Robert Dinse
- Re: [PATCH v2 0/8] KVM: x86: Emulator _regs fixes and cleanups,
Paolo Bonzini
- [PATCH v8 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM,
Ben Gardon
- [PATCH v8 01/11] KVM: selftests: Remove dynamic memory allocation for stats header,
Ben Gardon
- [PATCH v8 04/11] KVM: selftests: Clean up coding style in binary stats test,
Ben Gardon
- [PATCH v8 06/11] KVM: selftests: Add NX huge pages test,
Ben Gardon
- [PATCH v8 02/11] KVM: selftests: Read binary stats header in lib,
Ben Gardon
- [PATCH v8 05/11] KVM: selftests: Read binary stat data in lib,
Ben Gardon
- [PATCH v8 07/11] KVM: x86: Fix errant brace in KVM capability handling,
Ben Gardon
- [PATCH v8 09/11] KVM: selftests: Factor out calculation of pages needed for a VM,
Ben Gardon
- [PATCH v8 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis,
Ben Gardon
- [PATCH v8 03/11] KVM: selftests: Read binary stats desc in lib,
Ben Gardon
- [PATCH v8 10/11] KVM: selftests: Test disabling NX hugepages on a VM,
Ben Gardon
- [PATCH v8 11/11] KVM: selftests: Cache binary stats metadata for duration of test,
Ben Gardon
- RTC (real-time clock) emulation through host shim,
Philip Prindeville
- [PATCH v4 0/4] Implement vdpasim stop operation,
Eugenio Pérez
- Re: [kvm-unit-tests PATCH v2] x86: vpmu: Add tests for Arch LBR support,
Like Xu
- [PATCH] KVM: x86/pmu: Update pmu->pebs_enable_mask with actual counter_mask,
Like Xu
- [Bug 216033] New: KVM VMX nested virtualization: VMXON does not check guest CR0 against IA32_VMX_CR0_FIXED0,
bugzilla-daemon
- [PATCH] KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging,
Ben Gardon
- [PATCH 0/4] KVM: x86: Emulator _regs fixes and cleanups,
Sean Christopherson
- [linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d,
kernel test robot
- [PATCH 0/2] KVM: VMX: Sanitize VM-Entry/VM-Exit pairs during setup,
Sean Christopherson
- [PATCH] KVM: mmu: spte_write_protect optimization,
Venkatesh Srinivas
- [PATCH v2 1/2] KVM: Inject #GP on invalid write to APIC_SELF_IPI register,
Venkatesh Srinivas
- [GIT PULL] KVM changes for Linux 5.19 merge window,
Paolo Bonzini
- [PATCH 0/1] Update s390 virtio-ccw,
Eric Farman
- FYI: hyperv_clock selftest has random failures,
Maxim Levitsky
- [PATCH v3 0/4] Implement vdpasim stop operation,
Eugenio Pérez
- [PATCH v4 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Vitaly Kuznetsov
- [PATCH v4 01/37] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush',
Vitaly Kuznetsov
- [PATCH v4 02/37] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag,
Vitaly Kuznetsov
- [PATCH v4 03/37] KVM: x86: hyper-v: Introduce TLB flush fifo,
Vitaly Kuznetsov
- [PATCH v4 04/37] KVM: x86: hyper-v: Add helper to read hypercall data for array,
Vitaly Kuznetsov
- [PATCH v4 06/37] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls,
Vitaly Kuznetsov
- [PATCH v4 05/37] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently,
Vitaly Kuznetsov
- [PATCH v4 07/37] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs,
Vitaly Kuznetsov
- [PATCH v4 10/37] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi(),
Vitaly Kuznetsov
- [PATCH v4 09/37] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64',
Vitaly Kuznetsov
- [PATCH v4 08/37] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants,
Vitaly Kuznetsov
- [PATCH v4 11/37] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v4 13/37] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use,
Vitaly Kuznetsov
- [PATCH v4 12/37] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks',
Vitaly Kuznetsov
- [PATCH v4 15/37] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook,
Vitaly Kuznetsov
- [PATCH v4 14/37] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id,
Vitaly Kuznetsov
- [PATCH v4 17/37] KVM: x86: hyper-v: L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v4 16/37] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall(),
Vitaly Kuznetsov
- [PATCH v4 21/37] KVM: nSVM: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v4 20/37] KVM: nVMX: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v4 24/37] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header,
Vitaly Kuznetsov
- [PATCH v4 19/37] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition,
Vitaly Kuznetsov
- [PATCH v4 29/37] KVM: selftests: Export _vm_get_page_table_entry() and struct pageTableEntry/pageUpperEntry definitions,
Vitaly Kuznetsov
- [PATCH v4 22/37] KVM: x86: Expose Hyper-V L2 TLB flush feature,
Vitaly Kuznetsov
- [PATCH v4 33/37] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages,
Vitaly Kuznetsov
- [PATCH v4 27/37] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too,
Vitaly Kuznetsov
- [PATCH v4 37/37] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v4 32/37] KVM: selftests: nVMX: Allocate Hyper-V partition assist page,
Vitaly Kuznetsov
- [PATCH v4 26/37] KVM: selftests: Hyper-V PV IPI selftest,
Vitaly Kuznetsov
- [PATCH v4 25/37] KVM: selftests: Move the function doing Hyper-V hypercall to a common header,
Vitaly Kuznetsov
- [PATCH v4 18/37] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check,
Vitaly Kuznetsov
- [PATCH v4 34/37] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v4 36/37] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h,
Vitaly Kuznetsov
- [PATCH v4 35/37] KVM: selftests: evmcs_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v4 30/37] KVM: selftests: Hyper-V PV TLB flush selftest,
Vitaly Kuznetsov
- [PATCH v4 31/37] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v4 28/37] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges,
Vitaly Kuznetsov
- [PATCH v4 23/37] KVM: selftests: Better XMM read/write helpers,
Vitaly Kuznetsov
- [Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [Bug 216026] Fails to compile using gcc 12.1 under Ubuntu 22.04,
bugzilla-daemon
- [RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory,
Vishal Annapurve
- [PATCH v6 0/8] s390x/pci: zPCI interpretation support,
Matthew Rosato
- [PATCH v8 00/22] KVM: s390: enable zPCI for interpretive execution,
Matthew Rosato
- [PATCH v8 07/22] s390/pci: externalize the SIC operation controls and routine,
Matthew Rosato
- [PATCH v8 01/22] s390/sclp: detect the zPCI load/store interpretation facility,
Matthew Rosato
- [PATCH v8 02/22] s390/sclp: detect the AISII facility,
Matthew Rosato
- [PATCH v8 04/22] s390/sclp: detect the AISI facility,
Matthew Rosato
- [PATCH v8 03/22] s390/sclp: detect the AENI facility,
Matthew Rosato
- [PATCH v8 06/22] s390/airq: allow for airq structure that uses an input vector,
Matthew Rosato
- [PATCH v8 05/22] s390/airq: pass more TPI info to airq handlers,
Matthew Rosato
- [PATCH v8 09/22] s390/pci: stash dtsm and maxstbl,
Matthew Rosato
- [PATCH v8 11/22] KVM: s390: pci: add basic kvm_zdev structure,
Matthew Rosato
- [PATCH v8 10/22] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM,
Matthew Rosato
- [PATCH v8 14/22] KVM: s390: mechanism to enable guest zPCI Interpretation,
Matthew Rosato
- [PATCH v8 15/22] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding,
Matthew Rosato
- [PATCH v8 18/22] vfio-pci/zdev: add function handle to clp base capability,
Matthew Rosato
- [PATCH v8 16/22] KVM: s390: pci: add routines to start/stop interpretive execution,
Matthew Rosato
- [PATCH v8 17/22] vfio-pci/zdev: add open/close device hooks,
Matthew Rosato
- [PATCH v8 12/22] KVM: s390: pci: do initial setup for AEN interpretation,
Matthew Rosato
- [PATCH v8 08/22] s390/pci: stash associated GISA designation,
Matthew Rosato
- [PATCH v8 21/22] KVM: s390: introduce CPU feature for zPCI Interpretation,
Matthew Rosato
- [PATCH v8 22/22] MAINTAINERS: additional files related kvm s390 pci passthrough,
Matthew Rosato
- [PATCH v8 20/22] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices,
Matthew Rosato
- [PATCH v8 19/22] vfio-pci/zdev: different maxstbl for interpreted devices,
Matthew Rosato
- [PATCH v8 13/22] KVM: s390: pci: enable host forwarding of Adapter Event Notifications,
Matthew Rosato
- Re: [PATCH v8 00/22] KVM: s390: enable zPCI for interpretive execution,
Matthew Rosato
- [PATCH kvmtool v2] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv"),
Dao Lu
- [PATCH v2 0/4] Implement vdpasim stop operation,
Eugenio Pérez
- [PATCH kvmtool 0/4] Update virtio headers (to fix build),
Andre Przywara
- [PATCH] x86, kvm: use correct GFP flags for preemption disabled,
Paolo Bonzini
- [PATCH v4 0/3] Enable notify VM exit,
Chenyi Qiang
- [PATCH v7 0/4] Introduce Notify VM exit,
Chenyi Qiang
- [bug report] x86/kvm: Alloc dummy async #PF token outside of raw spinlock,
Dan Carpenter
- [PATCH kernel] KVM: Don't null dereference ops->destroy,
Alexey Kardashevskiy
- [PATCH 0/4] kvm: x86/pmu: Introduce and test masked events,
Aaron Lewis
- [PATCH] s390/uv_uapi: depend on CONFIG_S390,
Paolo Bonzini
- [Bug 203477] [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V,
bugzilla-daemon
- [PATCH] KVM: debugfs: expose pid of vcpu threads,
Vineeth Pillai (Google)
- [PATCH v2] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host,
Maciej S. Szmigiero
- [PATCH v3] KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest,
Yanfei Xu
- [kvm-unit-tests PATCH v3 0/4] More skey instr. emulation test,
Janis Schoetterl-Glausch
- [GIT PULL 0/4] KVM: s390: Fix and feature for 5.19,
Christian Borntraeger
- [QEMU PATCH v2] x86: Set maximum APIC ID to KVM prior to vCPU creation,
Zeng Guang
- [Bug 216017] New: KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- Re: [Bug 216017] New: KVM: problem virtualization from kernel 5.17.9,
Maxim Levitsky
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9/5.18,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9/5.18,
bugzilla-daemon
- [Bug 216017] KVM: problem virtualization from kernel 5.17.9/5.18,
bugzilla-daemon
- [PATCH] vhost-vdpa: return -EFAULT on copy_to_user() failure,
Dan Carpenter
- Re: linux-next: manual merge of the kvm-arm tree with the arm64 tree,
Stephen Rothwell
- Re: [linux-next:master 12308/12886] arch/x86/kvm/hyperv.c:1983:22: warning: shift count >= width of type,
Naresh Kamboju
- [PATCH] vhost-vdpa: Fix some error handling path in vhost_vdpa_process_iotlb_msg(),
Christophe JAILLET
- [PATCH] tools/kvm_stat: fix display of error when multiple processes are found,
Dmitry Klochkov
- [kvm:queue 10/60] arch/x86/kernel/kvm.c:240:2-7: WARNING: NULL check before some freeing functions is not needed.,
kernel test robot
- [PATCH] KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots(),
shaoqin . huang
- [PATCH] vfio: Split migration ops from main device ops,
Yishai Hadas
- linux-next: Signed-off-by missing for commits in the kvm tree,
Stephen Rothwell
- linux-next: Fixes tag needs some work in the kvm tree,
Stephen Rothwell
- [PATCH v4 0/4] KVM: Dirty quota-based throttling,
Shivam Kumar
- [PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots,
Lai Jiangshan
- [PATCH V3 01/12] KVM: X86/MMU: Verify PDPTE for nested NPT in PAE paging mode when page fault,
Lai Jiangshan
- [PATCH V3 04/12] KVM: X86/MMU: Add local shadow pages,
Lai Jiangshan
- [PATCH V3 02/12] KVM: X86/MMU: Add using_local_root_page(),
Lai Jiangshan
- [PATCH V3 06/12] KVM: X86/MMU: Activate local shadow pages and remove old logic,
Lai Jiangshan
- [PATCH V3 03/12] KVM: X86/MMU: Reduce a check in using_local_root_page() for common cases,
Lai Jiangshan
- [PATCH V3 05/12] KVM: X86/MMU: Link PAE root pagetable with its children,
Lai Jiangshan
- [PATCH V3 07/12] KVM: X86/MMU: Remove the check of the return value of to_shadow_page(),
Lai Jiangshan
- [PATCH V3 08/12] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand,
Lai Jiangshan
- [PATCH V3 09/12] KVM: X86/MMU: Move the verifying of NPT's PDPTE in FNAME(fetch),
Lai Jiangshan
- [PATCH V3 10/12] KVM: X86/MMU: Remove unused INVALID_PAE_ROOT and IS_VALID_PAE_ROOT,
Lai Jiangshan
- [PATCH V3 11/12] KVM: X86/MMU: Don't use mmu->pae_root when shadowing PAE NPT in 64-bit host,
Lai Jiangshan
- [PATCH V3 12/12] KVM: X86/MMU: Remove mmu_alloc_special_roots(),
Lai Jiangshan
- Re: [PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots,
Lai Jiangshan
- [PATCH] selftests: kvm: correct the renamed test name in .gitignore,
Muhammad Usama Anjum
- [linux-next:master] BUILD REGRESSION 18ecd30af1a8402c162cca1bd58771c0e5be7815,
kernel test robot
- Status for 5.19 merge window,
Paolo Bonzini
- [PATCH] KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors,
Lev Kujawski
- [PATCH v2] KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest,
Yanfei Xu
- [GIT PULL] Final batch of KVM fixes for 5.18,
Paolo Bonzini
- [PATCH v4 00/11] KVM: selftests: Add nested support to dirty_log_perf_test,
David Matlack
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]