Linux KVM Virtualization
[Prev Page][Next Page]
- [PATCH v4 01/21] i386: Fix comment style in topology.h
- From: Zhao Liu <zhao1.liu@xxxxxxxxxxxxxxx>
- [PATCH v4 00/21] Support smp.clusters for x86 in QEMU
- From: Zhao Liu <zhao1.liu@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 0/2] vsock: handle writes to shutdowned socket
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [RFC PATCH 4/8] x86/fpu/xstate: Introduce kernel dynamic xfeature set
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 6/8] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 5/8] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 7/8] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 2/8] x86/fpu/xstate: Fix guest fpstate allocation size calculation
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 3/8] x86/fpu/xstate: Add CET supervisor mode state support
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 8/8] x86/fpu/xstate: WARN if normal fpstate contains kernel dynamic xfeatures
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 1/8] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [RFC PATCH 0/8] Introduce CET supervisor xstate support
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- Re: [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Re: [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
- From: Juergen Gross <jgross@xxxxxxxx>
- Re: [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
- From: Juergen Gross <jgross@xxxxxxxx>
- [PATCH v3] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
- From: Tao Su <tao1.su@xxxxxxxxxxxxxxx>
- [PATCH v10 23/38] x86/fred: Make exc_page_fault() work for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 29/38] x86/traps: Add sysvec_install() to install a system interrupt handler
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 05/38] x86/trapnr: Add event type macros to <asm/trapnr.h>
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 22/38] x86/fred: Allow single-step trap and NMI when starting a new task
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 37/38] x86/fred: Add FRED initialization functions
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 10/38] x86/fred: Disable FRED by default in its early stage
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 04/38] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 14/38] x86/cpu: Add MSR numbers for FRED configuration
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 17/38] x86/fred: Add a new header file for FRED definitions
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 20/38] x86/fred: Disallow the swapgs instruction when FRED is enabled
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 25/38] x86/fred: Add a debug fault entry stub for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 07/38] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 30/38] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 32/38] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 27/38] x86/fred: Add a machine check entry stub for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 31/38] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 26/38] x86/fred: Add a NMI entry stub for FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 11/38] x86/opcode: Add ERET[US] instructions to the x86 opcode map
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 35/38] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 21/38] x86/fred: No ESPFIX needed when FRED is enabled
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 18/38] x86/fred: Reserve space for the FRED stack frame
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 24/38] x86/idtentry: Incorporate definitions/declarations of the FRED entries
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 38/38] x86/fred: Invoke FRED initialization code to enable FRED
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 19/38] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 02/38] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 12/38] x86/objtool: Teach objtool about ERET[US]
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 15/38] x86/ptrace: Cleanup the definition of the pt_regs structure
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 00/38] x86: enable FRED for x86-64
- From: Xin Li <xin3.li@xxxxxxxxx>
- [PATCH v10 01/38] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
- From: Xin Li <xin3.li@xxxxxxxxx>
- Re: [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- [RFC PATCH v2 20/21] q35: Introduce smm_ranges property for q35-pci-host
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 21/21] i386: Disable SMM mode for X86_SW_PROTECTED_VM
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 19/21] pci-host/q35: Move PAM initialization above SMRAM initialization
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 18/21] trace/kvm: Add trace for page convertion between shared and private
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 17/21] kvm: handle KVM_EXIT_MEMORY_FAULT
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 16/21] physmem: Introduce ram_block_convert_range()
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 15/21] physmem: extract ram_block_discard_range_fd() from ram_block_discard_range()
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 14/21] physmem: replace function name with __func__ in ram_block_discard_range()
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 13/21] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 12/21] kvm/memory: Introduce the infrastructure to set the default shared/private value
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 11/21] kvm: Introduce support for memory_attributes
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 10/21] i386/kvm: Implement kvm_sw_protected_vm_init() for sw-protcted-vm specific functions
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 09/21] target/i386: Introduce kvm_confidential_guest_init()
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 08/21] target/i386: Implement mc->kvm_type() to get VM type
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 07/21] i386/pc: Drop pc_machine_kvm_type()
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 06/21] i386: Add support for sw-protected-vm object
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 05/21] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 04/21] memory: Introduce memory_region_has_gmem_fd()
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 01/21] *** HACK *** linux-headers: Update headers to pull in gmem APIs
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- [RFC PATCH v2 00/21] QEMU gmem implemention
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v5 11/11] docs: powerpc: Document nested KVM on POWER
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 10/11] KVM: PPC: Add support for nestedv2 guests
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 09/11] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 08/11] KVM: PPC: Add helper library for Guest State Buffers
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 07/11] KVM: PPC: Book3S HV: Introduce low level MSR accessor
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 06/11] KVM: PPC: Book3S HV: Use accessors for VCPU registers
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 05/11] KVM: PPC: Use accessors for VCORE registers
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 04/11] KVM: PPC: Use accessors for VCPU registers
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 03/11] KVM: PPC: Rename accessor generator macros
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 02/11] KVM: PPC: Introduce FPR/VR accessor functions
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 01/11] KVM: PPC: Always use the GPR accessors
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [PATCH v5 00/11] KVM: PPC: Nested APIv2 guest support
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [kvm-unit-tests PATCH v2 2/3] x86: VMX: Rename union vmx_basic and related global variable
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [kvm-unit-tests PATCH v2 3/3] x86:VMX: Introduce new vmx_basic MSR feature bit for vmx tests
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [kvm-unit-tests PATCH v2 1/3] x86: VMX: Exclude CR4.CET from the test_vmxon_bad_cr()
- From: Yang Weijiang <weijiang.yang@xxxxxxxxx>
- [PATCH] vfio/pds: Use proper PF device access helper
- From: oushixiong <oushixiong@xxxxxxxxxx>
- [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 1/6] x86/reboot: VMCLEAR active VMCSes before emergency reboot
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.5 1/7] x86/reboot: VMCLEAR active VMCSes before emergency reboot
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
- From: Tyler Stachecki <stachecki.tyler@xxxxxxxxx>
- [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 7/9] KVM: riscv: selftests: Add guest helper to get vcpu id
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 6/9] KVM: riscv: selftests: Add exception handling support
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 4/9] tools: riscv: Add header file csr.h
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 1/9] KVM: selftests: Unify the codes for guest exception handling
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
- From: Haibo Xu <haibo1.xu@xxxxxxxxx>
- [PATCH] KVM: selftests: Assert that vasprintf() is successful
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
- From: Tyler Stachecki <stachecki.tyler@xxxxxxxxx>
- Re: [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- Re: [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- Re: [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- Re: [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH] vfio/pds: Using pci_physfn() to fix a compilation issue
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
- From: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
- Re: [PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: [PATCH 0/2] a couple of corrections to the IRQ enablement function
- From: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] s390/vfio-ap: unpin pages on gisc registration failure
- From: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
- Re: [PATCH vfio] pds/vfio: Fix possible sleep while in atomic context
- From: Brett Creeley <bcreeley@xxxxxxx>
- Re: [PATCH vfio] pds/vfio: Fix possible sleep while in atomic context
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [RFC PATCH 4/6] KVM: guest_memfd: Implemnet bmap inode operation
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH vfio] pds/vfio: Fix possible sleep while in atomic context
- From: Brett Creeley <brett.creeley@xxxxxxx>
- Re: [RFC PATCH 3/6] KVM: guest_memfd, x86: MEMORY_FAULT exit with hw poisoned page
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: [PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
- From: Jing Zhang <jingzhangos@xxxxxxxxxx>
- [PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: kvm: arm64: WARNING: CPU: 3 PID: 1 at arch/arm64/kvm/hyp/pgtable.c:453 hyp_map_walker+0xa8/0x120
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH 1/6] KVM: guest_memfd: Add config to show the capability to handle error page
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 00/16] vdpa: Add support for vq descriptor mappings
- From: Eugenio Perez Martin <eperezma@xxxxxxxxxx>
- [PATCH v11 14/16] KVM: emulator: Add emulation of LASS violation checks on linear address
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 15/16] KVM: VMX: Virtualize LASS
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 16/16] KVM: x86: Advertise LASS CPUID to user space
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 13/16] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 12/16] KVM: x86: Advertise and enable LAM (user and supervisor)
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 11/16] KVM: x86: Virtualize LAM for user pointer
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 10/16] KVM: x86: Virtualize LAM for supervisor pointer
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 09/16] KVM: x86: Untag address for vmexit handlers when LAM applicable
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 07/16] KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 08/16] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 06/16] KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 04/16] KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 05/16] KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 03/16] KVM: x86: Add an emulation flag for implicit system access
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 02/16] KVM: x86: Use a new flag for branch targets
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 01/16] KVM: x86: Consolidate flags for __linearize()
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v11 00/16] LAM and LASS KVM Enabling
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [RFC] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH 2/2] s390/vfio-ap: set status response code to 06 on gisc registration failure
- From: Tony Krowiak <akrowiak@xxxxxxxxxxxxx>
- [PATCH 0/2] a couple of corrections to the IRQ enablement function
- From: Tony Krowiak <akrowiak@xxxxxxxxxxxxx>
- [PATCH 1/2] s390/vfio-ap: unpin pages on gisc registration failure
- From: Tony Krowiak <akrowiak@xxxxxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH] fix build error in function vfio_combine_iova_ranges
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- kvm: arm64: WARNING: CPU: 3 PID: 1 at arch/arm64/kvm/hyp/pgtable.c:453 hyp_map_walker+0xa8/0x120
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH v13 22/22] Documentation/x86: Add documentation for TDX host support
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [RFC PATCH 6/6] KVM: X86: Allow KVM gmem hwpoison test cases
- From: isaku.yamahata@xxxxxxxxx
- [RFC PATCH 1/6] KVM: guest_memfd: Add config to show the capability to handle error page
- From: isaku.yamahata@xxxxxxxxx
- [RFC PATCH 4/6] KVM: guest_memfd: Implemnet bmap inode operation
- From: isaku.yamahata@xxxxxxxxx
- [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory
- From: isaku.yamahata@xxxxxxxxx
- [RFC PATCH 5/6] KVM: selftests: Add selftest for guest_memfd() fibmap
- From: isaku.yamahata@xxxxxxxxx
- [RFC PATCH 3/6] KVM: guest_memfd, x86: MEMORY_FAULT exit with hw poisoned page
- From: isaku.yamahata@xxxxxxxxx
- [RFC PATCH 0/6] KVM: gmem: Implement error_remove_page
- From: isaku.yamahata@xxxxxxxxx
- [PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH v5 0/6] target/i386: Restrict system-specific features from user emulation
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- [PATCH v5 6/6] target/i386: Prohibit target specific KVM prototypes on user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [RFC PATCH v5 5/6] target/i386: Restrict system-specific code from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH v5 4/6] target/i386: Move x86_cpu_get_migratable_flags() around
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH v5 0/6] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH v5 2/6] target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuid
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH v5 3/6] target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH v5 1/6] target/i386: Check kvm_hyperv_expand_features() return value
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH 4/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
- From: Daniel Henrique Barboza <danielhb413@xxxxxxxxx>
- Re: [RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
- From: Peter Hilber <peter.hilber@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v4 2/3] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- Re: [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- Re: [PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
- From: Leonardo Bras <leobras@xxxxxxxxxx>
- [kvm-unit-tests PATCH] Makefile: Add -MP to $(autodepend-flags)
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- RE: [PATCH 1/9] KVM: x86/PMU: Don't release vLBR caused by PMI
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- RE: [PATCH 4/9] KVM: x86/pmu: Add MSR_PERF_GLOBAL_INUSE emulation
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- Re: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- RE: [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- RE: [PATCH 7/9] KVM: x86/pmu: Add fixed counter enumeration for pmu v5
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- RE: [PATCH 8/9] KVM: x86/pmu: Upgrade pmu version to 5 on intel processor
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- Re: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- RE: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH 00/16] vdpa: Add support for vq descriptor mappings
- From: Lei Yang <leiyang@xxxxxxxxxx>
- [PATCH v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Haitao Shan <hshan@xxxxxxxxxx>
- [ANNOUNCE] PUCK Agenda - 2023.09.13 - CANCELED
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Haitao Shan <hshan@xxxxxxxxxx>
- Re: [RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
- From: Gavin Shan <gshan@xxxxxxxxxx>
- [PATCH v4 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen into kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v4 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v4 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page into kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v4 3/6] KVM: Documentation: Add the missing description for ptep in kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v4 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v4 1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [PATCH v4 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH v3 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen into kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH v3 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Haitao Shan <hshan@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace
- From: James Morse <james.morse@xxxxxxx>
- Re: [RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
- From: James Morse <james.morse@xxxxxxx>
- Re: [PATCH] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Brett Creeley <bcreeley@xxxxxxx>
- Re: [PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
- From: Haitao Shan <hshan@xxxxxxxxxx>
- [PATCH v9 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: <ankita@xxxxxxxxxx>
- [PATCH 3/3] virtio/pci: Use consistent naming for the PCI ISR bit flags
- From: Keir Fraser <keirf@xxxxxxxxxx>
- [PATCH 2/3] virtio/pci: Treat PCI ISR as a set of bit flags
- From: Keir Fraser <keirf@xxxxxxxxxx>
- [PATCH 1/3] virtio/pci: Level-trigger the legacy IRQ line in all cases
- From: Keir Fraser <keirf@xxxxxxxxxx>
- [PATCH 0/3] Fixes for virtio PCI interrupt handling
- From: Keir Fraser <keirf@xxxxxxxxxx>
- Re: [PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH v4 2/3] target/i386: Restrict system-specific features from user emulation
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC v2] KVM: arm/arm64: optimize vSGI injection performance
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 15/16] vdpa/mlx5: Update cvq iotlb mapping on ASID change
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- Re: [PATCH 2/4] target/ppc: Restrict KVM objects to system emulation
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- [PATCH 12/16] vdpa/mlx5: Introduce mr for vq descriptor
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 13/16] vdpa/mlx5: Enable hw support for vq descriptor mapping
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 14/16] vdpa/mlx5: Make iotlb helper functions more generic
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 11/16] vdpa/mlx5: Improve mr update flow
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 10/16] vdpa/mlx5: Move mr mutex out of mr struct
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 09/16] vdpa/mlx5: Allow creation/deletion of any given mr struct
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 08/16] vdpa/mlx5: Rename mr destroy functions
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 06/16] vdpa/mlx5: Take cvq iotlb lock during refresh
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 05/16] vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 07/16] vdpa/mlx5: Collapse "dvq" mr add/delete functions
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 01/16] vdpa: introduce dedicated descriptor group for virtqueue
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 02/16] vhost-vdpa: introduce descriptor group backend feature
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 04/16] vdpa/mlx5: Create helper function for dma mappings
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 03/16] vhost-vdpa: uAPI to get dedicated descriptor group id
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- [PATCH 00/16] vdpa: Add support for vq descriptor mappings
- From: Dragos Tatulea <dtatulea@xxxxxxxxxx>
- Re: [PATCH 1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH 3/4] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [PATCH 1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [PATCH 1/9] KVM: x86/PMU: Don't release vLBR caused by PMI
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH 4/9] KVM: x86/pmu: Add MSR_PERF_GLOBAL_INUSE emulation
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- [PATCH 4/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH 3/4] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH 2/4] target/ppc: Restrict KVM objects to system emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH 0/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH 1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH 7/9] KVM: x86/pmu: Add fixed counter enumeration for pmu v5
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH 8/9] KVM: x86/pmu: Upgrade pmu version to 5 on intel processor
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH v20 27/30] LoongArch: KVM: Implement vcpu world switch
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v20 19/30] LoongArch: KVM: Implement kvm mmu operations
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v20 05/30] LoongArch: KVM: Add vcpu related header files
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- Re: [RFC v2 3/4] vduse: update the vq_info in ioctl
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Marc Haber <mh+linux-kernel@xxxxxxxxxxxx>
- Re: [bug report] vfio/pds: Add VFIO live migration support
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v4 3/3] target/i386: Prohibit target specific KVM prototypes on user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [RFC v2] KVM: arm/arm64: optimize vSGI injection performance
- From: zhaoxu <zhaoxu.35@xxxxxxxxxxxxx>
- [RFC v2 3/4] vduse: update the vq_info in ioctl
- From: Cindy Lu <lulu@xxxxxxxxxx>
- Re: [PATCH v20 16/30] LoongArch: KVM: Implement update VM id function
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
- From: Cindy Lu <lulu@xxxxxxxxxx>
- Re: [PATCH 07/13] KVM: SVM: Extend VMCB area for virtualized IBS registers
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH 12/13] KVM: SVM: Enable IBS virtualization on non SEV-ES and SEV-ES guests
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH 09/13] KVM: SVM: add support for IBS virtualization for non SEV-ES guests
- From: Chao Gao <chao.gao@xxxxxxxxx>
- [RFC v2 2/4] vduse: Add file operation for mmap
- From: Cindy Lu <lulu@xxxxxxxxxx>
- [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO
- From: Cindy Lu <lulu@xxxxxxxxxx>
- [RFC v2 0/4] Support reconnection in vduse
- From: Cindy Lu <lulu@xxxxxxxxxx>
- Re: [PATCH] KVM: vPMU: Use atomic bit operations for global_status
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH 06/13] KVM: x86: Extend CPUID range to include new leaf
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH 01/13] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH 03/13] KVM: x86: Add emulation support for Extented LVT registers
- From: Chao Gao <chao.gao@xxxxxxxxx>
- RE: [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- [PATCH v4 1/3] target/i386: Check kvm_hyperv_expand_features() return value
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Guo Ren <guoren@xxxxxxxxxx>
- RE: [PATCH 9/9] KVM: selftests: Add fixed counters enumeration test case
- From: "Zhang, Xiong Y" <xiong.y.zhang@xxxxxxxxx>
- [PATCH] fix build error in function vfio_combine_iova_ranges
- From: Cong Liu <liucong2@xxxxxxxxxx>
- [RFC PATCH v4 2/3] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- [PATCH net-next v2 0/2] vsock: handle writes to shutdowned socket
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v2 2/2] test/vsock: shutdowned socket test
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v13 22/22] Documentation/x86: Add documentation for TDX host support
- From: Nikolay Borisov <nik.borisov@xxxxxxxx>
- Re: [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- [PATCH v4 0/9] KVM: selftests: Test the consistency of the PMU's CPUID and its features
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- Re: [PATCH v13 04/22] x86/cpu: Detect TDX partial write machine check erratum
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- [PATCH v4 2/9] KVM: selftests: Extend this_pmu_has() and kvm_pmu_has() to check arch events
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- [PATCH vfio 5/9] vfio/mlx5: Rename some stuff to match chunk mode
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: Allow exposure of VMware backdoor Pseudo-PMCs when !enable_pmu
- From: Like Xu <like.xu.linux@xxxxxxxxx>
- Re: [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v13 05/22] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- [kvm-unit-tests PATCH 1/3] nVMX: Use helpers to check for WB memtype and 4-level EPT support
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v4 5/9] KVM: selftests: Test Intel PMU architectural events on fixed counters
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- Re: [bug report] vfio/pds: Add VFIO live migration support
- From: Brett Creeley <bcreeley@xxxxxxx>
- Re: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- [PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/13] Implement support for IBS virtualization
- From: Manali Shukla <manali.shukla@xxxxxxx>
- Re: [PATCH] vfio/pds: Using pci_physfn() to fix a compilation issue
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- RE: [PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
- From: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>
- [kvm-unit-tests PATCH 2/3] nVMX: Use setup_dummy_ept() to configure EPT for test_ept_eptp() test
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH] KVM: vPMU: Use atomic bit operations for global_status
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH net-next v8 1/4] vsock/virtio/vhost: read data from non-linear skb
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- [PATCH vfio 8/9] vfio/mlx5: Add support for READING in chunk mode
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH vfio 7/9] vfio/mlx5: Add support for SAVING in chunk mode
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
- From: Leonardo Brás <leobras@xxxxxxxxxx>
- [PATCH vfio 1/9] net/mlx5: Introduce ifc bits for migration in a chunk mode
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
- From: Waiman Long <longman@xxxxxxxxxx>
- RE: [PATCH] vfio/pds: Using pci_physfn() to fix a compilation issue
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- [PATCH v4 1/9] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- Re: [PATCH v3] target/i386: Restrict system-specific features from user emulation
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- [PATCH v4 8/9] KVM: selftests: Test Intel supported fixed counters bit mask
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- [PATCH vfio 3/9] vfio/mlx5: Refactor the SAVE callback to activate a work only upon an error
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- [PATCH vfio 0/9] Add chunk mode support for mlx5 driver
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH v6 02/45] kvm: mmu: dynamically allocate the x86-mmu shrinker
- From: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx>
- Re: [PATCH v20 00/30] Add KVM LoongArch support
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- [PATCH net-next v8 3/4] vsock/virtio: non-linear skb handling for tap
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- [PATCH v4 7/9] KVM: selftests: Test consistency of CPUID with num of fixed counters
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- [PATCH vfio 9/9] vfio/mlx5: Activate the chunk mode functionality
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v20 01/30] LoongArch: KVM: Add kvm related header files
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- [PATCH v4 3/9] KVM: selftests: Add pmu.h for PMU events and common masks
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- RE: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v4 9/9] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- Re: [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
- From: Zenghui Yu <zenghui.yu@xxxxxxxxx>
- [PATCH v2] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH] KVM: vPMU: Use atomic bit operations for global_status
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [kvm-unit-tests PATCH 3/3] nVMX: Add a testcase for running L2 with EP4TA that points at MMIO
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH net-next v2 1/2] vsock: send SIGPIPE on write to shutdowned socket
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH vfio 2/9] vfio/mlx5: Wake up the reader post of disabling the SAVING migration file
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH v4 4/9] KVM: selftests: Test Intel PMU architectural events on gp counters
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- Re: [PATCH v20 16/30] LoongArch: KVM: Implement update VM id function
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- [PATCH v3] target/i386: Restrict system-specific features from user emulation
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- [PATCH net-next v8 2/4] vsock/virtio: support to send non-linear skb
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- [PATCH vfio 4/9] vfio/mlx5: Enable querying state size which is > 4GB
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH vfio 6/9] vfio/mlx5: Pre-allocate chunks for the STOP_COPY phase
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH] KVM: vPMU: Use atomic bit operations for global_status
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- [kvm-unit-tests PATCH 0/3] nVMX: Test for EP4TA pointing at MMIO
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v4 6/9] KVM: selftests: Test consistency of CPUID with num of gp counters
- From: Jinrong Liang <ljr.kernel@xxxxxxxxx>
- [PATCH] fix build error in function vfio_combine_iova_ranges
- From: Cong Liu <liucong2@xxxxxxxxxx>
- [bug report] vfio/pds: Add VFIO live migration support
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
- From: zhaotianrui <zhaotianrui@xxxxxxxxxxx>
- Re: [PATCH v20 16/30] LoongArch: KVM: Implement update VM id function
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH v3] target/i386: Restrict system-specific features from user emulation
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Ankit Agrawal <ankita@xxxxxxxxxx>
- Re: [PATCH] fix build error in function vfio_combine_iova_ranges
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Tony Lindgren <tony@xxxxxxxxxxx>
- Re: [PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [PATCH v2] target/i386: Re-introduce few KVM stubs for Clang debug builds
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Ankit Agrawal <ankita@xxxxxxxxxx>
- [PATCH] vfio/pds: Using pci_physfn() to fix a compilation issue
- From: oushixiong <oushixiong@xxxxxxxxxx>
- Re: [PATCH v20 05/30] LoongArch: KVM: Add vcpu related header files
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- RE: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH] vfio/pds: Add missing PCI_IOV depends
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [intel-tdx:guest-kexec] [x86/kvm] ba13210a07: BUG:unable_to_handle_page_fault_for_address
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- RE: [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [PATCH] KVM: vPMU: Use atomic bit operations for global_status
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- RE: [PATCH v2 3/3] vfio: use __aligned_u64 in struct vfio_device_ioeventfd
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v2 1/3] vfio: trivially use __aligned_u64 for ioctl structs
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH v20 01/30] LoongArch: KVM: Add kvm related header files
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH v20 00/30] Add KVM LoongArch support
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH 9/9] KVM: selftests: Add fixed counters enumeration test case
- From: "Mi, Dapeng" <dapeng1.mi@xxxxxxxxxxxxxxx>
- Re: [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v9 5/6] KVM: x86: Migrate to __kvm_follow_pfn
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v9 4/6] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v9 1/6] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v9 0/6] KVM: allow mapping non-refcounted pages
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
- From: Zenghui Yu <zenghui.yu@xxxxxxxxx>
- Re: [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- From: Conor Dooley <conor@xxxxxxxxxx>
- [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
- [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton
- [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
- [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry
- [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
- [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
- [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
- [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors
- [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
- [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
- [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
- [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
- [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
- [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
- [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
- [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
- [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
- [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
- Re: [PATCH 05/13] target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- Re: [PATCH 04/13] target/i386/helper: Restrict KVM declarations to system emulation
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- Re: [PATCH 03/13] hw/i386/fw_cfg: Include missing 'cpu.h' header
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- Re: [PATCH 02/13] hw/i386/pc: Include missing 'cpu.h' header
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- Re: [PATCH 01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header
- From: Richard Henderson <richard.henderson@xxxxxxxxxx>
- [PATCH 3/3] vfio/mbochs: Fix the null-ptr-deref bug in mbochs_dev_init()
- From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
- [PATCH 2/3] vfio/mtty: Fix the null-ptr-deref bug in mtty_dev_init()
- From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
- [PATCH 1/3] vfio/mdpy: Fix the null-ptr-deref bug in mdpy_dev_init()
- From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
- [PATCH 0/3] vfio: Fix the null-ptr-deref bugs in samples of vfio-mdev
- From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
- From: Tao Su <tao1.su@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v5 17/17] KVM: selftests: Handle memory fault exits in demand_paging_test
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 16/17] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 15/17] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 12/17] KVM: arm64: Enable KVM_CAP_USERFAULT_ON_MISSING
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 14/17] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 13/17] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 09/17] KVM: Introduce KVM_CAP_USERFAULT_ON_MISSING without implementation
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 08/17] KVM: Allow hva_pfn_fast() to resolve read faults
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 06/17] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 03/17] KVM: Simplify error handling in __gfn_to_pfn_memslot()
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 01/17] KVM: Clarify documentation of hva_to_pfn()'s 'atomic' parameter
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 02/17] KVM: Add docstrings to __kvm_read/write_guest_page()
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- [PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults.
- From: Anish Moorthy <amoorthy@xxxxxxxxxx>
- Re: [syzbot] [mm?] kernel BUG in vma_replace_policy
- From: syzbot <syzbot+b591856e0f0139f83023@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 4096
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: Allow calling mmu_invalidate_retry_hva() without holding mmu_lock
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v13 05/22] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v13 04/22] x86/cpu: Detect TDX partial write machine check erratum
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v13 01/22] x86/virt/tdx: Detect TDX during kernel boot
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v3] KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS
- From: "Meyer, Kyle" <kyle.meyer@xxxxxxx>
- [PATCH v3 16/16] virtio-mem: Mark memslot alias memory regions unmergeable
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 15/16] memory,vhost: Allow for marking memory device memory regions unmergeable
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 14/16] virtio-mem: Expose device memory via multiple memslots if enabled
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 12/16] memory-device,vhost: Support automatic decision on the number of memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 11/16] vhost: Add vhost_get_max_memslots()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 13/16] memory: Clarify mapping requirements for RamDiscardManager
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 10/16] kvm: Add stub for kvm_get_max_memslots()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 06/16] memory-device: Support memory devices with multiple memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 07/16] stubs: Rename qmp_memory_device.c to memory_device.c
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 08/16] memory-device: Track required and actually used memslots in DeviceMemoryState
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 09/16] memory-device,vhost: Support memory devices that dynamically consume memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 04/16] kvm: Return number of free memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 03/16] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 05/16] vhost: Return number of free memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 02/16] vhost: Remove vhost_backend_can_merge() callback
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 01/16] vhost: Rework memslot filtering and fix "used_memslot" tracking
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v4] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH 00/13] Implement support for IBS virtualization
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH] arm64: Restore trapless ptimer access
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
- From: Nikolay Borisov <nik.borisov@xxxxxxxx>
- Re: [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v13 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH] arm64: Restore trapless ptimer access
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] arm64: Restore trapless ptimer access
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Tony Lindgren <tony@xxxxxxxxxxx>
- [PATCH v2] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
- From: Tao Su <tao1.su@xxxxxxxxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
- From: Haibo Xu <xiaobo55x@xxxxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
- From: Haibo Xu <xiaobo55x@xxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: Allow calling mmu_invalidate_retry_hva() without holding mmu_lock
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [GIT PULL] KVM changes for 6.6 merge window
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH 2/2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH V3] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- Re: [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- Re: [PATCH v20 27/30] LoongArch: KVM: Implement vcpu world switch
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- Re: [PATCH v20 19/30] LoongArch: KVM: Implement kvm mmu operations
- From: WANG Xuerui <kernel@xxxxxxxxxx>
- Re: [PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH] arm64: Restore trapless ptimer access
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [PATCH] kvm ignores ignore_msrs=1 VETO for some MSRs
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH kvmtool 2/3] builtin-run: Document mode=none for -n/--network
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH kvmtool 1/3] Revert "virtio-net: Don't print the compat warning for the default device"
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Marc Haber <mh+linux-kernel@xxxxxxxxxxxx>
- [PATCH 5/5] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Cédric Le Goater <clg@xxxxxxxx>
- [PATCH kvmtool 0/3] Change what --nodefaults does and a revert
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC kvmtool 3/3] builtin-run: Have --nodefaults disable the default virtio-net device
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Cédric Le Goater <clg@xxxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Cédric Le Goater <clg@xxxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Joao Martins <joao.m.martins@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: x86: Clear X2APIC_ICR_UNUSED_12 after APIC-write VM-exit
- From: Tao Su <tao1.su@xxxxxxxxxxxxxxx>
- [PATCH V3] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Peter Gonda <pgonda@xxxxxxxxxx>
- Re: [PATCH 00/10] RISC-V: Refactor instructions
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- [PATCH 3/5] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v4 00/11] KVM: PPC: Nested APIv2 guest support
- From: Sachin Sant <sachinp@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: [PATCH] vfio/pds: Add missing PCI_IOV depends
- From: Brett Creeley <bcreeley@xxxxxxx>
- Re: [PATCH] vfio/pds: Add missing PCI_IOV depends
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH 1/5] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v3 0/2] KVM: s390: add counters for vsie performance
- From: Nico Boehr <nrb@xxxxxxxxxxxxx>
- Re: [PATCH] iommu/amd: remove amd_iommu_snp_enable
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
- From: Haibo Xu <xiaobo55x@xxxxxxxxx>
- [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 00/13] Implement support for IBS virtualization
- From: Manali Shukla <manali.shukla@xxxxxxx>
- Re: [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
- From: "Mi, Dapeng" <dapeng1.mi@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/5] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Tony Lindgren <tony@xxxxxxxxxxx>
- Re: [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Joao Martins <joao.m.martins@xxxxxxxxxx>
- Re: [PATCH 3/5] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
- From: Nikolay Borisov <nik.borisov@xxxxxxxx>
- Re: [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
- From: "Suthikulpanit, Suravee" <suravee.suthikulpanit@xxxxxxx>
- Re: [PATCH v13 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
- From: Nikolay Borisov <nik.borisov@xxxxxxxx>
- Re: [PATCH] iommu/amd: remove amd_iommu_snp_enable
- From: "Suthikulpanit, Suravee" <suravee.suthikulpanit@xxxxxxx>
- Re: [PATCH 2/2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v4 08/16] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
- From: Haibo Xu <xiaobo55x@xxxxxxxxx>
- Re: [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
- From: Haibo Xu <xiaobo55x@xxxxxxxxx>
- Re: [PATCH] KVM: X86: Reduce calls to vcpu_load
- From: Hao Peng <flyingpenghao@xxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: x86: Clear X2APIC_ICR_UNUSED_12 after APIC-write VM-exit
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
- From: Mingwei Zhang <mizhang@xxxxxxxxxx>
- Re: [PATCH 2/5] nSVM: Check for optional commands and reserved encodings of TLB_CONTROL in nested VMCB
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- Re: [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Peter Gonda <pgonda@xxxxxxxxxx>
- Re: [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Marc Haber <mh+linux-kernel@xxxxxxxxxxxx>
- Re: [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: X86: Reduce calls to vcpu_load
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 00/13] Implement support for IBS virtualization
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [ANNOUNCE] KVM LPC Microconference Call for Abstracts closing on Friday, September 8th
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- Re: [PATCH 00/10] RISC-V: Refactor instructions
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [GIT PULL] KVM changes for 6.6 merge window
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH 2/5] nSVM: Check for optional commands and reserved encodings of TLB_CONTROL in nested VMCB
- From: "Stefan Sterz" <s.sterz@xxxxxxxxxxx>
- Re: [PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 4096
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH 00/13] Implement support for IBS virtualization
- From: Manali Shukla <manali.shukla@xxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Tony Lindgren <tony@xxxxxxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Tony Lindgren <tony@xxxxxxxxxxx>
- [PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
- From: Peter Gonda <pgonda@xxxxxxxxxx>
- Re: [PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: Linux 6.5 speed regression, boot VERY slow with anything systemd related
- From: Marc Haber <mh+linux-kernel@xxxxxxxxxxxx>
- Re: [PATCH v2 04/16] kvm: Return number of free memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 04/16] kvm: Return number of free memslots
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 3/8] tools: riscv: Add header file csr.h
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH] iommu/amd: remove amd_iommu_snp_enable
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Joao Martins <joao.m.martins@xxxxxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
- From: Haibo Xu <xiaobo55x@xxxxxxxxx>
- Re: [PATCH 6/9] KVM: x86/pmu: Add Intel PMU supported fixed counters mask
- From: "Mi, Dapeng" <dapeng1.mi@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/9] KVM: x85/pmu: Add Streamlined FREEZE_LBR_ON_PMI for vPMU v4
- From: "Mi, Dapeng" <dapeng1.mi@xxxxxxxxxxxxxxx>
- Re: [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanners]
[Linux SCSI]
[Samba]
[Yosemite News]