messages from 2025-07-14 08:48:25 to 2025-07-15 09:34:14 UTC [more...]
[PATCH v14 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
2025-07-15 9:33 UTC (11+ messages)
` [PATCH v14 01/21] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v14 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v14 03/21] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v14 04/21] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v14 05/21] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v14 06/21] KVM: Fix comments that refer to slots_lock
` [PATCH v14 07/21] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v14 08/21] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v14 09/21] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v14 10/21] KVM: x86/mmu: Generalize private_max_mapping_level x86 op to max_mapping_level
[PATCH v2 0/3] TDX: Clean up the definitions of TDX ATTRIBUTES
2025-07-15 9:25 UTC (6+ messages)
` [PATCH v2 1/3] x86/tdx: Fix the typo of TDX_ATTR_MIGRTABLE
[PATCH v3 0/4] TDX: Clean up the definitions of TDX TD ATTRIBUTES
2025-07-15 9:13 UTC (5+ messages)
` [PATCH v3 1/4] x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLE
` [PATCH v3 2/4] KVM: TDX: Remove redundant definitions of TDX_TD_ATTR_*
` [PATCH v3 3/4] x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
` [PATCH v3 4/4] KVM: TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS
[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
2025-07-15 8:38 UTC (23+ messages)
` [PATCH v3 01/16] x86/kvm/emulate: Implement test_cc() in C
` [PATCH v3 02/16] x86/kvm/emulate: Introduce EM_ASM_1
` [PATCH v3 03/16] x86/kvm/emulate: Introduce EM_ASM_2
` [PATCH v3 04/16] x86/kvm/emulate: Introduce EM_ASM_2R
` [PATCH v3 05/16] x86/kvm/emulate: Introduce EM_ASM_2W
` [PATCH v3 06/16] x86/kvm/emulate: Introduce EM_ASM_2CL
` [PATCH v3 07/16] x86/kvm/emulate: Introduce EM_ASM_1SRC2
` [PATCH v3 08/16] x86/kvm/emulate: Introduce EM_ASM_3WCL
` [PATCH v3 09/16] x86/kvm/emulate: Convert em_salc() to C
` [PATCH v3 10/16] x86/kvm/emulate: Remove fastops
` [PATCH v3 11/16] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH v3 12/16] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH v3 13/16] x86/fred: Install system vector handlers even if FRED isnt fully enabled
` [PATCH v3 14/16] x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware
` [PATCH v3 15/16] x86/fred: KVM: VMX: Always use FRED for IRQs when CONFIG_X86_FRED=y
` [PATCH v3 16/16] objtool: Validate kCFI calls
[kvm-unit-tests patch 0/5] Fix pmu test errors on SRF/CWF
2025-07-12 17:49 UTC (6+ messages)
` [kvm-unit-tests patch 1/5] x86/pmu: Add helper to detect Intel overcount issues
` [kvm-unit-tests patch 2/5] x86/pmu: Relax precise count validation for Intel overcounted platforms
` [kvm-unit-tests patch 3/5] x86/pmu: Fix incorrect masking of fixed counters
` [kvm-unit-tests patch 4/5] x86/pmu: Handle instruction overcount issue in overflow test
` [kvm-unit-tests patch 5/5] x86/pmu: Expand "llc references" upper limit for broader compatibility
[PATCH] KVM: arm64: Clear pending exception state before injecting a new one
2025-07-15 8:31 UTC (3+ messages)
[RFC PATCH v8 00/35] AMD: Add Secure AVIC Guest Support
2025-07-15 8:16 UTC (18+ messages)
` [RFC PATCH v8 15/35] x86/apic: Unionize apic regs for 32bit/64bit access w/o type casting
` [RFC PATCH v8 16/35] x86/apic: Simplify bitwise operations on APIC bitmap
` [RFC PATCH v8 19/35] x86/apic: Initialize Secure AVIC APIC backing page
` [RFC PATCH v8 20/35] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [RFC PATCH v8 21/35] x86/apic: Initialize APIC ID for Secure AVIC
[PATCH] vfio/qat: add support for intel QAT 6xxx virtual functions
2025-07-15 8:11 UTC
[PATCH 0/3] Fix PMU kselftests errors on SRF and CWF
2025-07-12 17:25 UTC (4+ messages)
` [PATCH 1/3] KVM: Selftests: Validate more arch-events in pmu_counters_test
` [PATCH 2/3] KVM: selftests: Relax precise event count validation as overcount issue
` [PATCH 3/3] KVM: selftests: Relax branches event count check for event_filter test
[PATCH RFC v2 00/13] virtio: introduce support for GSO over UDP tunnel
2025-07-15 8:07 UTC (18+ messages)
` [PATCH RFC v2 01/13] net: bundle all offloads in a single struct
` [PATCH RFC v2 03/13] virtio: introduce extended features type
` [PATCH RFC v2 04/13] virtio: serialize extended features state
` [PATCH RFC v2 06/13] virtio-pci: implement support for extended features
` [PATCH RFC v2 08/13] qmp: update virtio features map to support "
` [PATCH RFC v2 12/13] net: implement tunnel probing
` [PATCH RFC v2 13/13] net: implement UDP tunnel features offloading
[PATCH] treewide: Fix typo "notifer"
2025-07-15 7:59 UTC (4+ messages)
[PATCH v5 0/3] update live migration configuration region
2025-07-15 7:49 UTC (12+ messages)
` [PATCH v5 1/3] migration: update BAR space size
` [PATCH v5 2/3] migration: qm updates BAR configuration
` [PATCH v5 3/3] migration: adapt to new migration configuration
[BUG] NULL pointer dereference in sev_writeback_caches during KVM SEV migration kselftest on AMD platform
2025-07-15 6:37 UTC (8+ messages)
[PATCH] KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guests
2025-07-15 6:08 UTC (5+ messages)
[PATCH v7 0/3] KVM: x86: Include host suspended time in steal time
2025-07-15 5:29 UTC (3+ messages)
` [PATCH v7 1/3] KVM: x86: Advance guest TSC after deep suspend
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-15 3:31 UTC (7+ messages)
` [POC PATCH 0/5] QEMU: Enable in-place conversion and hugetlb gmem
` [POC PATCH 1/5] update-linux-headers: Add guestmem.h
` [POC PATCH 2/5] headers: Fetch gmem updates
` [POC PATCH 3/5] memory/guest_memfd: Enable in-place conversion when available
` [POC PATCH 4/5] memory/guest_memfd: Enable hugetlb support
` [POC PATCH 5/5] [HACK] memory: Don't enable in-place conversion for internal MemoryRegion with gmem
[PATCH v6.1] vhost-scsi: protect vq->log_used with vq->mutex
2025-07-15 3:22 UTC
[PATCH v5.15] vhost-scsi: protect vq->log_used with vq->mutex
2025-07-15 3:22 UTC
[PATCH v5.10 v2] vhost-scsi: protect vq->log_used with vq->mutex
2025-07-15 3:21 UTC
[PATCH v1 00/11] Implement support for IBS virtualization
2025-07-15 3:13 UTC (8+ messages)
` [PATCH v1 02/11] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v1 08/11] KVM: SVM: Extend VMCB area for virtualized IBS registers
[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-07-15 2:53 UTC (4+ messages)
[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
2025-07-15 1:10 UTC (19+ messages)
[PATCH v1 1/1] KVM: VMX: Fix an indentation
2025-07-15 1:25 UTC
[PATCH v2 0/2] Improve KVM_SET_TSC_KHZ handling for CoCo VMs
2025-07-15 0:54 UTC (3+ messages)
[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
2025-07-15 0:39 UTC (6+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes
[RFC PATCH 00/20] TD-Preserving updates
2025-07-15 0:21 UTC (8+ messages)
` [RFC PATCH 03/20] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
[PATCH] vfio/qat: Remove myself from VFIO QAT PCI driver maintainers
2025-07-15 0:13 UTC
[PATCH v3] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
2025-07-15 0:00 UTC (2+ messages)
[PATCH v4 00/23] ARM64 PMU Partitioning
2025-07-14 22:59 UTC (24+ messages)
` [PATCH v4 01/23] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v4 02/23] KVM: arm64: Reorganize PMU includes
` [PATCH v4 03/23] KVM: arm64: Reorganize PMU functions
` [PATCH v4 04/23] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v4 05/23] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v4 06/23] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v4 07/23] KVM: arm64: Account for partitioning in kvm_pmu_get_max_counters()
` [PATCH v4 08/23] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v4 09/23] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v4 10/23] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v4 11/23] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v4 12/23] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v4 13/23] KVM: arm64: Write fast path PMU register handlers
` [PATCH v4 14/23] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v4 15/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v4 16/23] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v4 17/23] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v4 18/23] KVM: arm64: Extract enum debug_owner to enum vcpu_register_owner
` [PATCH v4 19/23] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v4 20/23] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v4 21/23] KVM: arm64: Inject recorded guest interrupts
` [PATCH v4 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v4 23/23] KVM: arm64: selftests: Add test case for partitioned PMU
[PATCH 00/11] KVM: arm64: nv: Userspace register visibility fixes
2025-07-14 22:49 UTC (13+ messages)
` [PATCH 01/11] KVM: arm64: Make RVBAR_EL2 accesses UNDEF
` [PATCH 02/11] KVM: arm64: Don't advertise ICH_*_EL2 registers through GET_ONE_REG
` [PATCH 03/11] KVM: arm64: Define constant value for ICC_SRE_EL2
` [PATCH 04/11] KVM: arm64: Define helper for ICH_VTR_EL2
` [PATCH 05/11] KVM: arm64: Let GICv3 save/restore honor visibility attribute
` [PATCH 06/11] KVM: arm64: Expose GICv3 EL2 registers via KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS
` [PATCH 07/11] KVM: arm64: Condition FGT registers on feature availability
` [PATCH 08/11] KVM: arm64: Advertise FGT2 registers to userspace
` [PATCH 09/11] KVM: arm64: selftests: get-reg-list: Simplify feature dependency
` [PATCH 10/11] KVM: arm64: selftests: get-reg-list: Add base EL2 registers
` [PATCH 11/11] KVM: arm64: Document registers exposed via KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS
[PATCH v6 0/7] Add SEV-SNP CipherTextHiding feature support
2025-07-14 22:41 UTC (8+ messages)
` [PATCH v6 1/7] crypto: ccp - New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v6 2/7] crypto: ccp - Cache SEV platform status and platform state
` [PATCH v6 3/7] crypto: ccp - Add support for SNP_FEATURE_INFO command
` [PATCH v6 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v6 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v6 6/7] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v6 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support
[PATCH] KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out
2025-07-14 22:19 UTC
[PATCH v8 0/9] Adjust fbcon console device detection
2025-07-14 21:21 UTC (10+ messages)
` [PATCH v8 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v8 2/9] vfio/pci: Use pci_is_display()
` [PATCH v8 3/9] vga_switcheroo: "
` [PATCH v8 4/9] iommu/vt-d: "
` [PATCH v8 5/9] ALSA: hda: "
` [PATCH v8 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v8 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v8 8/9] fbcon: Use screen info to find primary device
` [PATCH v8 9/9] PCI: Add a new 'boot_display' attribute
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-07-14 19:49 UTC (22+ messages)
[PATCH v2] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
2025-07-14 16:08 UTC (5+ messages)
[PATCH v7 8/9] fbcon: Use screen info to find primary device
2025-07-14 15:12 UTC (2+ messages)
[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
2025-07-14 15:06 UTC (12+ messages)
[PATCH v2] x86: add HPET counter read micro benchmark and enable/disable torture tests
2025-07-14 14:50 UTC
[PATCH 0/5] KVM: arm64: Config driven dependencies for TCR2/SCTLR/MDCR
2025-07-14 11:55 UTC (6+ messages)
` [PATCH 1/5] arm64: sysreg: Add THE/ASID2 controls to TCR2_ELx
` [PATCH 2/5] KVM: arm64: Convert TCR2_EL2 to config-driven sanitisation
` [PATCH 3/5] KVM: arm64: Convert SCTLR_EL1 "
` [PATCH 4/5] KVM: arm64: Convert MDCR_EL2 "
` [PATCH 5/5] KVM: arm64: Tighten the definition of FEAT_PMUv3p9
[PATCH] LoongArch: KVM: Add some feature detection on host with 3C6000
2025-07-14 9:57 UTC (2+ messages)
[kvm-unit-tests PATCH] x86: nSVM: Fix exit_info_2 check error of npt_rw_pfwalk_check()
2025-07-14 9:56 UTC
[PATCH v4] RISC-V: KVM: Delegate illegal instruction fault to VS mode
2025-07-14 9:45 UTC
[PATCH v5.10] vhost-scsi: protect vq->log_used with vq->mutex
2025-07-14 9:42 UTC (3+ messages)
[PATCH net-next V2 0/3] in order support for vhost-net
2025-07-14 8:47 UTC (2+ messages)
` [PATCH net-next V2 3/3] vhost_net: basic in_order support
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;
as well as URLs for NNTP newsgroup(s).