Linux KVM
[Prev Page][Next Page]
- [PATCH v12 067/106] KVM: TDX: Add support for find pending IRQ in a protected local APIC, (continued)
- [PATCH v12 067/106] KVM: TDX: Add support for find pending IRQ in a protected local APIC,
isaku . yamahata
- [PATCH v12 068/106] KVM: x86: Assume timer IRQ was injected if APIC state is proteced,
isaku . yamahata
- [PATCH v12 070/106] KVM: TDX: Implement interrupt injection,
isaku . yamahata
- [PATCH v12 069/106] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c,
isaku . yamahata
- [PATCH v12 078/106] KVM: TDX: handle EXIT_REASON_OTHER_SMI,
isaku . yamahata
- [PATCH v12 076/106] KVM: TDX: Add a place holder to handle TDX VM exit,
isaku . yamahata
- [PATCH v12 081/106] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL),
isaku . yamahata
- [PATCH v12 083/106] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL,
isaku . yamahata
- [PATCH v12 079/106] KVM: TDX: handle ept violation/misconfig exit,
isaku . yamahata
- [PATCH v12 091/106] KVM: TDX: Handle TDX PV map_gpa hypercall,
isaku . yamahata
- [PATCH v12 092/106] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall,
isaku . yamahata
- [PATCH v12 077/106] KVM: TDX: Handle vmentry failure for INTEL TD guest,
isaku . yamahata
- [PATCH v12 084/106] KVM: TDX: Handle TDX PV CPUID hypercall,
isaku . yamahata
- [PATCH v12 086/106] KVM: TDX: Handle TDX PV port io hypercall,
isaku . yamahata
- [PATCH v12 103/106] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX),
isaku . yamahata
- [PATCH v12 104/106] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU,
isaku . yamahata
- [PATCH v12 085/106] KVM: TDX: Handle TDX PV HLT hypercall,
isaku . yamahata
- [PATCH v12 087/106] KVM: TDX: Handle TDX PV MMIO hypercall,
isaku . yamahata
- [PATCH v12 097/106] KVM: TDX: Add a method to ignore dirty logging,
isaku . yamahata
- [PATCH v12 098/106] KVM: TDX: Add methods to ignore VMX preemption timer,
isaku . yamahata
- [PATCH v12 093/106] KVM: TDX: Silently discard SMI request,
isaku . yamahata
- [PATCH v12 088/106] KVM: TDX: Implement callbacks for MSR operations for TDX,
isaku . yamahata
- [PATCH v12 072/106] KVM: TDX: Implement methods to inject NMI,
isaku . yamahata
- [PATCH v12 106/106] [MARKER] the end of (the first phase of) TDX KVM patch series,
isaku . yamahata
- [PATCH v12 073/106] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument,
isaku . yamahata
- [PATCH v12 089/106] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall,
isaku . yamahata
- [PATCH v12 075/106] KVM: x86: Split core of hypercall emulation to helper function,
isaku . yamahata
- [PATCH v12 094/106] KVM: TDX: Silently ignore INIT/SIPI,
isaku . yamahata
- [PATCH v12 074/106] KVM: VMX: Move NMI/exception handler to common helper,
isaku . yamahata
- [PATCH v12 095/106] KVM: TDX: Add methods to ignore accesses to CPU state,
isaku . yamahata
- [PATCH v12 096/106] KVM: TDX: Add methods to ignore guest instruction emulation,
isaku . yamahata
- [PATCH v12 102/106] KVM: TDX: Add methods to ignore virtual apic related operation,
isaku . yamahata
- [PATCH v12 071/106] KVM: TDX: Implements vcpu request_immediate_exit,
isaku . yamahata
- [PATCH v12 101/106] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch,
isaku . yamahata
- [PATCH v12 082/106] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL,
isaku . yamahata
- [PATCH v12 080/106] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT,
isaku . yamahata
- [PATCH v12 099/106] KVM: TDX: Add methods to ignore accesses to TSC,
isaku . yamahata
- [PATCH v12 105/106] RFC: KVM: TDX: Make busy with S-EPT on entry bug,
isaku . yamahata
- [PATCH v12 100/106] KVM: TDX: Ignore setting up mce,
isaku . yamahata
- [PATCH v12 090/106] KVM: TDX: Handle TDX PV report fatal error hypercall,
isaku . yamahata
- Re: [PATCH v12 000/106] KVM TDX basic feature support,
Xiaoyao Li
- [PATCHv3 00/10] SVM: virtual NMI,
Santosh Shukla
- [PATCHv3 01/10] KVM: nSVM: Disable intercept of VINTR if saved RFLAG.IF is 0,
Santosh Shukla
- [PATCHv3 02/10] KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs,
Santosh Shukla
- [PATCHv3 03/10] KVM: SVM: add wrappers to enable/disable IRET interception,
Santosh Shukla
- [PATCHv3 04/10] KVM: x86: Raise an event request when processing NMIs if an NMI is pending,
Santosh Shukla
- [PATCHv3 05/10] KVM: x86: Tweak the code and comment related to handling concurrent NMIs,
Santosh Shukla
- [PATCHv3 06/10] KVM: x86: Save/restore all NMIs when multiple NMIs are pending,
Santosh Shukla
- [PATCHv3 07/10] x86/cpu: Add CPUID feature bit for VNMI,
Santosh Shukla
- [PATCHv3 09/10] KVM: x86: add support for delayed virtual NMI injection interface,
Santosh Shukla
- [PATCHv3 08/10] KVM: SVM: Add VNMI bit definition,
Santosh Shukla
- [PATCHv3 10/10] KVM: nSVM: implement support for nested VNMI,
Santosh Shukla
- Re: [PATCHv3 00/10] SVM: virtual NMI,
Santosh Shukla
- [PATCH v12 00/11] Parallel CPU bringup for x86_64,
Usama Arif
- [PATCH v12 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel,
Usama Arif
- [PATCH v12 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them,
Usama Arif
- [PATCH v12 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>,
Usama Arif
- [PATCH v12 08/11] x86/smpboot: Remove initial_gs,
Usama Arif
- [PATCH v12 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector(),
Usama Arif
- [PATCH v12 11/11] x86/smpboot: Serialize topology updates for secondary bringup,
Usama Arif
- [PATCH v12 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel,
Usama Arif
- [PATCH v12 09/11] x86/smpboot: Support parallel startup of secondary CPUs,
Usama Arif
- [PATCH v12 06/11] x86/smpboot: Remove initial_stack on 64-bit,
Usama Arif
- [PATCH v12 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU,
Usama Arif
- [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr on 64-bit,
Usama Arif
- Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64,
Oleksandr Natalenko
- Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64,
Guilherme G. Piccoli
- [PATCH v8 0/3] KVM: Dirty quota-based throttling,
Shivam Kumar
- Bug: Completion-Wait loop timed out with vfio,
Tasos Sahanidis
- [PATCH v3 0/5] Add IO page table replacement support for emulated pathway,
Nicolin Chen
- [PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt,
Jason Gunthorpe
- [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup,
Jason Gunthorpe
- [PATCH 06/14] iommufd: Move putting a hwpt to a helper function,
Jason Gunthorpe
- [PATCH 02/14] iommufd: Add iommufd_group,
Jason Gunthorpe
- [PATCH 10/14] iommufd: Make destroy_rwsem use a lock class per object type,
Jason Gunthorpe
- [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC,
Jason Gunthorpe
- [PATCH 11/14] iommufd/selftest: Test iommufd_device_replace(),
Jason Gunthorpe
- [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API,
Jason Gunthorpe
- [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group,
Jason Gunthorpe
- [PATCH 09/14] iommufd: Add iommufd_device_replace(),
Jason Gunthorpe
- [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind(),
Jason Gunthorpe
- [PATCH 05/14] iommufd: Make sw_msi_start a group global,
Jason Gunthorpe
- [PATCH 14/14] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC,
Jason Gunthorpe
- [PATCH 13/14] iommufd/selftest: Return the real idev id from selftest mock_domain,
Jason Gunthorpe
- [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc(),
Jason Gunthorpe
- RE: [PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt,
Tian, Kevin
- [FYI] KVM x86 6.4 status/plan,
Sean Christopherson
- [PATCH v3 0/8] Clean up the supported xfeatures,
Aaron Lewis
- [PATCH v3 2/8] KVM: x86: Clear all supported MPX xfeatures if they are not all set,
Aaron Lewis
- [PATCH v3 1/8] KVM: x86: Add kvm_permitted_xcr0(),
Aaron Lewis
- [PATCH v3 3/8] KVM: x86: Clear all supported AVX-512 xfeatures if they are not all set,
Aaron Lewis
- [PATCH v3 4/8] KVM: x86: Clear AVX-512 xfeatures if SSE or AVX is clear,
Aaron Lewis
- [PATCH v3 5/8] KVM: x86: Clear all supported AMX xfeatures if they are not all set,
Aaron Lewis
- [PATCH v3 7/8] KVM: selftests: Add XFEATURE masks to common code,
Aaron Lewis
- [PATCH v3 6/8] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible,
Aaron Lewis
- [PATCH v3 8/8] KVM: selftests: Add XCR0 Test,
Aaron Lewis
- Re: [PATCH v3 0/8] Clean up the supported xfeatures,
Mingwei Zhang
- Re: [PATCH v3 0/8] Clean up the supported xfeatures,
Sean Christopherson
- [GIT PULL] VFIO updates for v6.3-rc1,
Alex Williamson
- [PATCH] KVM: MIPS: Make kvm_mips_callbacks const,
Sean Christopherson
- [PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value,
Marc Zyngier
- [PATCH -next v14 00/19] riscv: Add vector ISA support,
Andy Chiu
- [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu,
Andy Chiu
- [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension,
Andy Chiu
- [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension,
Andy Chiu
- [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup,
Andy Chiu
- [PATCH -next v14 05/19] riscv: Disable Vector Instructions for kernel itself,
Andy Chiu
- [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers,
Andy Chiu
- [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context,
Andy Chiu
- [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state,
Andy Chiu
- [PATCH -next v14 09/19] riscv: Add task switch support for vector,
Andy Chiu
- [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap,
Andy Chiu
- [PATCH -next v14 11/19] riscv: Add ptrace vector support,
Andy Chiu
- [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally,
Andy Chiu
- [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector,
Andy Chiu
- [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv,
Andy Chiu
- [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early,
Andy Chiu
- [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector,
Andy Chiu
- [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA,
Andy Chiu
- [PATCH -next v14 19/19] riscv: Enable Vector code to be built,
Andy Chiu
- [PATCH -next v14 18/19] riscv: KVM: Add vector lazy save/restore support,
Andy Chiu
- [kvm-unit-tests PATCH v2] s390x: Add tests for execute-type instructions,
Nina Schoetterl-Glausch
- [PATCH v2 0/1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA,
Nico Boehr
- [GIT PULL] KVM changes for Linux 6.3 merge window,
Paolo Bonzini
- [RFC PATCH v3 00/32] x86: enable FRED for x86-64,
Xin Li
- [RFC PATCH v3 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [RFC PATCH v3 03/32] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [RFC PATCH v3 04/32] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [RFC PATCH v3 02/32] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [RFC PATCH v3 05/32] x86/traps: export external_interrupt() for VMX IRQ reinjection,
Xin Li
- [RFC PATCH v3 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [RFC PATCH v3 06/32] x86/cpufeature: add the cpu feature bit for FRED,
Xin Li
- [RFC PATCH v3 08/32] x86/objtool: teach objtool about ERETU and ERETS,
Xin Li
- [RFC PATCH v3 09/32] x86/cpu: add X86_CR4_FRED macro,
Xin Li
- [RFC PATCH v3 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [RFC PATCH v3 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support,
Xin Li
- [RFC PATCH v3 13/32] x86/fred: header file for event types,
Xin Li
- [RFC PATCH v3 16/32] x86/fred: reserve space for the FRED stack frame,
Xin Li
- [RFC PATCH v3 14/32] x86/fred: header file with FRED definitions,
Xin Li
- [RFC PATCH v3 12/32] x86/cpu: add MSR numbers for FRED configuration,
Xin Li
- [RFC PATCH v3 17/32] x86/fred: add a page fault entry stub for FRED,
Xin Li
- [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [RFC PATCH v3 18/32] x86/fred: add a debug fault entry stub for FRED,
Xin Li
- [RFC PATCH v3 19/32] x86/fred: add a NMI entry stub for FRED,
Xin Li
- [RFC PATCH v3 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [RFC PATCH v3 20/32] x86/fred: add a machine check entry stub for FRED,
Xin Li
- [RFC PATCH v3 25/32] x86/fred: disallow the swapgs instruction when FRED is enabled,
Xin Li
- [RFC PATCH v3 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [RFC PATCH v3 22/32] x86/fred: FRED initialization code,
Xin Li
- [RFC PATCH v3 21/32] x86/fred: FRED entry/exit and dispatch code,
Xin Li
- [RFC PATCH v3 26/32] x86/fred: no ESPFIX needed when FRED is enabled,
Xin Li
- [RFC PATCH v3 27/32] x86/fred: allow single-step trap and NMI when starting a new thread,
Xin Li
- [RFC PATCH v3 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
- [RFC PATCH v3 32/32] x86/fred: disable FRED by default in its early stage,
Xin Li
- [RFC PATCH v3 31/32] x86/fred: allow dynamic stack frame size,
Xin Li
- [RFC PATCH v3 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f,
Xin Li
- [RFC PATCH v3 29/32] x86/ia32: do not modify the DPL bits for a null selector,
Xin Li
- Re: [RFC PATCH v3 00/32] x86: enable FRED for x86-64,
Kang, Shan
- Re: [RFC PATCH v3 00/32] x86: enable FRED for x86-64,
Kang, Shan
- [PATCH v11 00/12] Parallel CPU bringup for x86_64,
Usama Arif
- [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel,
Usama Arif
- [PATCH v11 08/12] x86/smpboot: Serialize topology updates for secondary bringup,
Usama Arif
- [PATCH v11 11/12] x86/smpboot: Remove initial_gs,
Usama Arif
- [PATCH v11 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>,
Usama Arif
- [PATCH v11 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector(),
Usama Arif
- [PATCH v11 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU,
Usama Arif
- [PATCH v11 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them,
Usama Arif
- [PATCH v11 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel,
Usama Arif
- [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit,
Usama Arif
- [PATCH v11 06/12] x86/smpboot: Support parallel startup of secondary CPUs,
Usama Arif
- [PATCH v11 10/12] x86/smpboot: Remove early_gdt_descr on 64-bit,
Usama Arif
- [PATCH v11 12/12] x86/smpboot: Simplify boot CPU setup,
Usama Arif
- [PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA,
Nico Boehr
- [PATCH] KVM/x86: fix comment that should be user fault,
Quanfa Fu
- [PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots(),
Jun Miao
- [PATCH v3] KVM: selftests: Fix nsec to sec conversion in demand_paging_test.,
Anish Moorthy
- [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error,
Randy Dunlap
- [PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load,
Nico Boehr
- [PATCH v16 00/11] s390x: CPU Topology,
Pierre Morel
- [PATCH v16 04/11] s390x/sclp: reporting the maximum nested topology entries,
Pierre Morel
- [PATCH v16 05/11] s390x/cpu topology: resetting the Topology-Change-Report,
Pierre Morel
- [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology,
Pierre Morel
- [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast,
Pierre Morel
- [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB,
Pierre Morel
- [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction,
Pierre Morel
- [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event,
Pierre Morel
- [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command,
Pierre Morel
- [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology,
Pierre Morel
- Re: [PATCH v16 00/11] s390x: CPU Topology,
Thomas Huth
[kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions,
Nina Schoetterl-Glausch
[PATCH 6.1/5.15/5.10/5.4 1/1] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS,
Ovidiu Panait
[PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions,
Like Xu
[PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd,
Yan Zhao
[PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error,
Randy Dunlap
[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD,
Yi Liu
[PATCH] KVM: selftests: Provide generic way to read system counter,
Colton Lewis
[PATCH v10 0/8] Parallel CPU bringup for x86_64,
Usama Arif
[kvm-unit-tests PATCH v2 2/3] s390x/spec_ex: Add test introducing odd address into PSW,
Nina Schoetterl-Glausch
[kvm-unit-tests PATCH v2 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address,
Nina Schoetterl-Glausch
[kvm-unit-tests PATCH v2 1/3] s390x/spec_ex: Use PSW macro,
Nina Schoetterl-Glausch
[PATCH v3 00/13] Overhauling amx_test,
Mingwei Zhang
- [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component,
Mingwei Zhang
- [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure,
Mingwei Zhang
- [PATCH v3 03/13] KVM: selftests: x86: Fix an error in comment of amx_test,
Mingwei Zhang
- [PATCH v3 04/13] KVM: selftests: x86: Enable checking on xcomp_bv in amx_test,
Mingwei Zhang
- [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test,
Mingwei Zhang
- [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler,
Mingwei Zhang
- [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation,
Mingwei Zhang
- [PATCH v3 08/13] KVM: selftests: x86: Repeat the checking of xheader when IA32_XFD[XTILEDATA] is set in amx_test,
Mingwei Zhang
- [PATCH v3 09/13] KVM: selftests: x86: Assert that XTILE is XSAVE-enabled,
Mingwei Zhang
- [PATCH v3 12/13] KVM: selftests: x86: Check that the palette table exists before using it,
Mingwei Zhang
- [PATCH v3 10/13] KVM: selftests: x86: Assert that both XTILE{CFG,DATA} are XSAVE-enabled,
Mingwei Zhang
- [PATCH v3 13/13] KVM: selftests: x86: Check that XTILEDATA supports XFD,
Mingwei Zhang
- [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported,
Mingwei Zhang
- Re: [PATCH v3 00/13] Overhauling amx_test,
Sean Christopherson
[PATCH kvm-unit-tests] x86/pmu: Check counter is working properly before AMD pmu init,
Like Xu
[PATCH v4 00/19] Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v4 01/19] vfio: Allocate per device file structure,
Yi Liu
- [PATCH v4 02/19] vfio: Refine vfio file kAPIs,
Yi Liu
- [PATCH v4 03/19] vfio: Accept vfio device file in the driver facing kAPI,
Yi Liu
- [PATCH v4 05/19] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [PATCH v4 04/19] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd,
Yi Liu
- [PATCH v4 06/19] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [PATCH v4 07/19] vfio: Block device access via device fd until device is opened,
Yi Liu
- [PATCH v4 08/19] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset(),
Yi Liu
- [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset,
Yi Liu
- [PATCH v4 10/19] vfio: Add infrastructure for bind_iommufd from userspace,
Yi Liu
- [PATCH v4 11/19] vfio-iommufd: Add detach_ioas support for physical VFIO devices,
Yi Liu
- [PATCH v4 14/19] vfio: Make vfio_device_open() single open for device cdev path,
Yi Liu
- [PATCH v4 13/19] vfio: Add cdev_device_open_cnt to vfio_group,
Yi Liu
- [PATCH v4 12/19] vfio-iommufd: Add detach_ioas for emulated VFIO devices,
Yi Liu
- [PATCH v4 19/19] docs: vfio: Add vfio device cdev description,
Yi Liu
- [PATCH v4 18/19] vfio: Compile group optionally,
Yi Liu
- [PATCH v4 15/19] vfio: Add cdev for vfio_device,
Yi Liu
- [PATCH v4 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT,
Yi Liu
- [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD,
Yi Liu
[PATCH] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD,
Yi Liu
[PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check(),
Binbin Wu
[GIT PULL] virtio,vhost,vdpa: features, fixes,
Michael S. Tsirkin
[PATCH] KVM: selftests: Depend on kernel headers when making selftests,
Colton Lewis
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
- [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd,
Michael Roth
- [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature,
Michael Roth
- [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support,
Michael Roth
- [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers,
Michael Roth
- [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries,
Michael Roth
- [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction,
Michael Roth
- [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table,
Michael Roth
- [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code,
Michael Roth
- [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address,
Michael Roth
- [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages,
Michael Roth
- [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.,
Michael Roth
- [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op,
Michael Roth
- [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands,
Michael Roth
- [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP,
Michael Roth
- [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled,
Michael Roth
- [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list,
Michael Roth
- [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands,
Michael Roth
- [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command when SNP is enabled,
Michael Roth
- [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command,
Michael Roth
- [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command,
Michael Roth
- [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report,
Michael Roth
- [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol,
Michael Roth
- [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT,
Michael Roth
- [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op,
Michael Roth
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]