Linux KVM Virtualization
[Prev Page][Next Page]
- [RFC PATCH v3 14/32] x86/fred: header file with FRED definitions
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 16/32] x86/fred: reserve space for the FRED stack frame
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 13/32] x86/fred: header file for event types
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 09/32] x86/cpu: add X86_CR4_FRED macro
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 08/32] x86/objtool: teach objtool about ERETU and ERETS
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 06/32] x86/cpufeature: add the cpu feature bit for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 05/32] x86/traps: export external_interrupt() for VMX IRQ reinjection
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 02/32] x86/traps: add a system interrupt table for system interrupt dispatch
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 04/32] x86/traps: add external_interrupt() to dispatch external interrupts
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 03/32] x86/traps: add install_system_interrupt_handler()
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
- From: Xin Li <xin3.li@xxxxxxxxx>
- [RFC PATCH v3 00/32] x86: enable FRED for x86-64
- From: Xin Li <xin3.li@xxxxxxxxx>
- Re: Fortnightly KVM call for 2023-02-07
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs
- From: Yuan Yao <yuan.yao@xxxxxxxxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH 07/16] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH 06/16] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH 04/16] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH 03/16] kvm: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: Fortnightly KVM call for 2023-02-07
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions
- From: Thomas Huth <thuth@xxxxxxxxxx>
- [PATCH v11 12/12] x86/smpboot: Simplify boot CPU setup
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 10/12] x86/smpboot: Remove early_gdt_descr on 64-bit
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 06/12] x86/smpboot: Support parallel startup of secondary CPUs
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 11/12] x86/smpboot: Remove initial_gs
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 08/12] x86/smpboot: Serialize topology updates for secondary bringup
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 00/12] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
- From: Nico Boehr <nrb@xxxxxxxxxxxxx>
- Re: [PATCH] KVM/x86: fix comment that should be user fault
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- [PATCH] KVM/x86: fix comment that should be user fault
- From: Quanfa Fu <quanfafu@xxxxxxxxx>
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- Re: [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- Re: [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH v3 vfio 0/7] pds vfio driver
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- RE: [PATCH v4 05/19] kvm/vfio: Accept vfio device file from userspace
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH v2 1/3] s390x/spec_ex: Use PSW macro
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH 6.1/5.15/5.10/5.4 1/1] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
- From: Greg KH <greg@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions
- From: Nico Boehr <nrb@xxxxxxxxxxxxx>
- Re: [GIT PULL] virtio,vhost,vdpa: features, fixes
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH v3 vfio 0/7] pds vfio driver
- From: Brett Creeley <bcreeley@xxxxxxx>
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots()
- From: Jun Miao <jun.miao@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- RE: [PATCH] KVM: Align the function name of kvm_swap_active_memslots()
- From: "Miao, Jun" <jun.miao@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v3] KVM: selftests: Fix nsec to sec conversion in demand_paging_test.
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- Re: [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
- From: "Kalra, Ashish" <ashish.kalra@xxxxxxx>
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: "Kalra, Ashish" <ashish.kalra@xxxxxxx>
- Re: [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
- From: "Kalra, Ashish" <ashish.kalra@xxxxxxx>
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: "Maciej S. Szmigiero" <mail@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/6] iommufd: Add iommu capability reporting
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- Re: [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [Patch v3 7/7] KVM: x86/mmu: Merge all handle_changed_pte* functions.
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [Patch v3 6/7] KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [Patch v3 5/7] KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: "Maciej S. Szmigiero" <mail@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: Add the missed title format
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH] KVM: Align the function name of kvm_swap_active_memslots()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH] KVM: selftests: Depend on kernel headers when making selftests
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: selftests: Depend on kernel headers when making selftests
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load
- From: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load
- From: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load
- From: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH v1 0/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load
- From: Nico Boehr <nrb@xxxxxxxxxxxxx>
- [PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load
- From: Nico Boehr <nrb@xxxxxxxxxxxxx>
- [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 00/11] s390x: CPU Topology
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 05/11] s390x/cpu topology: resetting the Topology-Change-Report
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 04/11] s390x/sclp: reporting the maximum nested topology entries
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- [PATCH v16 01/11] s390x/cpu topology: add s390 specifics to CPU topology
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Brian Gerst <brgerst@xxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH 05/16] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 02/16] arm64: Add HAS_ECV_CNTPOFF capability
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [PATCH 6.1/5.15/5.10/5.4 1/1] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
- From: Ovidiu Panait <ovidiu.panait@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- RE: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
- From: Miko Larsson <mikoxyzzz@xxxxxxxxx>
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- RE: [PATCH v4 07/19] vfio: Block device access via device fd until device is opened
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- RE: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- [PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4 07/19] vfio: Block device access via device fd until device is opened
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- RE: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH] KVM: selftests: Provide generic way to read system counter
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- RE: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- RE: [PATCH v4 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 15/19] vfio: Add cdev for vfio_device
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- RE: [PATCH v4 14/19] vfio: Make vfio_device_open() single open for device cdev path
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 13/19] vfio: Add cdev_device_open_cnt to vfio_group
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 08/19] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 05/19] kvm/vfio: Accept vfio device file from userspace
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 03/19] vfio: Accept vfio device file in the driver facing kAPI
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
- From: Yu Zhang <yu.c.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 05/16] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH 02/16] arm64: Add HAS_ECV_CNTPOFF capability
- From: Reiji Watanabe <reijiw@xxxxxxxxxx>
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- Re: [V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check()
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- RE: [PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- RE: [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: Alexey Kardashevskiy <aik@xxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] KVM: selftests: Provide generic way to read system counter
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [PATCH v10 7/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 4/8] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 8/8] x86/smpboot: Serialize topology updates for secondary bringup
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 2/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- [PATCH v10 5/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
- From: "Kalra, Ashish" <ashish.kalra@xxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v2 1/3] s390x/spec_ex: Use PSW macro
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- [kvm-unit-tests PATCH v2 2/3] s390x/spec_ex: Add test introducing odd address into PSW
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- [kvm-unit-tests PATCH v2 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- [kvm-unit-tests PATCH v2 1/3] s390x/spec_ex: Use PSW macro
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- Re: [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception
- From: "Gupta, Pankaj" <pankaj.gupta@xxxxxxx>
- [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 13/13] KVM: selftests: x86: Check that XTILEDATA supports XFD
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 10/13] KVM: selftests: x86: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 12/13] KVM: selftests: x86: Check that the palette table exists before using it
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 09/13] KVM: selftests: x86: Assert that XTILE is XSAVE-enabled
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 08/13] KVM: selftests: x86: Repeat the checking of xheader when IA32_XFD[XTILEDATA] is set in amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 04/13] KVM: selftests: x86: Enable checking on xcomp_bv in amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 03/13] KVM: selftests: x86: Fix an error in comment of amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v3 00/13] Overhauling amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
- From: "Veith, Simon" <sveith@xxxxxxxxx>
- Re: [PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [GIT PULL] Please pull IOMMUFD subsystem changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
- From: Yu Zhang <yu.c.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
- From: "Kalra, Ashish" <ashish.kalra@xxxxxxx>
- Re: [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
- From: Yu Zhang <yu.c.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
- From: Yu Zhang <yu.c.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM
- From: Robert Hoo <robert.hu@xxxxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
- From: Dov Murik <dovmurik@xxxxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- Re: [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM
- From: Yu Zhang <yu.c.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Yu Zhang <yu.c.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
- From: Christoph Müllner <christoph.muellner@xxxxxxxx>
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
- From: Jessica Clarke <jrtc27@xxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v3 6/8] target/i386/intel-pt: Enable host pass through of Intel PT
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH 3/3] s390x: pv: Add IPL reset tests
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 2/3] s390x: pv: Test sie entry intercepts and validities
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [PATCH kvm-unit-tests] x86/pmu: Check counter is working properly before AMD pmu init
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM
- From: Robert Hoo <robert.hu@xxxxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
- From: Christoph Müllner <christoph.muellner@xxxxxxxx>
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: Xi Ruoyao <xry111@xxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH v4 9/9] KVM: x86: LAM: Expose LAM CPUID to user space VMM
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [PATCH kernel v4] KVM: SEV: Enable data breakpoints in SEV-ES
- From: Alexey Kardashevskiy <aik@xxxxxxx>
- Re: [PATCH v3 6/8] target/i386/intel-pt: Enable host pass through of Intel PT
- From: "Wang, Lei" <lei4.wang@xxxxxxxxx>
- RE: [PATCH] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: Xi Ruoyao <xry111@xxxxxxxxxxx>
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: Xi Ruoyao <xry111@xxxxxxxxxxx>
- Re: [PATCH] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Kim Phillips <kim.phillips@xxxxxxx>
- [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 15/19] vfio: Add cdev for vfio_device
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 18/19] vfio: Compile group optionally
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 19/19] docs: vfio: Add vfio device cdev description
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 12/19] vfio-iommufd: Add detach_ioas for emulated VFIO devices
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 13/19] vfio: Add cdev_device_open_cnt to vfio_group
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 14/19] vfio: Make vfio_device_open() single open for device cdev path
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 11/19] vfio-iommufd: Add detach_ioas support for physical VFIO devices
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 10/19] vfio: Add infrastructure for bind_iommufd from userspace
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 08/19] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 07/19] vfio: Block device access via device fd until device is opened
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 06/19] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 04/19] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 05/19] kvm/vfio: Accept vfio device file from userspace
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 03/19] vfio: Accept vfio device file in the driver facing kAPI
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 02/19] vfio: Refine vfio file kAPIs
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 01/19] vfio: Allocate per device file structure
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH v4 00/19] Add vfio_device cdev for iommufd support
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- [PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check()
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v3 vfio 0/7] pds vfio driver
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v3 vfio 0/7] pds vfio driver
- From: Brett Creeley <bcreeley@xxxxxxx>
- [GIT PULL] virtio,vhost,vdpa: features, fixes
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Kim Phillips <kim.phillips@xxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [External] Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Usama Arif <usama.arif@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Piotr Gorski <piotrgorski@xxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Piotr Gorski <piotrgorski@xxxxxxxxxxx>
- Re: [PATCH RFC v8 04/56] KVM: Add HVA range operator
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- [PATCH] KVM: selftests: Depend on kernel headers when making selftests
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- Re: [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- Re: [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- [PATCH RFC v8 06/56] KVM: Split out memory attribute xarray updates to helper function
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 05/56] KVM: SEV: Require KVM_PROTECTED_VM when AMD_MEM_ENCRYPT is enabled
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 07/56] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 56/56] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 04/56] KVM: Add HVA range operator
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations for SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 42/56] KVM: SVM: Add support to handle Page State Change VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command when SNP is enabled
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v9 0/8] Parallel CPU bringup for x86_64
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 1/2] s390x/spec_ex: Add test introducing odd address into PSW
- From: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
- Re: [GIT PULL] KVM/arm64 updates for 6.3
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC] Support for Arm CCA VMs on Linux
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH] kvm: initialize all of the kvm_debugregs structure before sending it to userspace
- From: Mathias Krause <minipli@xxxxxxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
- From: Krasnov Arseniy <AVKrasnov@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support
- From: Krasnov Arseniy <AVKrasnov@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support
- From: Krasnov Arseniy <AVKrasnov@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support
- From: Krasnov Arseniy <AVKrasnov@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR
- From: Krasnov Arseniy <AVKrasnov@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
- From: Krasnov Arseniy <AVKrasnov@xxxxxxxxxxxxxx>
- [PATCH] KVM: Align the function name of kvm_swap_active_memslots()
- From: Jun Miao <jun.miao@xxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Yuan Yao <yuan.yao@xxxxxxxxxxxxxxx>
- [PATCH v2 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 12/29] LoongArch: KVM: Implement vcpu interrupt operations
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- [PATCH v2 21/29] LoongArch: KVM: Implement handle iocsr exception
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 25/29] LoongArch: KVM: Implement handle fpu exception
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 24/29] LoongArch: KVM: Implement handle mmio exception
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 23/29] LoongArch: KVM: Implement handle gspr exception
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 19/29] LoongArch: KVM: Implement kvm mmu operations
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 26/29] LoongArch: KVM: Implement kvm exception vector
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 17/29] LoongArch: KVM: Implement virtual machine tlb operations
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 20/29] LoongArch: KVM: Implement handle csr excption
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 18/29] LoongArch: KVM: Implement vcpu timer operations
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 16/29] LoongArch: KVM: Implement update VM id function
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 15/29] LoongArch: KVM: Implement vcpu status description
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 00/29] Add KVM LoongArch support
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 04/29] LoongArch: KVM: Implement VM related functions
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- Re: [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- Re: [PATCH v3 vfio 0/7] pds vfio driver
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] KVM: Add the missed title format
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- Re: [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
- From: Yuan Yao <yuan.yao@xxxxxxxxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test
- From: Chao Gao <chao.gao@xxxxxxxxx>
- [PATCH v3 5/7] vfio/pds: Add support for dirty page tracking
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 7/7] vfio/pds: Add Kconfig and documentation
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 6/7] vfio/pds: Add support for firmware recovery
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 3/7] vfio/pds: Add VFIO live migration support
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 4/7] vfio: Commonize combine_ranges for use in other VFIO drivers
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 2/7] vfio/pds: Add support to register as PDS client
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
- From: Brett Creeley <brett.creeley@xxxxxxx>
- [PATCH v3 vfio 0/7] pds vfio driver
- From: Brett Creeley <brett.creeley@xxxxxxx>
- Re: [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [GIT PULL] Final batch KVM changes for Linux 6.2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- [GIT PULL] Final batch KVM changes for Linux 6.2
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [GIT PULL] KVM/arm64 updates for 6.3
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- Re: [PATCH v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits
- From: Robert Hoo <robert.hu@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 12/12] KVM: arm64: Use local TLBI on permission relaxation
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 02/12] KVM: arm64: Rename free_unlinked to free_removed
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- [PATCH v4 00/12] Implement Eager Page Splitting for ARM
- From: Ricardo Koller <ricarkol@xxxxxxxxxx>
- RE: [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- RE: Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
- From: Dexuan Cui <decui@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH v2 0/7] Overhauling amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 1/2] mm: restrictedmem: Add flag as THP allocation hint for memfd_restricted() syscall
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [PATCH 12/12] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 11/12] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 09/12] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 10/12] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 06/12] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 07/12] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 04/12] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 03/12] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 02/12] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 1/2] Documentation/process: Add a label for the tip tree handbook's coding style
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: [PATCH v2 0/7] Overhauling amx_test
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- Re: [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- [PATCH 5/5] KVM: selftests: Check that XTILEDATA supports XFD
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- [PATCH 4/5] KVM: selftests: Check that the palette table exists before using it
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- [PATCH 3/5] KVM: selftests: Remove redundant check that XSAVE is supported
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- [PATCH 1/5] KVM: selftests: Assert that XTILE is XSAVE-enabled
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- [PATCH 2/5] KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- [PATCH 0/5] Overhauling amx_test, part 2
- From: Aaron Lewis <aaronlewis@xxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache'
- From: Mathias Krause <minipli@xxxxxxxxxxxxxx>
- [PATCH v2 1/2] KVM: x86: Shrink struct kvm_pmu
- From: Mathias Krause <minipli@xxxxxxxxxxxxxx>
- [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache
- From: Mathias Krause <minipli@xxxxxxxxxxxxxx>
- [PATCH v2 0/2] KVM: Minor structure layout changes
- From: Mathias Krause <minipli@xxxxxxxxxxxxxx>
- Re: [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache'
- From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- Re: [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [PATCH 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH 00/17] Add Intel VT-d nested translation
- From: Nicolin Chen <nicolinc@xxxxxxxxxx>
- Re: Call for GSoC and Outreachy project ideas for summer 2023
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- Re: Call for GSoC and Outreachy project ideas for summer 2023
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: Call for GSoC and Outreachy project ideas for summer 2023
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- Re: Call for GSoC and Outreachy project ideas for summer 2023
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH 3/3] s390x: pv: Add IPL reset tests
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache'
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: Call for GSoC and Outreachy project ideas for summer 2023
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
- From: Mathias Krause <minipli@xxxxxxxxxxxxxx>
- Re: [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path
- From: Mukesh Ojha <quic_mojha@xxxxxxxxxxx>
- Re: [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
- From: Jeremi Piotrowski <jpiotrowski@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
- From: "Gupta, Pankaj" <pankaj.gupta@xxxxxxx>
- Re: [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests
- From: "Gupta, Pankaj" <pankaj.gupta@xxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 1/2] s390x/spec_ex: Add test introducing odd address into PSW
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 2/2] s390x/spec_ex: Add test of EXECUTE with odd target address
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- RE: [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
- From: Zhi Wang <zhi.wang.linux@xxxxxxxxx>
- Re: [PATCH v3 1/1] KVM: s390: vsie: clarifications on setting the APCB
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/1] KVM: s390: vsie: clarifications on setting the APCB
- From: Pierre Morel <pmorel@xxxxxxxxxxxxx>
- Re: [RFC] Support for Arm CCA VMs on Linux
- From: Itaru Kitayama <itaru.kitayama@xxxxxxxxx>
- [PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache'
- From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
- Re: [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface
- From: Santosh Shukla <santosh.shukla@xxxxxxx>
- Re: [PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
- From: Jason Wang <jasowang@xxxxxxxxxx>
- RE: [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: Jason Wang <jasowang@xxxxxxxxxx>
- RE: [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace
- From: "Liu, Yi L" <yi.l.liu@xxxxxxxxx>
- Re: [PATCH mm-unstable v1 4/5] kvm/powerpc: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH mm-unstable v1 4/5] kvm/powerpc: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH mm-unstable v1 3/5] kvm/arm64: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v3 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- Re: [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface
- From: Tianrui Zhao <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH V3 14/14] kvm: x86/mmu: Skip calling mmu->sync_spte() when the spte is 0
- From: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
- [PATCH V3 13/14] kvm: x86/mmu: Remove @no_dirty_log from FNAME(prefetch_gpte)
- From: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
- [PATCH V3 11/14] kvm: x86/mmu: Allow the roots to be invalid in FNAME(invlpg)
- From: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
- [PATCH V3 12/14] kvm: x86/mmu: Remove FNAME(invlpg) and use FNAME(sync_spte) to update vTLB instead.
- From: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
- [PATCH V3 10/14] kvm: x86/mmu: Use kvm_mmu_invalidate_addr() in nested_ept_invalidate_addr()
- From: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
- Re: [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: Issue with "KVM: SEV: Add support for SEV intra host migration"
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Re: Issue with "KVM: SEV: Add support for SEV intra host migration"
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Re: [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Nested virtualization not working
- From: Michał Zegan <webczat@xxxxxxxxxxx>
- Re: [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v9 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
- From: Kim Phillips <kim.phillips@xxxxxxx>
- Re: [PATCH] selftests/kvm: Fix nsec to sec conversion in demand_paging_test.
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] selftests/kvm: Fix nsec to sec conversion in demand_paging_test.
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH] KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanners]
[Linux SCSI]
[Samba]
[Yosemite News]