public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-14 18:39:35 to 2025-03-17 21:11:52 UTC [more...]

[PATCH 0/7] Make ASIDs static for SVM
 2025-03-17 21:11 UTC  (5+ messages)
` [PATCH 6/7] KVM: SVM: Use a single ASID per VM
` [PATCH 7/7] KVM: SVM: Share more code between pre_sev_run() and pre_svm_run()

[PATCH] KVM: x86: Add a module param to control and enumerate device posted IRQs
 2025-03-17 19:54 UTC  (4+ messages)

[PATCH v8 0/5] vfio-pci support pasid attach/detach
 2025-03-17 19:28 UTC  (6+ messages)
` [PATCH v8 4/5] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v6 00/18] make system memory API available for common code
 2025-03-17 18:34 UTC  (19+ messages)
` [PATCH v6 01/18] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v6 02/18] exec/tswap: implement {ld,st}.*_p as functions instead of macros
` [PATCH v6 03/18] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v6 04/18] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v6 05/18] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v6 06/18] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v6 07/18] exec/exec-all: remove dependency on cpu.h
` [PATCH v6 08/18] exec/memory-internal: "
` [PATCH v6 09/18] exec/ram_addr: "
` [PATCH v6 10/18] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v6 11/18] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v6 12/18] hw/xen: add stubs for various functions
` [PATCH v6 13/18] system/xen: remove inline stubs
` [PATCH v6 14/18] system/physmem: compilation unit is now common to all targets
` [PATCH v6 15/18] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v6 16/18] include/exec/memory: move devend functions to memory-internal.h
` [PATCH v6 17/18] system/memory: make compilation unit common
` [PATCH v6 18/18] system/ioport: "

[PATCH] KVM: SVM: Fix SNP AP destroy race with VMRUN
 2025-03-17 17:36 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-03-17 17:11 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86/mmu: Dynamically allocate shadow MMU's "
` [PATCH 2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc()
` [PATCH 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list

[PATCH v4 00/18] riscv: add SBI FWFT misaligned exception delegation support
 2025-03-17 17:06 UTC  (19+ messages)
` [PATCH v4 01/18] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v4 02/18] riscv: sbi: add new SBI error mappings
` [PATCH v4 03/18] riscv: sbi: add FWFT extension interface
` [PATCH v4 04/18] riscv: sbi: add SBI FWFT extension calls
` [PATCH v4 05/18] riscv: misaligned: request misaligned exception from SBI
` [PATCH v4 06/18] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v4 07/18] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v4 08/18] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v4 09/18] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v4 10/18] riscv: misaligned: factorize trap handling
` [PATCH v4 11/18] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v4 12/18] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v4 13/18] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v4 14/18] selftests: riscv: add misaligned access testing
` [PATCH v4 15/18] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v4 16/18] RISC-V: KVM: add SBI extension reset callback
` [PATCH v4 17/18] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v4 18/18] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v5 00/17] make system memory API available for common code
 2025-03-17 17:02 UTC  (17+ messages)
` [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v5 15/17] include/exec/memory: move devend functions to memory-internal.h

[PATCH v3 0/7] Enable shared device assignment
 2025-03-17 17:01 UTC  (15+ messages)
` [PATCH v3 3/7] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v3 4/7] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd
` [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

[PATCH v5 0/4] Enable Secure TSC for SEV-SNP
 2025-03-17 16:57 UTC  (9+ messages)
` [PATCH v5 1/4] x86/cpufeatures: Add SNP Secure TSC
` [PATCH v5 2/4] KVM: SVM: Add missing member in SNP_LAUNCH_START command structure
` [PATCH v5 3/4] KVM: SVM: Add GUEST_TSC_FREQ MSR for Secure TSC enabled guests
` [PATCH v5 4/4] KVM: SVM: Enable Secure TSC for SNP guests

[PATCH 0/8] x86/irq: KVM: Optimize KVM's PIR harvesting
 2025-03-17 16:53 UTC  (12+ messages)
` [PATCH 1/8] x86/irq: Ensure initial PIR loads are performed exactly once
` [PATCH 2/8] x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)
` [PATCH 3/8] KVM: VMX: Ensure vIRR isn't reloaded at odd times when sync'ing PIR
` [PATCH 4/8] x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
` [PATCH 5/8] KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernels
` [PATCH 6/8] KVM: VMX: Isolate pure loads from atomic XCHG when processing PIR
` [PATCH 7/8] KVM: VMX: Use arch_xchg() when processing PIR to avoid instrumentation
` [PATCH 8/8] x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIs

[PATCH v6 03/10] KVM: guest_memfd: Handle kvm_gmem_handle_folio_put() for KVM as a module
 2025-03-17 16:50 UTC  (6+ messages)

[kvm-unit-tests PATCH v11 0/8] riscv: add SBI SSE extension tests
 2025-03-17 16:46 UTC  (9+ messages)
` [kvm-unit-tests PATCH v11 1/8] kbuild: Allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v11 2/8] riscv: Set .aux.o files as .PRECIOUS
` [kvm-unit-tests PATCH v11 3/8] riscv: Use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v11 4/8] lib: riscv: Add functions for version checking
` [kvm-unit-tests PATCH v11 5/8] lib: riscv: Add functions to get implementer ID and version
` [kvm-unit-tests PATCH v11 6/8] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v11 7/8] lib: riscv: Add SBI SSE support
` [kvm-unit-tests PATCH v11 8/8] riscv: sbi: Add SSE extension tests

[RFC PATCH 08/12] vfio/pci: Create host unaccessible dma-buf for private device
 2025-03-17 16:38 UTC  (11+ messages)

[PATCH] RISC-V: KVM: Teardown riscv specific bits after kvm_exit
 2025-03-17 16:08 UTC  (2+ messages)

[kvm-unit-tests PATCH] riscv: Refactor SBI FWFT lock tests
 2025-03-17 14:06 UTC  (3+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-17 13:44 UTC  (10+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface

[PATCH] KVM: x86:Cancel hrtimer in the process of saving PIT state to reduce the performance overhead caused by hrtimer during guest stop
 2025-03-17 13:38 UTC  (2+ messages)

[sean-jc:vmx/pir_trampoline] [KVM] 420eba08f1: kvm-unit-tests.vmx_apicv_test.fail
 2025-03-17 13:36 UTC 

[kvm-unit-tests PATCH v10 0/8] riscv: add SBI SSE extension tests
 2025-03-17 12:49 UTC  (13+ messages)
` [kvm-unit-tests PATCH v10 1/8] kbuild: Allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v10 2/8] riscv: Set .aux.o files as .PRECIOUS
` [kvm-unit-tests PATCH v10 3/8] riscv: Use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v10 4/8] riscv: sbi: Add functions for version checking
` [kvm-unit-tests PATCH v10 5/8] lib: riscv: add functions to get implementer ID and version
` [kvm-unit-tests PATCH v10 6/8] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v10 7/8] lib: riscv: Add SBI SSE support
` [kvm-unit-tests PATCH v10 8/8] riscv: sbi: Add SSE extension tests

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-03-17 11:40 UTC  (6+ messages)

[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
 2025-03-17 11:14 UTC  (13+ messages)
` [RFC kvmtool 1/9] Drop support for 32-bit arm
` [RFC kvmtool 2/9] arm64: Move arm64-only features into main directory
` [RFC kvmtool 3/9] arm64: Combine kvm.c
` [RFC kvmtool 4/9] arm64: Merge kvm-cpu.c
` [RFC kvmtool 5/9] arm64: Combine kvm-config-arch.h
` [RFC kvmtool 6/9] arm64: Move remaining kvm/* headers
` [RFC kvmtool 7/9] arm64: Move asm headers
` [RFC kvmtool 8/9] arm64: Rename top-level directory
` [RFC kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory

[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
 2025-03-17 10:58 UTC  (11+ messages)
` [PATCH net-next v11 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v11 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v11 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v11 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v11 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v11 06/10] tap: "
` [PATCH net-next v11 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v11 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v11 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH v6 04/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
 2025-03-17 10:42 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/5] arm64: Change the default QEMU CPU type to "max"
 2025-03-17 10:13 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v2 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v2 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v2 4/5] configure: Add --qemu-cpu option
` [kvm-unit-tests PATCH v2 5/5] arm64: Use -cpu max as the default for TCG

[PATCH v5 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-03-17 10:08 UTC  (7+ messages)
` [PATCH v5 1/6] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
` [PATCH v5 2/6] kvm powerpc/book3s-apiv2: Add support for Hostwide GSB elements
` [PATCH v5 3/6] kvm powerpc/book3s-apiv2: Add kunit tests "
` [PATCH v5 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
` [PATCH v5 5/6] powerpc/kvm-hv-pmu: Implement GSB message-ops for hostwide counters
` [PATCH v5 6/6] powerpc/kvm-hv-pmu: Add perf-events for Hostwide counters

[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
 2025-03-17  8:34 UTC  (5+ messages)
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 06/10] tap: Introduce virtio-net hash feature

[PATCH v5 0/5] bugfix some driver issues
 2025-03-17  8:21 UTC  (4+ messages)
` [PATCH v5 1/5] hisi_acc_vfio_pci: fix XQE dma address error

[PATCH RFC] KVM: TDX: Defer guest memory removal to decrease shutdown time
 2025-03-17  8:13 UTC  (2+ messages)

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-17  7:06 UTC  (29+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-17  2:32 UTC  (9+ messages)
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH] KVM: x86: Explicitly zero-initialize on-stack CPUID unions
 2025-03-15  8:59 UTC  (2+ messages)

[PATCH] KVM: Allow building irqbypass.ko as as module when kvm.ko is a module
 2025-03-15  2:46 UTC 

[PATCH] KVM: nVMX: Check MSR load/store list counts during VM-Enter consistency checks
 2025-03-15  2:44 UTC 

[PATCH] KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMU
 2025-03-15  2:34 UTC 

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-14 20:04 UTC  (11+ messages)

[PATCH v5 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-03-14 19:59 UTC  (3+ messages)
` [PATCH v5 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field


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