public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-07 23:42:58 to 2025-05-08 20:02:25 UTC [more...]

[PATCH v6 0/7] Introduce CET supervisor state support
 2025-05-08 20:02 UTC  (3+ messages)
` [PATCH v6 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs

[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-05-08 19:58 UTC  (7+ messages)
` [PATCH v7 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v7 2/6] target/i386: Update EPYC-Rome "
` [PATCH v7 3/6] target/i386: Update EPYC-Milan "
` [PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX
` [PATCH v7 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v7 6/6] target/i386: Add support for EPYC-Turin model

[GIT PULL] VFIO update for v6.15-rc6
 2025-05-08 19:49 UTC  (2+ messages)

[PATCH v4 0/7] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-05-08 18:46 UTC  (8+ messages)
` [PATCH v4 1/7] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH v4 2/7] KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
` [PATCH v4 3/7] cgroup: selftests: Move memcontrol specific helpers out of common cgroup_util.c
` [PATCH v4 4/7] cgroup: selftests: Move cgroup_util into its own library
` [PATCH v4 5/7] cgroup: selftests: Add API to find root of specific controller
` [PATCH v4 6/7] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v4 7/7] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

[PATCH v6 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
 2025-05-08 17:27 UTC  (2+ messages)

[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
 2025-05-08 15:58 UTC  (5+ messages)
` [PATCH v4 27/43] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v4 31/43] KVM: arm64: Switch to table-driven FGU configuration

[PATCH v9 00/55] QEMU TDX support
 2025-05-08 15:55 UTC  (58+ messages)
` [PATCH v9 01/55] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v9 02/55] i386: Introduce tdx-guest object
` [PATCH v9 03/55] i386/tdx: Implement tdx_kvm_type() for TDX
` [PATCH v9 04/55] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v9 05/55] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v9 06/55] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v9 07/55] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v9 08/55] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v9 09/55] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v9 10/55] i386/tdx: Make sept_ve_disable set by default
` [PATCH v9 11/55] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v9 12/55] i386/tdx: Validate TD attributes
` [PATCH v9 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v9 14/55] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PATCH v9 15/55] i386/tdx: Implement user specified tsc frequency
` [PATCH v9 16/55] i386/tdx: load TDVF for TD guest
` [PATCH v9 17/55] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v9 18/55] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v9 19/55] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v9 20/55] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v9 21/55] i386/tdx: Track RAM entries for TDX VM
` [PATCH v9 22/55] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v9 23/55] i386/tdx: Setup the TD HOB list
` [PATCH v9 24/55] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v9 25/55] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v9 26/55] i386/tdx: Finalize TDX VM
` [PATCH v9 27/55] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v9 28/55] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v9 29/55] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v9 30/55] kvm: Check KVM_CAP_MAX_VCPUS at vm level
` [PATCH v9 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v9 32/55] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v9 33/55] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v9 34/55] i386/tdx: Force "
` [PATCH v9 35/55] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v9 36/55] i386/tdx: Disable SMM for TDX VMs
` [PATCH v9 37/55] i386/tdx: Disable PIC "
` [PATCH v9 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX
` [PATCH v9 39/55] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v9 40/55] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v9 41/55] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v9 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v9 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v9 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v9 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
` [PATCH v9 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
` [PATCH v9 47/55] i386/tdx: Add supported CPUID bits relates to XFAM
` [PATCH v9 48/55] i386/tdx: Add XFD to supported bit of TDX
` [PATCH v9 49/55] i386/tdx: Define supported KVM features for TDX
` [PATCH v9 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v9 51/55] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v9 52/55] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v9 53/55] i386/tdx: Make invtsc default on
` [PATCH v9 54/55] i386/tdx: Validate phys_bits against host value
` [PATCH v9 55/55] docs: Add TDX documentation

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-08 15:54 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally
` [kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition

[PATCH v2] vringh: use bvec_kmap_local
 2025-05-08 15:20 UTC  (2+ messages)

[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
 2025-05-08 14:46 UTC  (13+ messages)

[PATCH v2 0/2] VCPU reset fixes
 2025-05-08 14:28 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: RISC-V: reset smstateen in a better place
` [PATCH v2 2/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-05-08 14:10 UTC  (12+ messages)

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

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-05-08 13:35 UTC  (28+ messages)
` [PATCH v4 01/27] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
` [PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
` [PATCH v4 04/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
` [PATCH v4 05/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
` [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
` [PATCH v4 07/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
` [PATCH v4 08/27] hw/i386/pc: Remove multiboot.bin
` [PATCH v4 09/27] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
` [PATCH v4 10/27] hw/i386/pc: Remove linuxboot.bin
` [PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array
` [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
` [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
` [PATCH v4 14/27] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
` [PATCH v4 15/27] hw/core/machine: Remove hw_compat_2_6[] array
` [PATCH v4 16/27] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
` [PATCH v4 17/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
` [PATCH v4 18/27] hw/i386/pc: Remove pc_compat_2_7[] array
` [PATCH v4 19/27] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
` [PATCH v4 20/27] target/i386/cpu: Remove CPUX86State::enable_l3_cache field
` [PATCH v4 21/27] hw/audio/pcspk: Remove PCSpkState::migrate field
` [PATCH v4 22/27] hw/core/machine: Remove hw_compat_2_7[] array
` [PATCH v4 23/27] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
` [PATCH v4 24/27] hw/intc/ioapic: Remove IOAPICCommonState::version field
` [PATCH v4 25/27] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
` [PATCH v4 26/27] hw/char/virtio-serial: Do not expose the 'emergency-write' property
` [PATCH v4 27/27] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition

[PATCH net-next] vhost/net: align variable names with XDP terminology
 2025-05-08 13:45 UTC  (6+ messages)

[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
 2025-05-08 13:45 UTC  (10+ messages)
` [PATCH 1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit
` [PATCH 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily

[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
 2025-05-08 13:35 UTC  (7+ messages)
` [PATCH 3/3] x86: KVM: VMX: preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while in the guest mode

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-05-08 13:23 UTC  (17+ messages)
` [RFC, PATCH 02/12] x86/virt/tdx: Allocate reference counters for PAMT memory
` [RFC, PATCH 05/12] KVM: TDX: Add tdx_pamt_get()/put() helpers
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops

[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
 2025-05-08 13:11 UTC  (9+ messages)
` [PATCH 2/5] KVM: RISC-V: refactor sbi reset request
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state

[PATCH v3 0/3] Move duplicated instructions macros into asm/insn.h
 2025-05-08 12:52 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v3 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v3 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h

[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-08 12:15 UTC  (10+ messages)
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v5 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v5 9/9] x86/nmi: Include NMI-source information in tracepoint and debug prints

[PATCH v2 0/3] Move duplicated instructions macros into asm/insn.h
 2025-05-08  8:22 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v2 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v2 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-05-08  6:37 UTC  (5+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd

[PATCH net-next v4] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-08  1:23 UTC 

[PATCH net-next v14 0/9] Device memory TCP TX
 2025-05-08  0:48 UTC  (10+ messages)
` [PATCH net-next v14 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v14 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v14 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v14 4/9] net: devmem: Implement TX path
` [PATCH net-next v14 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v14 6/9] net: enable driver support for netmem TX
` [PATCH net-next v14 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v14 8/9] net: check for driver support in netmem TX
` [PATCH net-next v14 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH v7 00/49] single-binary: compile target/arm twice
 2025-05-07 23:42 UTC  (34+ messages)
` [PATCH v7 16/49] target/arm/helper: extract common helpers
` [PATCH v7 18/49] target/arm/debug_helper: remove target_ulong
` [PATCH v7 19/49] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v7 20/49] target/arm/helper: restrict include to common helpers
` [PATCH v7 21/49] target/arm/helper: replace target_ulong by vaddr
` [PATCH v7 22/49] target/arm/helper: expose aarch64 cpu registration
` [PATCH v7 23/49] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v7 24/49] target/arm/helper: compile file twice (user, system)
` [PATCH v7 25/49] target/arm/vfp_fpscr: "
` [PATCH v7 26/49] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v7 27/49] target/arm/arch_dump: compile file once (system)
` [PATCH v7 28/49] target/arm/arm-powerctl: "
` [PATCH v7 29/49] target/arm/cortex-regs: "
` [PATCH v7 30/49] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v7 31/49] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v7 32/49] target/arm/ptw: compile file once (system)
` [PATCH v7 33/49] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v7 34/49] target/arm/kvm-stub: compile file once (system)
` [PATCH v7 35/49] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v7 36/49] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v7 37/49] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v7 38/49] target/arm/kvm-stub: add missing stubs
` [PATCH v7 39/49] target/arm/machine: compile file once (system)
` [PATCH v7 40/49] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
` [PATCH v7 41/49] target/arm/tcg/crypto_helper: compile file once
` [PATCH v7 42/49] target/arm/tcg/hflags: compile file twice (system, user)
` [PATCH v7 43/49] target/arm/tcg/iwmmxt_helper: "
` [PATCH v7 44/49] target/arm/tcg/neon_helper: "
` [PATCH v7 45/49] target/arm/tcg/tlb_helper: "
` [PATCH v7 46/49] target/arm/helper: restrict define_tlb_insn_regs to system target
` [PATCH v7 47/49] target/arm/tcg/tlb-insns: compile file once (system)
` [PATCH v7 48/49] target/arm/tcg/arith_helper: compile file once
` [PATCH v7 49/49] target/arm/tcg/vfp_helper: compile file twice (system, user)


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