public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-24 17:42:30 to 2023-06-27 01:53:45 UTC [more...]

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-27  1:53 UTC  (29+ messages)
` [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
` [PATCH v3 16/21] KVM:x86: Save/Restore GUEST_SSP to/from SMM state save area
` [PATCH v3 20/21] KVM:x86: Enable kernel IBT support for guest

[GIT PULL] KVM: Non-x86 changes for 6.5
 2023-06-27  0:33 UTC  (7+ messages)
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "

[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
 2023-06-26 22:34 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld

[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-26 22:23 UTC  (12+ messages)
` [PATCH v2 1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
` [PATCH v2 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v2 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v2 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v2 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "
` [PATCH v2 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "

[RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement
 2023-06-26 21:48 UTC  (11+ messages)
` [RFC PATCH v2 3/6] KVM: x86/mmu: Pass round full 64-bit error code for the KVM page fault
` [RFC PATCH v2 4/6] KVM: x86: Introduce fault type to indicate kvm page fault is private

[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
 2023-06-26 21:37 UTC  (4+ messages)
` [PATCH v4 06/13] KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits

[PATCH v12 00/22] TDX host kernel support
 2023-06-26 21:21 UTC  (24+ messages)
` [PATCH v12 01/22] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v12 02/22] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v12 03/22] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v12 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 06/22] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 10/22] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v12 11/22] x86/virt/tdx: Fill out "
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v12 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v12 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v12 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v12 16/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v12 17/22] x86/kexec: Flush cache of TDX private memory
` [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v12 22/22] Documentation/x86: Add documentation for TDX host support

[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
 2023-06-26 20:54 UTC  (3+ messages)

[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
 2023-06-26 20:52 UTC  (6+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
` [PATCH v4 3/4] KVM: arm64: Enable writable for ID_AA64PFR0_EL1

[PATCH] KVM: x86/mmu: Remove KVM MMU write lock when accessing indirect_shadow_pages
 2023-06-26 20:42 UTC  (11+ messages)

Virtual Machine Manager issue on Kernel 6.4
 2023-06-26 19:27 UTC 

[PATCH] vfio/mdev: Move the compat_class initialization to module init
 2023-06-26 18:47 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/6] arm64: improve debuggability
 2023-06-26 18:30 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/6] efi: keep efi debug information in a separate file
` [kvm-unit-tests PATCH v2 2/6] lib/stack: print base addresses on efi
` [kvm-unit-tests PATCH v2 3/6] arm64: enable frame pointer and support stack unwinding
` [kvm-unit-tests PATCH v2 4/6] arm64: stack: update trace stack on exception
` [kvm-unit-tests PATCH v2 5/6] efi: print address of image
` [kvm-unit-tests PATCH v2 6/6] arm64: dump stack on bad exception

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-06-26 18:22 UTC  (10+ messages)
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-26 18:13 UTC  (10+ messages)
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support

[PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-26 17:59 UTC  (13+ messages)
` [PATCH 2/6] KVM: Documentation: Update the field name gfns in kvm_mmu_page
` [PATCH 3/6] KVM: Documentation: Add the missing ptep "
` [PATCH 4/6] KVM: Documentation: Add the missing tdp_mmu_root_count into kvm_mmu_page
` [PATCH 6/6] KVM: Documentation: Add the missing tdp_mmu_page "

[PATCH] KVM: x86/pmu: SRCU protect the PMU event filter in the fast path
 2023-06-26 17:34 UTC  (4+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-26 17:28 UTC  (16+ messages)

[PATCH 0/4] Part of fix for host and guest LBR event coexist
 2023-06-26 17:00 UTC  (8+ messages)
` [PATCH 2/4] KVM: VMX/pmu: Save host debugctlmsr just before vm entry
` [PATCH 3/4] KVM: VMX/pmu: Enable inactive vLBR event in guest LBR MSR emulation

[RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-06-26 16:30 UTC  (6+ messages)
` [RFC PATCH v1 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v1 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET

[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-26 16:23 UTC  (5+ messages)

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-26 16:15 UTC  (22+ messages)
` [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v4 02/17] vhost/vsock: "
` [RFC PATCH v4 03/17] vsock/virtio: support to send "
` [RFC PATCH v4 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v4 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v4 06/17] vsock: check error queue to set EPOLLERR
` [RFC PATCH v4 07/17] vsock: read from socket's error queue
` [RFC PATCH v4 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v4 11/17] vsock/virtio: "
` [RFC PATCH v4 12/17] vsock/loopback: "

[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in __vhost_vq_attach_worker
 2023-06-26 15:36 UTC  (4+ messages)

[kvm-unit-tests PATCH] s390x: Align __bss_end to a halfword boundary
 2023-06-26 15:34 UTC  (2+ messages)

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-26 15:03 UTC  (11+ messages)
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-26 14:51 UTC  (10+ messages)
` [PATCH v12 14/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v1 0/5] target/arm: Handle psci calls in userspace
 2023-06-26 13:42 UTC  (5+ messages)
` [PATCH v1 1/5] linux-headers: Update to v6.4-rc7
` [PATCH v1 4/5] arm/kvm: add skeleton implementation for userspace SMCCC call handling
` [PATCH v1 5/5] arm/kvm: add support for userspace psci calls handling

[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
 2023-06-26 13:20 UTC  (8+ messages)

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-26 12:44 UTC  (4+ messages)

[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-26 10:10 UTC  (12+ messages)
` [PATCH v3 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
` [PATCH v3 08/16] accel: Move HAX hThread to accelerator context
` [PATCH v3 09/16] accel: Remove NVMM unreachable error path
` [PATCH v3 10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
` [PATCH v3 11/16] accel: Inline NVMM get_qemu_vcpu()
` [PATCH v3 12/16] accel: Remove WHPX unreachable error path
` [PATCH v3 13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
` [PATCH v3 14/16] accel: Inline WHPX get_whpx_vcpu()
` [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs'
` [PATCH v3 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState

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

[PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers
 2023-06-26  8:00 UTC  (7+ messages)

[kvm-unit-tests PATCH 0/6] arm64: improve debuggability
 2023-06-26  5:42 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/6] arm: keep efi debug information in a separate file
` [kvm-unit-tests PATCH 2/6] lib/stack: print base addresses on efi
` [kvm-unit-tests PATCH 3/6] arm64: enable frame pointer and support stack unwinding

[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
 2023-06-26  3:40 UTC  (8+ messages)
` [PATCH v3 07/11] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED

[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
 2023-06-26  3:50 UTC  (3+ messages)
` [Bug 217558] "

[Bug 217574] New: kvm_intel loads only after suspend
 2023-06-26  2:56 UTC  (3+ messages)
` [Bug 217574] "

[PATCH v11 00/20] TDX host kernel support
 2023-06-25 23:26 UTC  (18+ messages)
` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-06-25 19:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-06-25 19:12 UTC  (2+ messages)
` [Bug 217307] "

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-25  8:51 UTC  (4+ messages)
` [PATCH v5 24/33] m68k: Convert various functions to use ptdescs

[PATCH] KVM: x86: Use sysfs_emit() instead of sprintf()
 2023-06-25  7:34 UTC 


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