Linux KVM
[Prev Page][Next Page]
- [PATCH 05/22] KVM: x86: Clean up and document nested #PF workaround, (continued)
- [PATCH 05/22] KVM: x86: Clean up and document nested #PF workaround,
Paolo Bonzini
- [PATCH 04/22] KVM: x86/mmu: rephrase unclear comment,
Paolo Bonzini
- [PATCH 13/22] KVM: x86/mmu: store shadow EFER.NX in the MMU role,
Paolo Bonzini
- [PATCH 20/22] KVM: x86/mmu: replace shadow_root_level with root_role.level,
Paolo Bonzini
- [PATCH 10/22] KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_common,
Paolo Bonzini
- [PATCH 07/22] KVM: x86/mmu: split cpu_role from mmu_role,
Paolo Bonzini
- [PATCH 11/22] KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional paging,
Paolo Bonzini
- [PATCH 19/22] KVM: x86/mmu: pull CPU mode computation to kvm_init_mmu,
Paolo Bonzini
- [PATCH 15/22] KVM: x86/mmu: rename kvm_mmu_role union,
Paolo Bonzini
- [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role,
Paolo Bonzini
- [PATCH 22/22] KVM: x86/mmu: replace direct_map with root_role.direct,
Paolo Bonzini
- [PATCH 09/22] KVM: x86/mmu: remove ept_ad field,
Paolo Bonzini
- [PATCH 21/22] KVM: x86/mmu: replace root_level with cpu_role.base.level,
Paolo Bonzini
- [PATCH 12/22] KVM: x86/mmu: cleanup computation of MMU roles for shadow paging,
Paolo Bonzini
- [PATCH 17/22] KVM: x86/mmu: remove valid from extended role,
Paolo Bonzini
- Re: [PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html,
Paolo Bonzini
- [PATCH 0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling,
Suravee Suthikulpanit
- [PATCH] kvm: selftests: Fix cut-off of addr_gva2gpa lookup,
Peter Xu
- [PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM,
Ben Gardon
- [PATCH v5 01/10] KVM: selftests: Remove dynamic memory allocation for stats header,
Ben Gardon
- [PATCH v5 02/10] KVM: selftests: Read binary stats header in lib,
Ben Gardon
- [PATCH v5 07/10] KVM: x86: Fix errant brace in KVM capability handling,
Ben Gardon
- [PATCH v5 06/10] KVM: selftests: Add NX huge pages test,
Ben Gardon
- [PATCH v5 04/10] KVM: selftests: Clean up coding style in binary stats test,
Ben Gardon
- [PATCH v5 05/10] KVM: selftests: Read binary stat data in lib,
Ben Gardon
- [PATCH v5 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis,
Ben Gardon
- [PATCH v5 09/10] KVM: selftests: Factor out calculation of pages needed for a VM,
Ben Gardon
- [PATCH v5 03/10] KVM: selftests: Read binary stats desc in lib,
Ben Gardon
- [PATCH v5 10/10] KVM: selftests: Test disabling NX hugepages on a VM,
Ben Gardon
- Re: [PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM,
David Matlack
- [kvm-unit-tests PATCH v2 0/4] s390x: add migration test support,
Nico Boehr
- adding 'official' way to dump SEV VMSA,
Cole Robinson
- [PATCH v3] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used,
Jason Gunthorpe
- [PATCH v2] uio/uio_pci_generic: Introduce refcnt on open/release,
Yao Hongbo
- linux-next: manual merge of the kvm tree with the kvm-fixes tree,
Stephen Rothwell
- [PATCH v2 0/4] KVM: x86: Add support of CMCI signaling and UCNA,
Jue Wang
- [PATCH 0/2] KVM: x86: Fix incorrect VM-exit profiling,
Wei Zhang
- Re: [PATCH] KVM: x86: Don't snapshot "max" TSC if host TSC is constant,
Anton Romanov
- [kvm-unit-tests PATCH v2 00/10] SMP Support for x86 UEFI Tests,
Varad Gautam
- [kvm-unit-tests PATCH v2 07/10] x86: efi, smp: Transition APs from 16-bit to 32-bit mode,
Varad Gautam
- [kvm-unit-tests PATCH v2 09/10] x86: efi, smp: Transition APs from 32-bit to 64-bit mode,
Varad Gautam
- [kvm-unit-tests PATCH v2 05/10] x86: efi: Stop using UEFI-provided stack,
Varad Gautam
- [kvm-unit-tests PATCH v2 08/10] x86: Move 32-bit bringup routines to start32.S,
Varad Gautam
- [kvm-unit-tests PATCH v2 03/10] x86: desc: Split IDT entry setup into a generic helper,
Varad Gautam
- [kvm-unit-tests PATCH v2 01/10] x86: Move ap_init() to smp.c,
Varad Gautam
- [kvm-unit-tests PATCH v2 04/10] x86: Move load_gdt_tss() to desc.c,
Varad Gautam
- [kvm-unit-tests PATCH v2 10/10] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI,
Varad Gautam
- [kvm-unit-tests PATCH v2 02/10] x86: Move load_idt() to desc.c,
Varad Gautam
- [kvm-unit-tests PATCH v2 06/10] x86: efi: Stop using UEFI-provided %gs for percpu storage,
Varad Gautam
- Re: [kvm-unit-tests PATCH v2 00/10] SMP Support for x86 UEFI Tests,
Sean Christopherson
- [no subject],
Unknown
- [PATCH 01/10] x86: Move ap_init() to smp.c,
Varad Gautam
- [PATCH 02/10] x86: Move load_idt() to desc.c,
Varad Gautam
- [PATCH 03/10] x86: desc: Split IDT entry setup into a generic helper,
Varad Gautam
- [PATCH 07/10] x86: efi, smp: Transition APs from 16-bit to 32-bit mode,
Varad Gautam
- [PATCH 04/10] x86: Move load_gdt_tss() to desc.c,
Varad Gautam
- [PATCH 05/10] x86: efi: Stop using UEFI-provided stack,
Varad Gautam
- [PATCH 06/10] x86: efi: Stop using UEFI-provided %gs for percpu storage,
Varad Gautam
- [PATCH 08/10] x86: Move 32-bit bringup routines to start32.S,
Varad Gautam
- [PATCH 09/10] x86: efi, smp: Transition APs from 32-bit to 64-bit mode,
Varad Gautam
- [PATCH 10/10] x86: Move ap_start64 and save_id to setup.c,
Varad Gautam
- Re: [PATCH 01/10] x86: Move ap_init() to smp.c,
Varad Gautam
- [GIT PULL] KVM fixes for 5.18-rc3,
Paolo Bonzini
- [PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device,
Jason Gunthorpe
- [PATCH 5/9] vfio: Pass in a struct vfio_device * to vfio_dma_rw(),
Jason Gunthorpe
- [PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages(),
Jason Gunthorpe
- [PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device,
Jason Gunthorpe
- [PATCH 7/9] drm/i915/gvt: Delete kvmgt_vdev::vfio_group,
Jason Gunthorpe
- [PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user(),
Jason Gunthorpe
- [PATCH 2/9] vfio/ccw: Remove mdev from struct channel_program,
Jason Gunthorpe
- [PATCH 6/9] drm/i915/gvt: Add missing module_put() in error unwind,
Jason Gunthorpe
- [PATCH 8/9] vfio: Remove dead code,
Jason Gunthorpe
- [PATCH 4/9] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages,
Jason Gunthorpe
- Re: [PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device,
Christoph Hellwig
- [PATCH 00/10] arm64: Add initial support for FEAT_WFxT,
Marc Zyngier
- [PATCH 04/10] KVM: arm64: Introduce kvm_counter_compute_delta() helper,
Marc Zyngier
- [PATCH 05/10] KVM: arm64: Handle blocking WFIT instruction,
Marc Zyngier
- [PATCH 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition,
Marc Zyngier
- [PATCH 08/10] arm64: Add HWCAP advertising FEAT_WFXT,
Marc Zyngier
- [PATCH 07/10] KVM: arm64: Expose the WFXT feature to guests,
Marc Zyngier
- [PATCH 09/10] arm64: Add wfet()/wfit() helpers,
Marc Zyngier
- [PATCH 03/10] KVM: arm64: Simplify kvm_cpu_has_pending_timer(),
Marc Zyngier
- [PATCH 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions,
Marc Zyngier
- [PATCH 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS,
Marc Zyngier
- [PATCH 10/10] arm64: Use WFxT for __delay() when possible,
Marc Zyngier
- [PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support,
Suravee Suthikulpanit
- [PATCH v2 03/12] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support,
Suravee Suthikulpanit
- [PATCH v2 08/12] KVM: SVM: Update AVIC settings when changing APIC mode,
Suravee Suthikulpanit
- [PATCH v2 06/12] KVM: SVM: Do not support updating APIC ID when in x2APIC mode,
Suravee Suthikulpanit
- [PATCH v2 04/12] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode,
Suravee Suthikulpanit
- [PATCH v2 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present,
Suravee Suthikulpanit
- [PATCH v2 09/12] KVM: SVM: Introduce helper functions to (de)activate AVIC and x2AVIC,
Suravee Suthikulpanit
- [PATCH v2 07/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception,
Suravee Suthikulpanit
- [PATCH v2 02/12] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD,
Suravee Suthikulpanit
- [PATCH v2 01/12] x86/cpufeatures: Introduce x2AVIC CPUID bit,
Suravee Suthikulpanit
- [PATCH v2 10/12] KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu,
Suravee Suthikulpanit
- [PATCH v2 12/12] kvm/x86: Remove APICV activate mode inconsistency check,
Suravee Suthikulpanit
- [PATCH v2 05/12] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID,
Suravee Suthikulpanit
- [PATCH 0/6] KVM RISC-V Sv57x4 support and HFENCE improvements,
Anup Patel
- [kvm-unit-tests PATCH v1 3/3] s390x: smp: make stop stopped cpu look the same as the running case,
Nico Boehr
- [kvm-unit-tests PATCH v1 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU,
Nico Boehr
- Re: [kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions,
Thomas Huth
- [PATCH 5.17 007/343] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode(),
Greg Kroah-Hartman
- [PATCH 5.16 005/285] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode(),
Greg Kroah-Hartman
- [PATCH 5.15 012/277] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode(),
Greg Kroah-Hartman
- linux-next: Fixes tags need some work in the kvm-fixes tree,
Stephen Rothwell
- [PATCH v4 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM,
Ben Gardon
- [PATCH v4 01/10] KVM: selftests: Remove dynamic memory allocation for stats header,
Ben Gardon
- [PATCH v4 03/10] KVM: selftests: Read binary stats desc in lib,
Ben Gardon
- [PATCH v4 06/10] KVM: x86/MMU: Factor out updating NX hugepages state for a VM,
Ben Gardon
- [PATCH v4 07/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis,
Ben Gardon
- [PATCH v4 04/10] KVM: selftests: Read binary stat data in lib,
Ben Gardon
- [PATCH v4 09/10] KVM: x86/MMU: Require reboot permission to disable NX hugepages,
Ben Gardon
- [PATCH v4 05/10] KVM: selftests: Add NX huge pages test,
Ben Gardon
- [PATCH v4 02/10] KVM: selftests: Read binary stats header in lib,
Ben Gardon
- [PATCH v4 08/10] KVM: x86: Fix errant brace in KVM capability handling,
Ben Gardon
- [PATCH v4 10/10] KVM: selftests: Test disabling NX hugepages on a VM,
Ben Gardon
- Re: [PATCH v4 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM,
Ben Gardon
- [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
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]