public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-21 17:50:48 to 2023-06-23 13:05:14 UTC [more...]

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

[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
 2023-06-23 12:54 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] Rework the common LDFLAGS to become more useful again
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld

[PATCH] KVM: x86/pmu: SRCU protect the PMU event filter in the fast path
 2023-06-23 12:35 UTC 

[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
 2023-06-23 11:45 UTC  (25+ 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 v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-23 10:40 UTC  (13+ messages)
` [PATCH v4 01/12] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v4 02/12] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v4 03/12] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v4 04/12] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v4 05/12] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v4 06/12] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v4 07/12] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 10/12] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[kvm-unit-tests PATCH] s390x: Align __bss_end to a halfword boundary
 2023-06-23  9:39 UTC 

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-23  8:15 UTC  (35+ 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 RFC net-next v4 8/8] tests: add vsock dgram tests

[kvm-unit-tests PATCH v4] runtime: Allow to specify properties for accelerator
 2023-06-23  7:38 UTC  (2+ messages)

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-23  7:36 UTC  (6+ messages)

[RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement
 2023-06-23  2:54 UTC  (9+ messages)
` [RFC PATCH v2 1/6] KVM: selftests: Fix test_add_overlapping_private_memory_regions()
` [RFC PATCH v2 2/6] KVM: selftests: Fix guest_memfd()
` [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
` [RFC PATCH v2 5/6] KVM: Add flags to struct kvm_gfn_range
` [RFC PATCH v2 6/6] KVM: x86: Add is_vm_type_supported callback

[PATCH kernel 0/9] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-06-23  1:35 UTC  (3+ messages)
` [PATCH kernel 0/9 v6] "

[GIT PULL] Final KVM fixes for Linux 6.4
 2023-06-23  1:03 UTC  (2+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-22 23:52 UTC  (15+ messages)
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-22 23:02 UTC  (10+ messages)
` [PATCH 1/3] KVM: VMX: Retry APIC-access page reload if invalidation is in-progress

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-22 22:05 UTC  (35+ 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

[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 

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

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

[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 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  (2+ messages)
` [Bug 217558] "

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

[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 v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-21 21:54 UTC  (3+ 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


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