messages from 2025-03-14 10:09:40 to 2025-03-17 15:32:23 UTC [more...]
[PATCH v5 00/17] make system memory API available for common code
2025-03-17 15:32 UTC (23+ messages)
` [PATCH v5 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v5 02/17] exec/tswap: implement {ld,st}.*_p as functions instead of macros
` [PATCH v5 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v5 04/17] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v5 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v5 07/17] exec/exec-all: remove dependency on cpu.h
` [PATCH v5 08/17] exec/memory-internal: "
` [PATCH v5 09/17] exec/ram_addr: "
` [PATCH v5 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v5 12/17] hw/xen: add stubs for various functions
` [PATCH v5 13/17] system/physmem: compilation unit is now common to all targets
` [PATCH v5 14/17] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v5 15/17] include/exec/memory: move devend functions to memory-internal.h
` [PATCH v5 16/17] system/memory: make compilation unit common
` [PATCH v5 17/17] system/ioport: "
[PATCH v5 0/4] Enable Secure TSC for SEV-SNP
2025-03-17 15:21 UTC (8+ 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 v6 03/10] KVM: guest_memfd: Handle kvm_gmem_handle_folio_put() for KVM as a module
2025-03-17 15:04 UTC (4+ 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
[PATCH 0/8] x86/irq: KVM: Optimize KVM's PIR harvesting
2025-03-17 13:13 UTC (11+ 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
[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 v3 0/7] Enable shared device assignment
2025-03-17 11:07 UTC (19+ 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 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] RISC-V: KVM: Teardown riscv specific bits after kvm_exit
2025-03-17 7:41 UTC
[PATCH v8 0/5] vfio-pci support pasid attach/detach
2025-03-17 7:25 UTC (5+ messages)
` [PATCH v8 4/5] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
[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: x86: Add a module param to control and enumerate device posted IRQs
2025-03-15 2:56 UTC
[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 0/3] KVM: x86: Dynamically allocate hashed page list
2025-03-15 2:40 UTC (4+ 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] 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 (14+ 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
[PATCH v2 0/2] KVM: x86: Support protected TSC
2025-03-14 18:34 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: Push down setting vcpu.arch.user_set_tsc
` [PATCH v2 2/2] KVM: x86: Add infrastructure for secure TSC
[PATCH v2] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
2025-03-14 18:00 UTC
[PATCH v4 00/17] make system memory API available for common code
2025-03-14 17:20 UTC (4+ messages)
` [PATCH v4 12/17] hw/xen: add stubs for various functions
[GIT PULL v1 0/1] KVM: s390: pv: fix race when making a page secure
2025-03-14 16:15 UTC (2+ messages)
` [GIT PULL v1 1/1] "
[PATCH 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
2025-03-14 15:47 UTC (4+ messages)
` [PATCH 2/4] KVM: VMX: Move x86_ops wrappers under CONFIG_KVM_INTEL_TDX
[PATCH] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
2025-03-14 15:34 UTC (6+ messages)
[kvm-unit-tests PATCH v9 0/6] riscv: add SBI SSE extension tests
2025-03-14 14:40 UTC (14+ messages)
` [kvm-unit-tests PATCH v9 1/6] kbuild: Allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v9 2/6] riscv: Set .aux.o files as .PRECIOUS
` [kvm-unit-tests PATCH v9 3/6] riscv: Use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v9 4/6] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v9 5/6] lib: riscv: Add SBI SSE support
` [kvm-unit-tests PATCH v9 6/6] riscv: sbi: Add SSE extension tests
[PATCH 0/2] KVM: kvm-coco-queue: Support protected TSC
2025-03-14 0:43 UTC (6+ messages)
` [PATCH 2/2] KVM: x86: Don't allow tsc_offset, tsc_scaling_ratio to change
[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
2025-03-14 13:53 UTC (21+ messages)
` [PATCH v3 02/17] riscv: sbi: add FWFT extension interface
` [PATCH v3 03/17] riscv: sbi: add SBI FWFT extension calls
` [PATCH v3 05/17] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v3 06/17] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v3 08/17] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v3 14/17] RISC-V: KVM: add SBI extension init()/deinit() functions
[RFC kvm-unit-tests PATCH] riscv: Refactoring sbi fwft tests
2025-03-14 13:06 UTC (4+ messages)
` [RFC kvm-unit-tests PATCH v2] "
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-03-14 11:19 UTC (7+ messages)
[kvm-unit-tests PATCH v8 0/6] riscv: add SBI SSE extension tests
2025-03-14 10:09 UTC (5+ messages)
` [kvm-unit-tests PATCH v8 6/6] riscv: sbi: Add "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox