public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-21 08:45:35 to 2023-06-22 21:32:58 UTC [more...]

[PATCH 0/3] KVM: x86: CR0 vs. KVM_SET_SREGS and !URG
 2023-06-22 21:32 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-06-22 21:14 UTC 

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-22 20:57 UTC  (34+ messages)
` [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v5 03/33] pgtable: Create struct ptdesc
` [PATCH v5 04/33] mm: add utility functions for ptdesc
` [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v5 07/33] mm: Convert ptlock_ptr() "
` [PATCH v5 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v5 09/33] mm: Convert ptlock_init() "
` [PATCH v5 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v5 11/33] mm: Convert ptlock_free() "
` [PATCH v5 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v5 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v5 14/33] x86: "
` [PATCH v5 15/33] s390: Convert various gmap "
` [PATCH v5 16/33] s390: Convert various pgalloc "
` [PATCH v5 17/33] mm: Remove page table members from struct page
` [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v5 19/33] arm: "
` [PATCH v5 20/33] arm64: "
` [PATCH v5 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v5 22/33] hexagon: "
` [PATCH v5 23/33] loongarch: Convert various functions "
` [PATCH v5 24/33] m68k: "
` [PATCH v5 25/33] mips: "
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v5 27/33] openrisc: "
` [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v5 29/33] sh: Convert pte_free_tlb() "
` [PATCH v5 30/33] sparc64: Convert various functions "
` [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[Bug 217574] New: kvm_intel loads only after suspend
 2023-06-22 20:42 UTC  (2+ messages)
` [Bug 217574] "

[GIT PULL] Final KVM fixes for Linux 6.4
 2023-06-22 19:52 UTC 

[GIT PULL] KVM/arm64 fixes for 6.4, take #4
 2023-06-22 19:39 UTC  (2+ messages)

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-22 19:23 UTC  (20+ messages)
` [PATCH RFC net-next v4 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
` [PATCH RFC net-next v4 2/8] vsock: refactor transport lookup code
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
` [PATCH RFC net-next v4 5/8] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-22 18:00 UTC  (7+ messages)
` [PATCH v12 10/24] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v12 11/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v12 12/24] vfio: Record devid in vfio_device_file

[Bug 217562] New: kernel NULL pointer dereference on deletion of guest physical memory slot
 2023-06-22 17:51 UTC  (2+ messages)
` [Bug 217562] "

[PATCH v2 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-22 17:51 UTC  (22+ messages)
` [PATCH v2 01/16] MAINTAINERS: Update Roman Bolshakov email address
` [PATCH v2 02/16] accel: Document generic accelerator headers
` [PATCH v2 03/16] accel: Remove unused hThread variable on TCG/WHPX
` [PATCH v2 04/16] accel: Fix a leak on Windows HAX
` [PATCH v2 05/16] accel: Destroy HAX vCPU threads once done
` [PATCH v2 06/16] accel: Rename 'hax_vcpu' as 'accel' in CPUState
` [PATCH v2 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
` [PATCH v2 08/16] accel: Move HAX hThread to accelerator context
` [PATCH v2 09/16] accel: Remove NVMM unreachable error path
` [PATCH v2 10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
` [PATCH v2 11/16] accel: Inline NVMM get_qemu_vcpu()
` [PATCH v2 12/16] accel: Remove WHPX unreachable error path
` [PATCH v2 13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
` [PATCH v2 14/16] accel: Inline WHPX get_whpx_vcpu()
` [PATCH v2 15/16] accel: Rename 'cpu_state' -> 'cpu'
` [PATCH v2 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState

[PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-23  0:55 UTC  (17+ messages)
` [PATCH 1/6] KVM: Documentation: Add the missing guest_mode in kvm_mmu_page_role
` [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 5/6] KVM: Documentation: Add the missing mmu_valid_gen "
` [PATCH 6/6] KVM: Documentation: Add the missing tdp_mmu_page "

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-22 15:32 UTC  (21+ messages)
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support

[PATCH v8 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-22 15:22 UTC  (3+ messages)
` [PATCH v8 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev

[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-22 14:16 UTC  (7+ messages)
` [Bug 217558] "

[GIT PULL] KVM/riscv changes for 6.5
 2023-06-22 14:13 UTC 

[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
 2023-06-22 13:46 UTC  (23+ messages)
` [RFC PATCH 01/21] iommu/amd: Declare helper functions as extern
` [RFC PATCH 02/21] iommu/amd: Clean up spacing in amd_iommu_ops declaration
` [RFC PATCH 03/21] iommu/amd: Update PASID, GATS, and GLX feature related macros
` [RFC PATCH 04/21] iommu/amd: Modify domain_enable_v2() to add giov parameter
` [RFC PATCH 05/21] iommu/amd: Refactor set_dte_entry() helper function
` [RFC PATCH 06/21] iommu/amd: Modify set_dte_entry() to add gcr3 input parameter
` [RFC PATCH 07/21] iommu/amd: Modify set_dte_entry() to add user domain "
` [RFC PATCH 08/21] iommu/amd: Allow nested IOMMU page tables
` [RFC PATCH 09/21] iommu/amd: Add support for hw_info for iommu capability query
` [RFC PATCH 10/21] iommu/amd: Introduce vIOMMU-specific events and event info
` [RFC PATCH 11/21] iommu/amd: Introduce Reset vMMIO Command
` [RFC PATCH 12/21] iommu/amd: Introduce AMD vIOMMU-specific UAPI
` [RFC PATCH 13/21] iommu/amd: Introduce vIOMMU command-line option
` [RFC PATCH 14/21] iommu/amd: Initialize vIOMMU private address space regions
` [RFC PATCH 15/21] iommu/amd: Introduce vIOMMU vminit and vmdestroy ioctl
` [RFC PATCH 16/21] iommu/amd: Introduce vIOMMU ioctl for updating device mapping table
` [RFC PATCH 17/21] iommu/amd: Introduce vIOMMU ioctl for updating domain mapping
` [RFC PATCH 18/21] iommu/amd: Introduce vIOMMU ioctl for handling guest MMIO accesses
` [RFC PATCH 19/21] iommu/amd: Introduce vIOMMU ioctl for handling command buffer mapping
` [RFC PATCH 20/21] iommu/amd: Introduce vIOMMU ioctl for setting up guest CR3
` [RFC PATCH 21/21] iommufd: Introduce AMD HW-vIOMMU IOCTL

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-22 12:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/8] s390x: uv-host: Fixups and extensions part 1
 2023-06-22  7:50 UTC  (9+ messages)
` [kvm-unit-tests PATCH v4 1/8] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v4 2/8] s390x: uv-host: Check for sufficient amount of memory
` [kvm-unit-tests PATCH v4 3/8] s390x: uv-host: Beautify code
` [kvm-unit-tests PATCH v4 4/8] s390x: uv-host: Add cpu number check to test_init
` [kvm-unit-tests PATCH v4 5/8] s390x: uv-host: Remove create guest variable storage prefix check
` [kvm-unit-tests PATCH v4 6/8] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v4 7/8] s390x: uv-host: Fence access checks when UV debug is enabled
` [kvm-unit-tests PATCH v4 8/8] s390x: uv-host: Add the test to unittests.conf

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-22  5:08 UTC  (3+ messages)
` [PATCH v7 6/8] "

[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-22  4:46 UTC  (3+ messages)

[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-22  3:07 UTC 

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-21 21:54 UTC  (4+ messages)
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

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

[GIT PULL] virtio: last minute revert
 2023-06-21 18:12 UTC  (2+ messages)

[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-21 17:50 UTC  (12+ messages)
` [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
` [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
` [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
` [RESEND PATCH v5 11/11] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-21 17:13 UTC  (14+ messages)

[GIT PULL 00/11] kvm: s390: Changes for 6.5
 2023-06-21 15:29 UTC  (12+ messages)
` [GIT PULL 01/11] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [GIT PULL 02/11] KVM: s390: selftests: add selftest for CMMA migration
` [GIT PULL 03/11] KVM: s390: vsie: fix the length of APCB bitmap
` [GIT PULL 04/11] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
` [GIT PULL 05/11] s390/uv: Always export uv_info
` [GIT PULL 06/11] s390/uvdevice: Add info IOCTL
` [GIT PULL 07/11] s390/uvdevice: Add 'Add Secret' UVC
` [GIT PULL 08/11] s390/uvdevice: Add 'List Secrets' UVC
` [GIT PULL 09/11] s390/uvdevice: Add 'Lock Secret Store' UVC
` [GIT PULL 10/11] s390/uv: replace scnprintf with sysfs_emit
` [GIT PULL 11/11] s390/uv: Update query for secret-UVCs

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-21 14:54 UTC  (5+ messages)
` [kvm-unit-tests v4 01/12] powerpc: Report instruction address and MSR in unhandled exception error
` [kvm-unit-tests v4 02/12] powerpc: Add some checking to exception handler install

[RFC PATCH 0/2] Invalidate secondary IOMMU TLB on permission upgrade
 2023-06-21 15:06 UTC  (2+ messages)

[PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
 2023-06-21 14:54 UTC  (3+ messages)
` [PATCH v4 3/6] target/riscv: check the in-kernel irqchip support
` [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip

[kvm-unit-tests PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES
 2023-06-21 14:33 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v4 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v4 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [kvm-unit-tests PATCH v4 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v4 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v4 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v4 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v4 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v4 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v4 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v4 11/11] x86: AMD SEV-ES: Handle string IO for "

[PATCH v20 00/21] s390x: CPU Topology
 2023-06-21 13:48 UTC  (10+ messages)
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast

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

[PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES
 2023-06-21 12:58 UTC  (2+ messages)

[PATCH] vhost: Make parameter name match of vhost_get_vq_desc()
 2023-06-21  9:38 UTC 

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-21  9:01 UTC  (3+ messages)

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-21  8:45 UTC  (8+ messages)
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test


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