public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-10 10:34:27 to 2025-01-12 09:55:43 UTC [more...]

[PATCH v2 0/5] KVM: e500: map readonly host pages for read, and cleanup
 2025-01-12  9:55 UTC  (4+ messages)
` [PATCH 1/5] KVM: e500: always restore irqs
` [PATCH 2/5] KVM: e500: use shadow TLB entry as witness for writability
` [PATCH 3/5] KVM: e500: track host-writability of pages

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-01-11  3:48 UTC  (25+ messages)
` [RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
` [RFC PATCH 08/12] vfio/pci: Create host unaccessible dma-buf for private device

[PATCH] KVM: allow NULL writable argument to __kvm_faultin_pfn
 2025-01-11 14:49 UTC 

[PATCH] KVM: allow NULL writable argument to __kvm_faultin_pfn
 2025-01-11 14:47 UTC  (2+ messages)

[PATCH v2 0/4] x86/bugs: Adjust SRSO mitigation to new features
 2025-01-11 12:52 UTC  (11+ messages)
` [PATCH v2 3/4] x86/bugs: KVM: Add support for SRSO_MSR_FIX
                  ` [PATCH] "

[PATCH 0/5] KVM: Add a kvm_run flag to signal need for completion
 2025-01-11 11:01 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: Document that KVM_EXIT_HYPERCALL requires completion
` [PATCH 2/5] KVM: Clear vcpu->run->flags at start of KVM_RUN for all architectures
` [PATCH 3/5] KVM: Add a common kvm_run flag to communicate an exit needs completion
` [PATCH 4/5] KVM: selftests: Provide separate helper for KVM_RUN with immediate_exit
` [PATCH 5/5] KVM: selftests: Rely on KVM_RUN_NEEDS_COMPLETION to complete userspace exits

[PATCH] vhost/scsi: Fix improper cleanup in vhost_scsi_set_endpoint()
 2025-01-11  8:14 UTC  (3+ messages)
  `  "

[PATCH] KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests
 2025-01-11  6:19 UTC  (2+ messages)

[PATCH V3] KVM: SEV: fix wrong pinning of pages
 2025-01-11  6:15 UTC 

[PATCH V2] KVM: SEV: fix wrong pinning of pages
 2025-01-11  6:14 UTC  (3+ messages)

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-11  3:32 UTC  (14+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 04/13] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by the irqchips that need it
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 07/13] iommufd: Implement sw_msi support natively
` [PATCH RFCv2 08/13] iommu: Turn iova_cookie to dma-iommu private pointer
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH RFCv2 10/13] iommufd/selftes: Add coverage for IOMMU_OPTION_SW_MSI_START/SIZE
` [PATCH RFCv2 11/13] iommufd/device: Allow setting IOVAs for MSI(x) vectors
` [PATCH RFCv2 12/13] vfio-iommufd: Provide another layer of msi_iova helpers
` [PATCH RFCv2 13/13] vfio/pci: Allow preset MSI IOVAs via VFIO_IRQ_SET_ACTION_PREPARE

[PATCH v2 0/6] Introduce CET supervisor state support
 2025-01-11  1:26 UTC  (3+ messages)

[PATCH 0/5] KVM: Dirty ring fixes and cleanups
 2025-01-11  1:04 UTC  (6+ messages)
` [PATCH 1/5] KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
` [PATCH 2/5] KVM: Bail from the dirty ring reset flow if a signal is pending
` [PATCH 3/5] KVM: Conditionally reschedule when resetting the dirty ring
` [PATCH 4/5] KVM: Check for empty mask of harvested dirty ring entries in caller
` [PATCH 5/5] KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resets

[PATCH v2 0/9] KVM: selftests: Binary stats fixes and infra updates
 2025-01-11  0:50 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH v2 2/9] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH v2 3/9] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH v2 4/9] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH v2 5/9] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH v2 6/9] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH v2 7/9] KVM: selftests: Adjust number of files rlimit for all "standard" VMs
` [PATCH v2 8/9] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH v2 9/9] KVM: selftests: Add compile-time assertions to guard against stats typos

[PATCH v3 0/7] Move initializing SEV/SNP functionality to KVM
 2025-01-11  0:49 UTC  (10+ messages)
` [PATCH v3 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[RFC PATCH 0/2] RISC-V: KVM: Pointer Masking Support
 2025-01-11  0:46 UTC  (3+ messages)
` [RFC PATCH 1/2] RISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmap
` [RFC PATCH 2/2] RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLEN

[PATCH v2 00/20] KVM: selftests: Fixes and cleanups for dirty_log_test
 2025-01-11  0:30 UTC  (21+ messages)
` [PATCH v2 01/20] KVM: selftests: Support multiple write retires in dirty_log_test
` [PATCH v2 02/20] KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
` [PATCH v2 03/20] KVM: selftests: Drop signal/kick from dirty ring testcase
` [PATCH v2 04/20] KVM: selftests: Drop stale srandom() initialization from dirty_log_test
` [PATCH v2 05/20] KVM: selftests: Precisely track number of dirty/clear pages for each iteration
` [PATCH v2 06/20] KVM: selftests: Read per-page value into local var when verifying dirty_log_test
` [PATCH v2 07/20] KVM: selftests: Continuously reap dirty ring while vCPU is running
` [PATCH v2 08/20] KVM: selftests: Limit dirty_log_test's s390x workaround to s390x
` [PATCH v2 09/20] KVM: selftests: Honor "stop" request in dirty ring test
` [PATCH v2 10/20] KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
` [PATCH v2 11/20] KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true
` [PATCH v2 12/20] KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
` [PATCH v2 13/20] KVM: selftests: Print (previous) last_page on dirty page value mismatch
` [PATCH v2 14/20] KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
` [PATCH v2 15/20] KVM: sefltests: Verify value of dirty_log_test last page isn't bogus
` [PATCH v2 16/20] KVM: selftests: Ensure guest writes min number of pages in dirty_log_test
` [PATCH v2 17/20] KVM: selftests: Tighten checks around prev iter's last dirty page in ring
` [PATCH v2 18/20] KVM: selftests: Set per-iteration variables at the start of each iteration
` [PATCH v2 19/20] KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
` [PATCH v2 20/20] KVM: selftests: Allow running a single iteration of dirty_log_test

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-01-11  0:21 UTC  (18+ messages)
` [PATCH v8 01/11] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v8 05/11] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v8 06/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v8 08/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH v8 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH v2 0/5] KVM: kvm_set_memory_region() cleanups
 2025-01-11  0:20 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)
` [PATCH v2 2/5] KVM: Assert slots_lock is held when setting memory regions
` [PATCH v2 3/5] KVM: Add a dedicated API for setting KVM-internal memslots
` [PATCH v2 4/5] KVM: x86: Drop double-underscores from __kvm_set_memory_region()
` [PATCH v2 5/5] KVM: Disallow all flags for KVM-internal memslots

[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
 2025-01-10 23:55 UTC  (11+ messages)
` [PATCH 1/6] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH 4/6] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH 6/6] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-10 22:52 UTC  (11+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
` [PATCH net v2 3/5] vsock/virtio: cancel close work in the destructor
` [PATCH net v2 4/5] vsock: reset socket state when de-assigning the transport
` [PATCH net v2 5/5] vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]

[PATCH v4 0/8] Basic SEV-SNP Selftests
 2025-01-10 21:55 UTC  (7+ messages)
` [PATCH v4 1/8] KVM: SEV: Disable SEV-SNP on FW validation failure
  ` [sos-linux-ext-patches] "
` [PATCH v4 2/8] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
  ` [sos-linux-ext-patches] "

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2025-01-10 21:15 UTC  (8+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2025-01-10 21:14 UTC  (26+ messages)
` [PATCH v4 0/7] Poisoned memory recovery on reboot
  ` [PATCH v4 1/7] hwpoison_page_list and qemu_ram_remap are based on pages
  ` [PATCH v4 2/7] system/physmem: poisoned memory discard on reboot
  ` [PATCH v4 5/7] hostmem: Factor out applying settings
  ` [PATCH v4 6/7] hostmem: Handle remapping of RAM
    ` [PATCH v4 6/7] c
  ` [PATCH v4 7/7] system/physmem: Memory settings applied on remap notification
` [PATCH v5 0/6] Poisoned memory recovery on reboot
  ` [PATCH v5 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
  ` [PATCH v5 2/6] system/physmem: poisoned memory discard on reboot
  ` [PATCH v5 3/6] accel/kvm: Report the loss of a large memory page
  ` [PATCH v5 4/6] numa: Introduce and use ram_block_notify_remap()
  ` [PATCH v5 5/6] hostmem: Factor out applying settings
  ` [PATCH v5 6/6] hostmem: Handle remapping of RAM

[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
 2025-01-10 21:08 UTC  (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH v1 00/13] KVM: s390: Stop using page->index and other things
 2025-01-10 17:43 UTC  (12+ messages)
` [PATCH v1 01/13] KVM: s390: wrapper for KVM_BUG
` [PATCH v1 02/13] KVM: s390: fake memslots for ucontrol VMs

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2025-01-10 17:30 UTC  (11+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH 0/7] Enable shared device assignment
 2025-01-10 14:50 UTC  (14+ messages)

[PATCH 0/3] driver core: class: remove class_compat code
 2025-01-10 14:35 UTC  (3+ messages)
` [PATCH 2/3] vfio/mdev: inline needed class_compat functionality

[PATCH v7 RESEND 0/5] i386: Support SMP Cache Topology
 2025-01-10 14:51 UTC  (6+ messages)
` [PATCH v7 RESEND 1/5] hw/core/machine: Reject thread level cache
` [PATCH v7 RESEND 2/5] i386/cpu: Support module level cache topology
` [PATCH v7 RESEND 3/5] i386/cpu: Update cache topology with machine's configuration
` [PATCH v7 RESEND 4/5] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v7 RESEND 5/5] i386/cpu: add has_caches flag to check smp_cache configuration

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2025-01-10 14:28 UTC  (3+ messages)
` [PATCH v3 05/11] misc: Use never-managed version of pci_intx()

[PATCH v7 0/5] i386: Support SMP Cache Topology
 2025-01-10 11:41 UTC  (2+ messages)

[PATCH v2 0/3] tun: Unify vnet implementation and fill full vnet header
 2025-01-10 11:32 UTC  (13+ messages)
` [PATCH v2 2/3] tun: Pad virtio header with zero
` [PATCH v2 3/3] tun: Set num_buffers for virtio 1.0

[kvm-unit-tests PATCH v6 0/5] riscv: add SBI SSE extension tests
 2025-01-10 11:12 UTC  (6+ messages)
` [kvm-unit-tests PATCH v6 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v6 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v6 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v6 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v6 5/5] riscv: sbi: Add SSE extension tests

[PATCH v2 24/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
 2025-01-10 10:34 UTC  (3+ messages)


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