Linux KVM
[Prev Page][Next Page]
- Re: [PATCH v4 03/10] KVM: selftests: Read binary stats desc in lib, (continued)
- [PATCH] x86/tsx: fix KVM guest live migration for tsx=on,
Jon Kohler
- [PATCH] x86/speculation, KVM: respect user IBPB configuration,
Jon Kohler
- [PATCH v3 0/4] Make the iommu driver no-snoop block feature consistent,
Jason Gunthorpe
- [PATCH v2] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used,
Jason Gunthorpe
- [kvm-unit-tests PATCH v3 0/2] s390x: Add tests for SIGP store adtl status,
Nico Boehr
- [PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS,
Like Xu
- [PATCH RESEND v12 01/17] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server,
Like Xu
- [PATCH RESEND v12 02/17] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest,
Like Xu
- [PATCH RESEND v12 04/17] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled,
Like Xu
- [PATCH RESEND v12 05/17] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter,
Like Xu
- [PATCH RESEND v12 03/17] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values,
Like Xu
- [PATCH RESEND v12 07/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS,
Like Xu
- [PATCH RESEND v12 10/17] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS,
Like Xu
- [PATCH RESEND v12 11/17] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS,
Like Xu
- [PATCH RESEND v12 09/17] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter,
Like Xu
- [PATCH RESEND v12 14/17] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations,
Like Xu
- [PATCH RESEND v12 17/17] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64,
Like Xu
- [PATCH RESEND v12 06/17] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value,
Like Xu
- [PATCH RESEND v12 12/17] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled,
Like Xu
- [PATCH RESEND v12 13/17] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h,
Like Xu
- [PATCH RESEND v12 16/17] KVM: x86/cpuid: Refactor host/guest CPU model consistency check,
Like Xu
- [PATCH RESEND v12 15/17] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability,
Like Xu
- [PATCH RESEND v12 08/17] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter,
Like Xu
- Re: [PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS,
Paolo Bonzini
- Re: [PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS,
Vitaly Kuznetsov
- [kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport,
Nico Boehr
- [PATCH v8 0/9] IPI virtualization support for VM,
Zeng Guang
- [PATCH v8 1/9] x86/cpu: Add new VMX feature, Tertiary VM-Execution control,
Zeng Guang
- [PATCH v8 2/9] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation,
Zeng Guang
- [PATCH v8 3/9] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config,
Zeng Guang
- [PATCH v8 4/9] KVM: VMX: Report tertiary_exec_control field in dump_vmcs(),
Zeng Guang
- [PATCH v8 5/9] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode,
Zeng Guang
- [PATCH v8 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally,
Zeng Guang
- [PATCH v8 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM,
Zeng Guang
- [PATCH v8 9/9] KVM: VMX: enable IPI virtualization,
Zeng Guang
- [PATCH v8 7/9] KVM: Move kvm_arch_vcpu_precreate() under kvm->lock,
Zeng Guang
- [PATCH v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR,
Like Xu
- [PATCH v3 01/11] KVM: x86/pmu: Update comments for AMD gp counters,
Like Xu
- [PATCH v3 02/11] KVM: x86/pmu: Extract check_pmu_event_filter() from the same semantics,
Like Xu
- [PATCH v3 03/11] KVM: x86/pmu: Protect kvm->arch.pmu_event_filter with SRCU,
Like Xu
- [PATCH v3 04/11] KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter(),
Like Xu
- [PATCH v3 05/11] KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter(),
Like Xu
- [PATCH v3 06/11] KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter(),
Like Xu
- [PATCH v3 11/11] KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context,
Like Xu
- [PATCH v3 10/11] KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config(),
Like Xu
- [PATCH v3 08/11] KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter(),
Like Xu
- [PATCH v3 07/11] KVM: x86/pmu: Use only the uniformly exported interface reprogram_counter(),
Like Xu
- [PATCH v3 09/11] perf: x86/core: Add interface to query perfmon_event_map[] directly,
Like Xu
- Re: [PATCH v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR,
Like Xu
- [PATCH] KVM: x86: fix the return type of kvm_age_rmapp,
Bo Liu
- [PATCH] KVM: clean up comments,
Tom Rix
- Re: [PATCH 2/2] timers: retpoline mitigation for time funcs,
Thomas Gleixner
- [PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support,
Oliver Upton
- [PATCH v5 02/13] KVM: arm64: Dedupe vCPU power off helpers,
Oliver Upton
- [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU,
Oliver Upton
- [PATCH v5 13/13] selftests: KVM: Test SYSTEM_SUSPEND PSCI call,
Oliver Upton
- [PATCH v5 12/13] selftests: KVM: Refactor psci_test to make it amenable to new tests,
Oliver Upton
- [PATCH v5 01/13] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2,
Oliver Upton
- [PATCH v5 09/13] selftests: KVM: Rename psci_cpu_on_test to psci_test,
Oliver Upton
- [PATCH v5 04/13] KVM: arm64: Rename the KVM_REQ_SLEEP handler,
Oliver Upton
- [PATCH v5 11/13] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test,
Oliver Upton
- [PATCH v5 10/13] selftests: KVM: Create helper for making SMCCC calls,
Oliver Upton
- [PATCH v5 05/13] KVM: Create helper for setting a system event exit,
Oliver Upton
- [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values,
Oliver Upton
- [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND,
Oliver Upton
- [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests(),
Oliver Upton
- [kvm:queue 19/54] arch/x86/kvm/mmu/paging_tmpl.h:532:8: error: use of undeclared identifier 'EPT_VIOLATION_RWX_SHIFT',
kernel test robot
- [GIT PULL] KVM/riscv fixes for 5.18, take #1,
Anup Patel
- [PATCH RESEND] KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog,
Like Xu
- [PATCH 0/6] KVM: x86: Apply NX mitigation more precisely,
Sean Christopherson
- [PATCH] KVM: x86/tdp_mmu: extract tdp_mmu_populate_nonleaf(),
isaku . yamahata
- Re: [PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h,
Jim Mattson
- [RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory,
Vishal Annapurve
- [PATCH] KVM: VMX: More brown paper bags! NOM NOM NOM,
Sean Christopherson
- Re: [PATCH v2] KVM: x86/mmu: Update number of zapped pages even if page list is stable,
Sean Christopherson
- Re: [PATCH] kvm: vmx: remove redundant parentheses,
Paolo Bonzini
- Re: [PATCH] kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memory,
Paolo Bonzini
- Re: [RFC PATCH v5 075/104] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events(),
Sean Christopherson
- Unexport of kvm_x86_ops vs tracer modules,
Mathieu Desnoyers
- [PATCH] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used,
Jason Gunthorpe
- [GIT PULL] KVM/arm64 fixes for 5.18, take #1,
Marc Zyngier
- [PATCH v2] KVM: SVM: Do not activate AVIC for SEV-enabled guest,
Suravee Suthikulpanit
- [kvm-unit-tests PATCH 0/9] SMP Support for x86 UEFI Tests,
Varad Gautam
- [kvm-unit-tests PATCH 1/9] x86: Move ap_init() to smp.c,
Varad Gautam
- [kvm-unit-tests PATCH 2/9] x86: Move load_idt() to desc.c,
Varad Gautam
- [kvm-unit-tests PATCH 5/9] x86: Move 32-bit bringup routines to start32.S,
Varad Gautam
- [kvm-unit-tests PATCH 4/9] x86: efi, smp: Transition APs from 16-bit to 32-bit mode,
Varad Gautam
- [kvm-unit-tests PATCH 7/9] x86: Move load_gdt_tss() to desc.c,
Varad Gautam
- [kvm-unit-tests PATCH 9/9] x86: setup: Serialize ap_start64 with a spinlock,
Varad Gautam
- [kvm-unit-tests PATCH 6/9] x86: efi, smp: Transition APs from 32-bit to 64-bit mode,
Varad Gautam
- [kvm-unit-tests PATCH 8/9] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI,
Varad Gautam
- [kvm-unit-tests PATCH 3/9] x86: desc: Split IDT entry setup into a generic helper,
Varad Gautam
- Re: [kvm-unit-tests PATCH 0/9] SMP Support for x86 UEFI Tests,
Sean Christopherson
- [PATCH] RISC-V: KVM: include missing hwcap.h into vcpu_fp,
Heiko Stuebner
- [PATCH 1/2] x86/cpufeatures: Add virtual TSC_AUX feature bit,
Babu Moger
- [PATCH v3 00/13] KVM: selftests: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v3 01/13] KVM: selftests: Add a userfaultfd library,
Ricardo Koller
- [PATCH v3 12/13] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test,
Ricardo Koller
- [PATCH v3 13/13] KVM: selftests: aarch64: Add mix of tests into page_fault_test,
Ricardo Koller
- [PATCH v3 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg,
Ricardo Koller
- [PATCH v3 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function,
Ricardo Koller
- [PATCH v3 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test,
Ricardo Koller
- [PATCH v3 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete,
Ricardo Koller
- [PATCH v3 08/13] tools: Copy bitfield.h from the kernel sources,
Ricardo Koller
- [PATCH v3 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros,
Ricardo Koller
- [PATCH v3 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v3 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot library function,
Ricardo Koller
- [PATCH v3 11/13] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test,
Ricardo Koller
- [PATCH v3 02/13] KVM: selftests: aarch64: Add vm_get_pte_gpa library function,
Ricardo Koller
- [PATCH v4.1] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES,
Peter Gonda
- [PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock,
Peter Gonda
- [PATCH v4] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES,
Peter Gonda
- [PATCH v2] KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU,
Vitaly Kuznetsov
- [PATCH] vfio: Move the IOMMU_CAP_INTR_REMAP to a context with a struct device,
Jason Gunthorpe
- [PATCH] KVM: SVM: Do not activate AVIC for SEV-enabled guest,
Suravee Suthikulpanit
- [PATCH] KVM: x86: hyper-v: Add helper to read hypercall data for arrary,
Sean Christopherson
- [PATCH v2 00/31] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature,
Vitaly Kuznetsov
- [PATCH v2 01/31] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag,
Vitaly Kuznetsov
- [PATCH v2 02/31] KVM: x86: hyper-v: Introduce TLB flush ring,
Vitaly Kuznetsov
- [PATCH v2 04/31] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls,
Vitaly Kuznetsov
- [PATCH v2 06/31] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi(),
Vitaly Kuznetsov
- [PATCH v2 07/31] KVM: x86: hyper-v: Create a separate ring for Direct TLB flush,
Vitaly Kuznetsov
- [PATCH v2 03/31] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently,
Vitaly Kuznetsov
- [PATCH v2 08/31] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks',
Vitaly Kuznetsov
- [PATCH v2 05/31] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs,
Vitaly Kuznetsov
- [PATCH v2 09/31] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use,
Vitaly Kuznetsov
- [PATCH v2 10/31] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id,
Vitaly Kuznetsov
- [PATCH v2 14/31] KVM: x86: hyper-v: Introduce fast kvm_hv_direct_tlb_flush_exposed() check,
Vitaly Kuznetsov
- [PATCH v2 15/31] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition,
Vitaly Kuznetsov
- [PATCH v2 13/31] KVM: x86: hyper-v: Direct TLB flush,
Vitaly Kuznetsov
- [PATCH v2 16/31] KVM: nVMX: hyper-v: Direct TLB flush,
Vitaly Kuznetsov
- [PATCH v2 17/31] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too,
Vitaly Kuznetsov
- [PATCH v2 19/31] KVM: x86: Expose Hyper-V Direct TLB flush feature,
Vitaly Kuznetsov
- [PATCH v2 12/31] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall(),
Vitaly Kuznetsov
- [PATCH v2 11/31] KVM: x86: Introduce .post_hv_direct_flush() nested hook,
Vitaly Kuznetsov
- [PATCH v2 18/31] KVM: nSVM: hyper-v: Direct TLB flush,
Vitaly Kuznetsov
- [PATCH v2 20/31] KVM: selftests: add hyperv_svm_test to .gitignore,
Vitaly Kuznetsov
- [PATCH v2 29/31] KVM: selftests: evmcs_test: Direct TLB flush test,
Vitaly Kuznetsov
- [PATCH v2 24/31] KVM: selftests: Hyper-V PV TLB flush selftest,
Vitaly Kuznetsov
- [PATCH v2 21/31] KVM: selftests: Better XMM read/write helpers,
Vitaly Kuznetsov
- [PATCH v2 31/31] KVM: selftests: hyperv_svm_test: Add Direct TLB flush test,
Vitaly Kuznetsov
- [PATCH v2 27/31] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages,
Vitaly Kuznetsov
- [PATCH v2 26/31] KVM: selftests: nVMX: Allocate Hyper-V partition assist page,
Vitaly Kuznetsov
- [PATCH v2 22/31] KVM: selftests: Hyper-V PV IPI selftest,
Vitaly Kuznetsov
- [PATCH v2 30/31] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h,
Vitaly Kuznetsov
- [PATCH v2 25/31] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v2 23/31] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map(),
Vitaly Kuznetsov
- [PATCH v2 28/31] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH] KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU,
Vitaly Kuznetsov
- [PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent,
Jason Gunthorpe
- Re: [RFC PATCH v5 092/104] KVM: TDX: Handle TDX PV HLT hypercall,
Paolo Bonzini
- Re: [RFC PATCH v5 091/104] KVM: TDX: Handle TDX PV CPUID hypercall,
Paolo Bonzini
- [PATCH v2] Documentation: kvm: Add missing line break in api.rst,
Bagas Sanjaya
- [kvm-unit-tests PATCH v2 0/9] s390x: Cleanup and maintenance 4,
Janosch Frank
- Re: [RFC PATCH v5 089/104] KVM: TDX: Add a placeholder for handler of TDX hypercalls (TDG.VP.VMCALL),
Kai Huang
- Re: [RFC PATCH v5 088/104] KVM: TDX: Add TDG.VP.VMCALL accessors to access guest vcpu registers,
Kai Huang
- [kvm-unit-tests PATCH] x86: cet: Fix #DF exception triggered by the application,
Yang Weijiang
- Re: [RFC PATCH v5 060/104] KVM: TDX: Create initial guest memory,
Kai Huang
- Re: [RFC PATCH v5 051/104] KVM: TDX: TDP MMU TDX support,
Kai Huang
- [PATCH] KVM: x86/mmu: remove unnecessary kvm_shadow_root_allocated() check,
luofei
- Re: [RFC PATCH v5 058/104] KVM: x86/mmu: Focibly use TDP MMU for TDX,
Kai Huang
- Re: [RFC PATCH v5 054/104] KVM: x86/tdp_mmu: Keep PRIVATE_PROHIBIT bit when zapping,
Kai Huang
- [PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection,
Raghavendra Rao Ananta
- [PATCH v5 03/10] KVM: arm64: Add standard hypervisor firmware register,
Raghavendra Rao Ananta
- [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test,
Raghavendra Rao Ananta
- [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c,
Raghavendra Rao Ananta
- [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register,
Raghavendra Rao Ananta
- [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers,
Raghavendra Rao Ananta
- [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) to get-reg-list,
Raghavendra Rao Ananta
- [PATCH v5 02/10] KVM: arm64: Setup a framework for hypercall bitmap firmware registers,
Raghavendra Rao Ananta
- [PATCH v5 09/10] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list,
Raghavendra Rao Ananta
- [PATCH v5 07/10] tools: Import ARM SMCCC definitions,
Raghavendra Rao Ananta
- [PATCH v5 05/10] Docs: KVM: Rename psci.rst to hypercalls.rst,
Raghavendra Rao Ananta
- Re: [PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection,
Gavin Shan
- [PATCH AUTOSEL 5.15 16/27] vhost_vdpa: don't setup irq offloading when irq_num < 0,
Sasha Levin
- [PATCH AUTOSEL 5.16 19/30] vhost_vdpa: don't setup irq offloading when irq_num < 0,
Sasha Levin
- [PATCH AUTOSEL 5.10 15/25] vhost_vdpa: don't setup irq offloading when irq_num < 0,
Sasha Levin
- [PATCH AUTOSEL 5.17 19/31] vhost_vdpa: don't setup irq offloading when irq_num < 0,
Sasha Levin
- Re: [RFC PATCH v5 048/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Kai Huang
- Re: [PATCH v4 5/8] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs,
Sean Christopherson
- Re: [PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write,
Sean Christopherson
- [PATCH 0/3] KVM: x86: Nested fixes (mostly #DF/#TF),
Sean Christopherson
- Re: [PATCH v4 2/8] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL ctrl bits across MSR write,
Sean Christopherson
- [PATCH v3 0/3] KVM: Fix use-after-free in debugfs,
Oliver Upton
- [PATCH] KVM: x86: Deplete Paolo's brown paper bag supply by one,
Sean Christopherson
- linux-next: Fixes tag needs some work in the kvm-fixes tree,
Stephen Rothwell
- Re: [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data,
Thomas Gleixner
- Re: [RFC PATCH v5 086/104] KVM: TDX: handle ept violation/misconfig exit,
Sagi Shahar
- [PATCH] KVM: avoid NULL pointer dereference in kvm_dirty_ring_push,
Paolo Bonzini
- [syzbot] upstream build error (17),
syzbot
- Re: [kvm-unit-tests PATCH v3 04/11] lib: x86: Import insn decoder from Linux,
Sean Christopherson
- Re: [kvm-unit-tests PATCH v3 11/11] x86: AMD SEV-ES: Handle string IO for IOIO #VC,
Sean Christopherson
- drivers/platform/x86/amd-pmc.c requires CONFIG_SUSPEND,
Robert Święcki
- [kvm-unit-tests PATCH] x86: cstart64: Serialize ap_start64 with a spin lock,
Varad Gautam
- Re: [RFC PATCH v5 080/104] KVM: TDX: Implement methods to inject NMI,
Paolo Bonzini
- Re: [RFC PATCH v5 079/104] KVM: TDX: Implements vcpu request_immediate_exit,
Paolo Bonzini
- Re: [RFC PATCH v5 081/104] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument,
Paolo Bonzini
- [kvm-unit-tests PATCH] x86: efi: Fix pagetable creation,
Varad Gautam
- Re: [RFC PATCH v5 078/104] KVM: TDX: Implement interrupt injection,
Paolo Bonzini
- [PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring),
Xuan Zhuo
- [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions,
Xuan Zhuo
- [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init,
Xuan Zhuo
- [PATCH v9 24/32] virtio: find_vqs() add arg sizes,
Xuan Zhuo
- [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra(),
Xuan Zhuo
- [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size(),
Xuan Zhuo
- [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci,
Xuan Zhuo
- [PATCH v9 30/32] virtio_net: split free_unused_bufs(),
Xuan Zhuo
- [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data,
Xuan Zhuo
- [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v9 31/32] virtio_net: support rx/tx queue resize,
Xuan Zhuo
- [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size(),
Xuan Zhuo
- [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init,
Xuan Zhuo
- [PATCH v9 32/32] virtio_net: support set_ringparam,
Xuan Zhuo
- [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size(),
Xuan Zhuo
- [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring,
Xuan Zhuo
- [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset,
Xuan Zhuo
- [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed(),
Xuan Zhuo
- [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split(),
Xuan Zhuo
- [PATCH v9 13/32] virtio_ring: packed: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs(),
Xuan Zhuo
- [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed(),
Xuan Zhuo
- [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize(),
Xuan Zhuo
- [PATCH v9 26/32] virtio_mmio: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split(),
Xuan Zhuo
- [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset,
Xuan Zhuo
- Re: [PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring),
Michael S. Tsirkin
- [PATCH][v2] KVM: VMX: optimize pi_wakeup_handler,
Li RongQing
- [PATCH v3 00/21] TDX host kernel support,
Kai Huang
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]