public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-06 22:56:48 to 2025-03-08 17:46:56 UTC [more...]

[PATCH 00/14] hw/vfio: Build various objects once
 2025-03-08 17:46 UTC  (37+ messages)
` [PATCH 01/14] hw/vfio/common: Include missing 'system/tcg.h' header
` [PATCH 02/14] hw/vfio/spapr: Do not include <linux/kvm.h>
` [PATCH 03/14] hw/vfio: Compile some common objects once
` [PATCH 04/14] hw/vfio: Compile more "
` [PATCH 05/14] hw/vfio: Compile iommufd.c once
` [PATCH 06/14] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
` [PATCH 07/14] hw/vfio: Compile display.c once
` [PATCH 08/14] system/kvm: Expose kvm_irqchip_[add,remove]_change_notifier()
` [PATCH 09/14] hw/vfio/pci: Convert CONFIG_KVM check to runtime one
` [PATCH 10/14] system/iommufd: Introduce iommufd_builtin() helper
` [PATCH 11/14] hw/vfio/pci: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
` [PATCH 12/14] hw/vfio/ap: "
` [PATCH 13/14] hw/vfio/ccw: "
` [PATCH 14/14] hw/vfio/platform: Check CONFIG_IOMMUFD at runtime using iommufd_builtin

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-08  6:43 UTC  (4+ messages)

[PATCH v3 00/10] Introduce CET supervisor state support
 2025-03-08  3:38 UTC  (26+ messages)
` [PATCH v3 01/10] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v3 02/10] x86/fpu/xstate: Drop @perm from guest pseudo FPU container
` [PATCH v3 03/10] x86/fpu/xstate: Correct xfeatures cache in guest pseudo fpu container
` [PATCH v3 04/10] x86/fpu/xstate: Correct guest fpstate size calculation
` [PATCH v3 05/10] x86/fpu/xstate: Introduce guest FPU configuration
` [PATCH v3 06/10] x86/fpu/xstate: Initialize guest perm with fpu_guest_cfg
` [PATCH v3 07/10] x86/fpu/xstate: Initialize guest fpstate with fpu_guest_config
` [PATCH v3 08/10] x86/fpu/xstate: Add CET supervisor xfeature support
` [PATCH v3 09/10] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v3 10/10] x86/fpu/xstate: Warn if CET supervisor state is detected in normal fpstate

[GIT PULL] KVM: x86: Fixes for 6.14-rcN
 2025-03-08  1:03 UTC 

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-03-07 23:04 UTC  (7+ messages)
` [PATCH V2 02/12] KVM: x86: Allow the use of kvm_load_host_xsave_state() with guest_state_protected

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-07 22:49 UTC  (20+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v2 02/10] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v2 03/10] [DO NOT MERGE] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

[PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-03-07 22:47 UTC  (2+ messages)

[PATCH v4 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 22:38 UTC  (13+ messages)
` [PATCH v4 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v4 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v4 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v4 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v4 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v4 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v4 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH v3 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 21:55 UTC  (10+ messages)
` [PATCH v3 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v3 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v3 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v3 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v3 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v3 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v3 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH v6 0/8] Move initializing SEV/SNP functionality to KVM
 2025-03-07 21:43 UTC  (16+ messages)
` [PATCH v6 1/8] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
` [PATCH v6 2/8] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v6 3/8] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v6 4/8] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v6 5/8] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v6 6/8] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v6 7/8] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v6 8/8] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH v3 00/10] KVM: TDX: TD vcpu enter/exit
 2025-03-07 21:20 UTC  (12+ messages)
` [PATCH v3 01/10] x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
` [PATCH v3 02/10] KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
` [PATCH v3 03/10] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v3 04/10] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v3 05/10] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v3 06/10] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v3 07/10] KVM: TDX: restore user ret MSRs
` [PATCH v3 08/10] KVM: TDX: Disable support for TSX and WAITPKG
` [PATCH v3 09/10] KVM: TDX: Save and restore IA32_DEBUGCTL
` [PATCH v3 10/10] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v3 11/10] [NOT TO COMMIT] KVM: TDX: put somewhat sensible values in vCPU for encrypted registers

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-07 21:02 UTC  (4+ messages)

[PATCH v2 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 19:33 UTC  (16+ messages)
` [PATCH v2 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v2 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v2 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v2 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v2 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v2 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v2 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-03-07 19:14 UTC  (2+ messages)
` [PATCH v8 05/20] acpi/ghes: Cleanup the code which gets ghes ged state

[PATCH] KVM: x86: Forbid the use of kvm_load_host_xsave_state() with guest_state_protected
 2025-03-07 18:41 UTC 

[PATCH 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 17:34 UTC  (15+ messages)
` [PATCH 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH 5/7] hw/hyperv/syndbg: "

[PATCH v5 2/9] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
 2025-03-07 17:04 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.14, take #4
 2025-03-07 16:18 UTC 

[kvm-unit-tests PATCH v8 0/6] riscv: add SBI SSE extension tests
 2025-03-07 16:15 UTC  (7+ messages)
` [kvm-unit-tests PATCH v8 1/6] kbuild: Allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v8 2/6] riscv: Set .aux.o files as .PRECIOUS
` [kvm-unit-tests PATCH v8 3/6] riscv: Use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v8 4/6] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v8 5/6] lib: riscv: Add SBI SSE support
` [kvm-unit-tests PATCH v8 6/6] riscv: sbi: Add SSE extension tests

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-07 15:43 UTC  (4+ messages)
` [PATCH v7 12/45] arm64: RME: Allocate/free RECs to match vCPUs

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-07 15:17 UTC  (15+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[bug report] KVM: VMX: Use GPA legality helpers to replace open coded equivalents
 2025-03-07 15:02 UTC  (2+ messages)

[PATCH] KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected
 2025-03-07 14:20 UTC  (2+ messages)

[PATCH v4 0/1] KVM: s390: fix a newly introduced bug
 2025-03-07 13:18 UTC  (5+ messages)
` [PATCH v4 1/1] KVM: s390: pv: fix race when making a page secure

[PATCH net-next v8 0/6] tun: Introduce virtio-net hashing feature
 2025-03-07 11:50 UTC  (5+ messages)
` [PATCH net-next v8 3/6] tun: Introduce virtio-net hash feature

[PATCH 1/2] i386/xen: Move KVM_XEN_HVM_CONFIG ioctl to kvm_xen_init_vcpu()
 2025-03-07 10:38 UTC  (3+ messages)
` [PATCH 2/2] hw/xen: Add "mode" parameter to xen-block devices

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-07 11:01 UTC  (7+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v9 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-03-07  9:18 UTC 

[PATCH v5 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-03-07  8:57 UTC  (6+ messages)
` [PATCH v5 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages

[kvm-unit-tests PATCH] Makefile: Use CFLAGS in cc-option
 2025-03-07  8:45 UTC  (3+ messages)

[PATCH v2 0/4] RISC-V KVM PMU fix and selftest improvement
 2025-03-07  8:28 UTC  (2+ messages)

[PATCH v3 0/3] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-03-07  5:16 UTC  (4+ messages)
` [PATCH v3 1/3] vfio: Export vfio device get and put registration helpers
` [PATCH v3 2/3] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v3 3/3] vfio/pci: Allow MMIO regions to be exported through dma-buf

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-03-06 23:22 UTC  (10+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support

[PATCH v4 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-03-06 23:04 UTC  (6+ messages)
` [PATCH v4 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