public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-02 15:36:50 to 2023-08-03 07:37:33 UTC [more...]

[PATCH v5 00/19] Enable CET Virtualization
 2023-08-03  4:27 UTC  (16+ messages)
` [PATCH v5 01/19] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 02/19] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 03/19] KVM:x86: Report XSS as to-be-saved if there are supported features
` [PATCH v5 04/19] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v5 05/19] KVM:x86: Initialize kvm_caps.supported_xss
` [PATCH v5 06/19] KVM:x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v5 07/19] KVM:x86: Add fault checks for guest CR4.CET setting
` [PATCH v5 08/19] KVM:x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v5 09/19] KVM:x86: Make guest supervisor states as non-XSAVE managed
` [PATCH v5 10/19] KVM:VMX: Introduce CET VMCS fields and control bits
` [PATCH v5 11/19] KVM:VMX: Emulate read and write to CET MSRs
` [PATCH v5 12/19] KVM:x86: Save and reload SSP to/from SMRAM
` [PATCH v5 13/19] KVM:VMX: Set up interception for CET MSRs
` [PATCH v5 14/19] KVM:VMX: Set host constant supervisor states to VMCS fields
` [PATCH v5 15/19] KVM:x86: Optimize CET supervisor SSP save/reload

[PATCH v1 0/4] selftests: kvm: Add LoongArch support
 2023-08-03  6:52 UTC  (15+ messages)
` [PATCH v1 1/4] selftests: kvm: Add kvm selftests header files for LoongArch
` [PATCH v1 2/4] selftests: kvm: Add processor tests for LoongArch KVM
` [PATCH v1 3/4] selftests: kvm: Add ucall "
` [PATCH v1 4/4] selftests: kvm: Add LoongArch tests into makefile

[PATCH] KVM: SVM: Add exception to disable objtool warning for kvm-amd.o
 2023-08-03  6:25 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86:VMX: Fixup for VMX test failures
 2023-08-03  5:56 UTC  (3+ messages)

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-08-03  5:23 UTC  (7+ messages)
` [PATCH 2/4] KVM: selftests: x86: Use TAP interface in the sync_regs test

[PATCH] vfio/type1: fix cap_migration information leak
 2023-08-03  5:19 UTC  (2+ messages)

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-08-03  5:11 UTC  (9+ messages)
` [RFC PATCH v2 4/6] KVM: SVM: Save shadow stack host state on VMRUN

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-03  4:13 UTC  (22+ messages)
` [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid "
` [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH v1] KVM: arm64: selftests: Test pointer authentication support in KVM guest
 2023-08-03  3:32 UTC  (6+ messages)

[PATCH] KVM: x86: Advertise AMX-COMPLEX CPUID to userspace
 2023-08-03  3:26 UTC  (4+ messages)

[Question] int3 instruction generates a #UD in SEV VM
 2023-08-03  3:27 UTC  (10+ messages)

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-08-03  3:13 UTC  (36+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-08-03  3:13 UTC  (7+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h

[PATCH v18 00/30] Add KVM LoongArch support
 2023-08-03  2:21 UTC  (31+ messages)
` [PATCH v18 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v18 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v18 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v18 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v18 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v18 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v18 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v18 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v18 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v18 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v18 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v18 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v18 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v18 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v18 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v18 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v18 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v18 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v18 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v18 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v18 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v18 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v18 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v18 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v18 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v18 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v18 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v18 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v18 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v18 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-03  0:53 UTC  (17+ messages)
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support

[PATCH v2] Documentation: KVM: Add vPMU implementaion and gap document
 2023-08-03  0:52 UTC  (3+ messages)

[PATCH 0/2] sync_regs() TOCTOU issues
 2023-08-03  0:44 UTC  (10+ messages)
` [PATCH 1/2] KVM: x86: Fix KVM_CAP_SYNC_REGS's "
` [PATCH 2/2] KVM: selftests: Extend x86's sync_regs_test to check for races

[PATCH 0/2] iommu: Make pasid array per device
 2023-08-03  0:44 UTC  (3+ messages)

[PATCH] KVM: VMX: Drop manual TLB flush when migrating vmcs.APIC_ACCESS_ADDR
 2023-08-03  0:05 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/pmu: Clean up arch/hw event handling
 2023-08-03  0:05 UTC  (2+ messages)

[PATCH 0/3] KVM: SVM: Clean up LBRv MSRs handling
 2023-08-03  0:05 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
 2023-08-03  0:04 UTC  (2+ messages)

[PATCH v3 0/3] KVM: x86: Out-of-bounds access in kvm_recalculate_phys_map()
 2023-08-03  0:04 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Snapshot host MSR_IA32_ARCH_CAPABILITIES
 2023-08-03  0:04 UTC  (2+ messages)

[PATCH] KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
 2023-08-03  0:04 UTC  (2+ messages)

[PATCH] KVM: pass through CPUID 0x80000005
 2023-08-03  0:04 UTC  (2+ messages)

[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
 2023-08-03  0:00 UTC  (5+ messages)
` [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2

[PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
 2023-08-02 23:42 UTC  (18+ messages)
` [PATCH kvmtool v3 01/17] Import arm-smccc.h from Linux 6.5-rc1
` [PATCH kvmtool v3 02/17] aarch64: Copy cputype.h "
` [PATCH kvmtool v3 03/17] Update psci.h to "
` [PATCH kvmtool v3 04/17] arm: Stash kvm_vcpu_init for later use
` [PATCH kvmtool v3 05/17] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH kvmtool v3 06/17] aarch64: Expose ARM64_CORE_REG() for general use
` [PATCH kvmtool v3 07/17] arm: Generalize execution state specific VM initialization
` [PATCH kvmtool v3 08/17] Add helpers to pause the VM from vCPU thread
` [PATCH kvmtool v3 09/17] aarch64: Add support for finding vCPU for given MPIDR
` [PATCH kvmtool v3 10/17] aarch64: Add skeleton implementation for PSCI
` [PATCH kvmtool v3 11/17] aarch64: psci: Implement CPU_SUSPEND
` [PATCH kvmtool v3 12/17] aarch64: psci: Implement CPU_OFF
` [PATCH kvmtool v3 13/17] aarch64: psci: Implement CPU_ON
` [PATCH kvmtool v3 14/17] aarch64: psci: Implement AFFINITY_INFO
` [PATCH kvmtool v3 15/17] aarch64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH kvmtool v3 16/17] aarch64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH kvmtool v3 17/17] aarch64: smccc: Start sending PSCI to userspace

[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-02 23:33 UTC  (29+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-02 23:00 UTC  (12+ messages)
` [RFC PATCH 06/19] i386/pc: Drop pc_machine_kvm_type()
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH 19/19] i386: Disable SMM mode for X86_SW_PROTECTED_VM

[PATCH v3 0/6] KVM: selftests: add powerpc support
 2023-08-02 22:44 UTC  (3+ messages)
` [PATCH v3 3/6] KVM: PPC: selftests: add support for powerpc

[PATCH v4 0/6] KVM: s390: interrupt: Fix stepping into interrupt handlers
 2023-08-02 22:24 UTC  (2+ messages)

[PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul
 2023-08-02 22:01 UTC  (2+ messages)

[PATCH v1] tools: remove duplicate assignment
 2023-08-02 21:18 UTC  (2+ messages)

[PATCH] KVM: selftests: use unified time type for comparison
 2023-08-02 21:11 UTC  (4+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-08-02 20:31 UTC  (3+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes

[PATCH] KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_masked()
 2023-08-02 19:17 UTC  (2+ messages)

[PATCH] KVM: x86: Use sysfs_emit() instead of sprintf()
 2023-08-02 19:16 UTC  (2+ messages)

KVM_EXIT_FAIL_ENTRY with hardware_entry_failure_reason = 7
 2023-08-02 19:04 UTC  (8+ messages)

[PATCH v2 0/2] KVM: irqbypass: XArray conversion and a deref fix
 2023-08-02 18:30 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: irqbypass: Convert producers/consumers single linked list to XArray

Deadlock due to EPT_VIOLATION
 2023-08-02 17:52 UTC  (9+ messages)

[PATCH v7 00/10] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-02 17:48 UTC  (8+ messages)
` [PATCH v7 01/10] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v7 10/10] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-02 16:47 UTC  (20+ messages)
` [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
` [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
` [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock()
` [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: "
` [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
` [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg
` [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support
` [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory
` [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support

[PATCH v2 0/8] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-08-02 15:34 UTC  (6+ messages)
` [PATCH v2 2/8] smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
` [PATCH v2 6/8] mm/huge_memory: remove stale NUMA hinting comment from follow_trans_huge_pmd()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox