public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-28 05:00:02 to 2025-01-30 15:57:32 UTC [more...]

[PATCH v2 0/2] Add Error Recovery support for Virtio PCI devices
 2025-01-30 15:57 UTC  (4+ messages)
` [PATCH 2/2] virtio_blk: Add support for transport error recovery

[PATCH v2 00/13] Change ghes to use HEST-based offsets and add support for error inject
 2025-01-30 14:48 UTC  (5+ messages)
` [PATCH v2 08/13] acpi/ghes: Cleanup the code which gets ghes ged state

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-01-30 14:23 UTC  (3+ messages)

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-01-30 14:14 UTC  (27+ messages)
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 07/43] arm64: RME: Define the user ABI
` [PATCH v6 08/43] arm64: RME: ioctls to create and configure realms
` [PATCH v6 10/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v6 11/43] arm64: RME: RTT tear down
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v6 16/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
` [PATCH v6 19/43] arm64: RME: Allow populating initial contents
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory

[PATCH v6 0/6] Poisoned memory recovery on reboot
 2025-01-30 12:02 UTC  (7+ messages)
` [PATCH v6 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v6 2/6] system/physmem: poisoned memory discard on reboot
` [PATCH v6 3/6] accel/kvm: Report the loss of a large memory page

[GIT PULL v1 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
 2025-01-30  9:51 UTC  (21+ messages)
` [GIT PULL v1 01/20] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
` [GIT PULL v1 02/20] KVM: s390: vsie: stop using page->index
` [GIT PULL v1 03/20] KVM: s390: vsie: stop messing with page refcount
` [GIT PULL v1 04/20] KVM: s390: vsie: stop using "struct page" for vsie page
` [GIT PULL v1 05/20] KVM: Do not restrict the size of KVM-internal memory regions
` [GIT PULL v1 06/20] KVM: s390: wrapper for KVM_BUG
` [GIT PULL v1 07/20] KVM: s390: fake memslot for ucontrol VMs
` [GIT PULL v1 08/20] KVM: s390: selftests: fix ucontrol memory region test
` [GIT PULL v1 09/20] KVM: s390: move pv gmap functions into kvm
` [GIT PULL v1 10/20] KVM: s390: use __kvm_faultin_pfn()
` [GIT PULL v1 11/20] KVM: s390: get rid of gmap_fault()
` [GIT PULL v1 12/20] KVM: s390: get rid of gmap_translate()
` [GIT PULL v1 13/20] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [GIT PULL v1 14/20] KVM: s390: stop using page->index for non-shadow gmaps
` [GIT PULL v1 15/20] KVM: s390: stop using lists to keep track of used dat tables
` [GIT PULL v1 16/20] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [GIT PULL v1 17/20] KVM: s390: remove useless page->index usage
` [GIT PULL v1 18/20] KVM: s390: move PGSTE softbits
` [GIT PULL v1 19/20] KVM: s390: remove the last user of page->index
` [GIT PULL v1 20/20] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske

[PATCH] KVM: nSVM: Enter guest mode before initializing nested NPT MMU
 2025-01-30  2:17 UTC  (2+ messages)

[RFC PATCH 0/4] PMU partitioning driver support
 2025-01-29 21:27 UTC  (12+ messages)
` [RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH 4/4] perf: arm_pmuv3: Keep out of guest counter partition

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-01-29 20:54 UTC  (2+ messages)

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-29 20:15 UTC  (30+ 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 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls

Call for GSoC internship project ideas
 2025-01-29 17:44 UTC  (2+ messages)

[RFC PATCH v2 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-01-29 17:23 UTC  (12+ messages)
` [RFC PATCH v2 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v2 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [RFC PATCH v2 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [RFC PATCH v2 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [RFC PATCH v2 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [RFC PATCH v2 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [RFC PATCH v2 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [RFC PATCH v2 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v2 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type
` [RFC PATCH v2 10/11] KVM: arm64: Enable mapping guest_memfd in arm64
` [RFC PATCH v2 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v5 0/9] Basic SEV-SNP Selftests
 2025-01-29 15:49 UTC  (5+ messages)
` [PATCH v5 3/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2

[kvm-unit-tests PATCH v3 0/2] Add support for SBI FWFT extension testing
 2025-01-29 14:18 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/2] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v3 2/2] riscv: Add tests for SBI FWFT extension

[PATCH AUTOSEL 5.4] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 13:00 UTC 

[PATCH AUTOSEL 5.10] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 13:00 UTC 

[PATCH AUTOSEL 5.15] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 13:00 UTC 

[PATCH AUTOSEL 6.1] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 13:00 UTC 

[PATCH AUTOSEL 6.6 1/2] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 12:59 UTC 

[PATCH AUTOSEL 6.12 5/8] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 12:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 7/8] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH AUTOSEL 6.12 8/8] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM

[PATCH AUTOSEL 6.13 5/8] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
 2025-01-29 12:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.13 7/8] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH AUTOSEL 6.13 8/8] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-29 10:15 UTC  (7+ messages)
` [RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v5 04/15] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-01-29  9:59 UTC  (13+ messages)
` [PATCH V2 01/12] x86/virt/tdx: Make tdh_vp_enter() noinstr
` [PATCH V2 02/12] KVM: x86: Allow the use of kvm_load_host_xsave_state() with guest_state_protected
` [PATCH V2 03/12] KVM: TDX: Set arch.has_protected_state to true
` [PATCH V2 04/12] KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
` [PATCH V2 05/12] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH V2 06/12] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH V2 07/12] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH V2 08/12] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH V2 09/12] KVM: TDX: restore user ret MSRs
` [PATCH V2 10/12] KVM: TDX: Disable support for TSX and WAITPKG
` [PATCH V2 11/12] KVM: TDX: Save and restore IA32_DEBUGCTL
` [PATCH V2 12/12] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-01-29  9:56 UTC 

[PATCH v2] KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests
 2025-01-29  9:40 UTC 

[PATCH 0/4] Fix broken SNP support with KVM module built-in
 2025-01-29  9:24 UTC  (9+ messages)
` [PATCH 1/4] iommu/amd: Check SNP support before enabling IOMMU

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-01-29  5:26 UTC  (5+ messages)
` [PATCH v6 1/3] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test

[PATCH v5] target/arm: Always add pmu property for Armv7-A/R+
 2025-01-29  5:18 UTC  (3+ messages)

[PATCH v6 0/4] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-29  2:18 UTC  (5+ messages)

[GIT PULL] VFIO updates for v6.14-rc1
 2025-01-28 22:39 UTC  (2+ messages)

[RFC PATCH 0/9] accel: Only include qdev-realized vCPUs in global &cpus_queue
 2025-01-28 20:58 UTC  (20+ messages)
` [RFC PATCH 1/9] accel/tcg: Simplify use of &first_cpu in rr_cpu_thread_fn()
` [RFC PATCH 2/9] accel/tcg: Invalidate TB jump cache with global vCPU queue locked
` [RFC PATCH 3/9] cpus: Remove cpu from global queue after UNREALIZE completed
` [RFC PATCH 4/9] hw/qdev: Introduce DeviceClass::[un]wire() handlers
` [PATCH 5/9] cpus: Add DeviceClass::[un]wire() stubs
` [PATCH 6/9] cpus: Call hotplug handlers in DeviceWire()
` [RFC PATCH 7/9] cpus: Only expose REALIZED vCPUs to global &cpus_queue
` [PATCH 8/9] accel/kvm: Assert vCPU is created when calling kvm_dirty_ring_reap*()
` [PATCH 9/9] accel/kvm: Remove unreachable assertion in kvm_dirty_ring_reap*()

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2025-01-28 18:45 UTC  (10+ messages)
` [PATCH v5 0/6] Poisoned memory recovery on reboot
  ` [PATCH v5 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
  ` [PATCH v5 3/6] accel/kvm: Report the loss of a large memory page

[PATCH v2] KVM: x86: Update Xen TSC leaves during CPUID emulation
 2025-01-28 18:34 UTC  (2+ messages)

[PATCH v3 00/21] Add Counter delegation ISA extension support
 2025-01-28 18:16 UTC  (21+ messages)
` [PATCH v3 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v3 08/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v3 09/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v3 10/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v3 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v3 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v3 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v3 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v3 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v3 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v3 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v3 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v3 19/21] tools/perf: Support event code for arch standard events
` [PATCH v3 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v3 21/21] Sync empty-pmu-events.c with autogenerated one

[PATCH] KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
 2025-01-28 15:44 UTC  (6+ messages)

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-01-28 14:49 UTC  (5+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-28 13:56 UTC  (7+ messages)
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2

[PATCH] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
 2025-01-28 13:18 UTC 

[PATCH v5 0/3] Add support for the Idle HLT intercept feature
 2025-01-28 12:49 UTC  (6+ messages)
` [PATCH v5 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v5 3/3] KVM: selftests: Add self IPI HLT test

[PATCH v3 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-01-28 11:57 UTC  (5+ messages)
` [PATCH v3 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU

[PATCH] Update memory enc kvm.c
 2025-01-28 10:45 UTC 

[RFC kvm-unit-tests PATCH v1] Makefile: Use 'vpath' for out-of-source builds and not 'VPATH'
 2025-01-28 10:41 UTC 

[kvm-unit-tests PATCH v1 0/2] s390x: Improve out-of-source builds
 2025-01-28 10:14 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x/Makefile: Make sure the linker script is generated in the build directory
` [kvm-unit-tests PATCH v1 2/2] s390x/Makefile: Add auxinfo.o to cflatobjs

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-01-28  9:42 UTC  (2+ messages)

[PATCH] x86/kvm: Override default caching mode for SEV-SNP and TDX
 2025-01-28  9:40 UTC  (3+ messages)

[PATCH v16 12/13] x86/tsc: Switch to native sched clock
 2025-01-28  5:41 UTC  (12+ messages)


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