messages from 2025-06-24 03:32:14 to 2025-06-25 10:52:46 UTC [more...]
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-25 10:45 UTC (4+ messages)
[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
2025-06-25 9:36 UTC (14+ messages)
[PATCH v5 0/9] Adjust fbcon console device detection
2025-06-25 9:38 UTC (11+ messages)
` [PATCH v5 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v5 2/9] vfio/pci: Use pci_is_display()
` [PATCH v5 3/9] vga_switcheroo: "
` [PATCH v5 4/9] iommu/vt-d: "
` [PATCH v5 5/9] ALSA: hda: "
` [PATCH v5 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v5 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v5 8/9] fbcon: Use screen info to find primary device
` [PATCH v5 9/9] PCI: Add a new 'boot_display' attribute
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-06-25 9:00 UTC (10+ messages)
` [PATCH v9 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v9 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v9 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v9 28/43] arm64: RME: Allow checking SVE on VM instance
[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
2025-06-25 9:19 UTC (10+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
[kvm-unit-tests PATCH v2] riscv: lib: sbi_shutdown add pass/fail exit code
2025-06-25 8:33 UTC (2+ messages)
[PATCH v3 00/12] MMU related improvements for KVM RISC-V
2025-06-25 7:59 UTC (27+ messages)
` [PATCH v3 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v3 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v3 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v3 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v3 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v3 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v3 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v3 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v3 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[PATCH net-next v3 0/3] vsock: Introduce SIOCINQ ioctl support
2025-06-25 8:03 UTC (4+ messages)
` [PATCH net-next v3 1/3] vsock: Add support for SIOCINQ ioctl
` [EXTERNAL] "
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-25 8:00 UTC (16+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
[PATCH v4 0/3] update live migration configuration region
2025-06-25 7:43 UTC (10+ messages)
` [PATCH v4 1/3] migration: update BAR space size
` [PATCH v4 2/3] migration: qm updates BAR configuration
` [PATCH v4 3/3] migration: adapt to new migration configuration
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-06-25 7:29 UTC (22+ messages)
[PATCH 0/2] More cleanups to MSR interception code
2025-06-25 7:20 UTC (9+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling
` [PATCH 2/2] KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR
[PATCH 0/3] use vm_flags_t consistently
2025-06-25 6:47 UTC (11+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH] Documentation: KVM: Fix unexpected unindent warnings
2025-06-25 6:31 UTC (2+ messages)
[sean-jc:rev/map_gmem] [KVM] 4f0f45b2ed: kvm-unit-tests.x2apic.fail
2025-06-25 6:24 UTC
[PATCH] KVM: guest_memfd: Remove redundant kvm_gmem_getattr implementation
2025-06-25 5:25 UTC (4+ messages)
[PATCH v5 1/3] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
2025-06-25 2:29 UTC (3+ messages)
[RFC PATCH v7 00/37] AMD: Add Secure AVIC Guest Support
2025-06-25 1:21 UTC (16+ messages)
` [RFC PATCH v7 01/37] KVM: lapic: Remove __apic_test_and_{set|clear}_vector()
` [RFC PATCH v7 02/37] KVM: lapic: Remove redundant parentheses around 'bitmap'
` [RFC PATCH v7 03/37] x86/apic: KVM: Deduplicate APIC vector => register+bit math
` [RFC PATCH v7 17/37] x86/apic: Unionize apic regs for 32bit/64bit access w/o type casting
` [RFC PATCH v7 18/37] x86/apic: Simplify bitwise operations on apic bitmap
[PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
2025-06-25 0:48 UTC (14+ messages)
[PATCH v4 0/3] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
2025-06-25 0:11 UTC (11+ messages)
` [PATCH v4 1/3] KVM: x86: Replace growing set of *_in_guest bools with a u64
` [PATCH v4 2/3] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
` [PATCH v4 3/3] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF
[PATCH v4 0/4] KVM: x86: Dynamically allocate hashed page list
2025-06-24 21:12 UTC (7+ messages)
` [PATCH v4 2/4] KVM: x86/mmu: Dynamically allocate shadow MMU's "
[PATCH 0/2] Remove some hardcoded SEV-SNP guest policy checks during guest launch
2025-06-24 20:31 UTC (3+ messages)
[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
2025-06-24 20:06 UTC (2+ messages)
[PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
2025-06-24 20:05 UTC (4+ messages)
[PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
2025-06-24 20:05 UTC (4+ messages)
[PATCH v6 0/8] KVM: VMX: Preserve host's DEBUGCTL.FREEZE_IN_SMM
2025-06-24 19:59 UTC (4+ messages)
` [PATCH v6 8/8] KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
[PATCH 0/4] KVM: selftests: Improve error handling when opening files
2025-06-24 19:38 UTC (2+ messages)
[PATCH] selftests: kvm: Fix spelling of 'occurrences' in sparsebit.c comments
2025-06-24 19:38 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
2025-06-24 19:38 UTC (2+ messages)
[PATCH v2 00/32] KVM: x86: Clean up MSR interception code
2025-06-24 19:38 UTC (2+ messages)
[PATCH 0/4] KVM: x86: Fix WFS vs. pending SMI WARN
2025-06-24 19:38 UTC (2+ messages)
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-24 19:38 UTC (2+ messages)
[PATCH v3 00/13] KVM: Make irqfd registration globally unique
2025-06-24 19:38 UTC (2+ messages)
[PATCH v2 0/8] irqbypass: Cleanups and a perf improvement
2025-06-24 19:38 UTC (2+ messages)
[PATCH v2 00/18] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-06-24 19:38 UTC (2+ messages)
[PATCH 0/2] KVM: SVM: Fix a NULL VMSA deref with MOVE_ENC_CONTEXT
2025-06-24 19:38 UTC (2+ messages)
[PATCH v2 0/3] SEV-SNP fix for cpu soft lockup on 1TB+ guests
2025-06-24 19:38 UTC (2+ messages)
KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table
2025-06-24 19:38 UTC (2+ messages)
[RFC PATCH] KVM: x86: Dynamically allocate bitmap to fix -Wframe-larger-than error
2025-06-24 19:36 UTC (2+ messages)
[PATCH v3 0/6] KVM: Dirty ring fixes and cleanups
2025-06-24 19:36 UTC (2+ messages)
[PATCH] vfio/pci: print vfio-device name to fdinfo
2025-06-24 18:58 UTC (9+ messages)
[PATCH v4 00/19] Enable FRED with KVM VMX
2025-06-24 18:40 UTC (21+ messages)
` [PATCH v4 03/19] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v4 06/19] KVM: VMX: Set FRED MSR interception
` [PATCH v4 07/19] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v4 08/19] KVM: VMX: Add support for FRED context save/restore
` [PATCH v4 14/19] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v4 15/19] KVM: x86: Allow FRED/LKGS to be advertised to guests
` [PATCH v4 16/19] KVM: nVMX: Add support for the secondary VM exit controls
[PATCH v4 0/8] Adjust fbcon console device detection
2025-06-24 16:48 UTC (8+ messages)
` [PATCH v4 4/8] iommu/vt-d: Use pci_is_display()
` [PATCH v4 6/8] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v4 7/8] PCI/VGA: Move check for firmware default out of VGA arbiter
[PATCH 0/3] KVM: Speed up MMIO registrations
2025-06-24 15:11 UTC (5+ messages)
` [PATCH 1/3] KVM: arm64: vgic-init: Remove vgic_ready() macro
` [PATCH 2/3] KVM: arm64: vgic: Explicitly implement vgic_dist::ready ordering
` [PATCH 3/3] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
[PATCH v5 net-next 4/9] vhost-net: allow configuring extended features
2025-06-24 14:40 UTC (2+ messages)
[PATCH v6 net-next 0/9] virtio: introduce GSO over UDP tunnel
2025-06-24 14:09 UTC (10+ messages)
` [PATCH v6 net-next 1/9] scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
` [PATCH v6 net-next 2/9] virtio: introduce extended features
` [PATCH v6 net-next 3/9] virtio_pci_modern: allow configuring "
` [PATCH v6 net-next 4/9] vhost-net: "
` [PATCH v6 net-next 5/9] virtio_net: add supports for extended offloads
` [PATCH v6 net-next 6/9] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v6 net-next 7/9] virtio_net: enable gso over UDP tunnel support
` [PATCH v6 net-next 8/9] tun: "
` [PATCH v6 net-next 9/9] vhost/net: "
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-24 14:10 UTC (9+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
2025-06-24 14:10 UTC (3+ messages)
` [PATCH 2/2] KVM: riscv: selftests: Add common supported test cases
[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
2025-06-24 14:05 UTC (5+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
2025-06-24 13:47 UTC (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Provide UAPI for Zicbop block size
` [PATCH 2/5] RISC-V: KVM: Allow Zicbop extension for Guest/VM
` [PATCH 3/5] RISC-V: KVM: Allow bfloat16 "
` [PATCH 4/5] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
` [PATCH 5/5] KVM: riscv: selftests: Add bfloat16 "
[PATCH next] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
2025-06-24 13:45 UTC (4+ messages)
Admin contact for linux-kvm.org?
2025-06-24 13:35 UTC
[PATCH v2 0/2] x86/sev: improve efi runtime code support
2025-06-24 13:01 UTC (3+ messages)
` [PATCH v2 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too
[PATCH v2 0/2] vringh small unused functions
2025-06-24 10:21 UTC (3+ messages)
[PATCH v7 0/5] Enable shared device assignment
2025-06-24 9:51 UTC (3+ messages)
[kvm-unit-tests PATCH] riscv: lib: sbi_shutdown add exit code
2025-06-24 8:41 UTC (4+ messages)
[PATCH v6 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-06-24 7:43 UTC (10+ messages)
` [PATCH v6 1/9] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v6 2/9] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v6 3/9] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "
` [PATCH v6 4/9] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v6 5/9] target/i386/kvm: rename architectural PMU variables
` [PATCH v6 6/9] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v6 7/9] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v6 8/9] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v6 9/9] target/i386/kvm: don't stop Intel PMU counters
[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
2025-06-24 7:34 UTC (3+ messages)
` [PATCH v2 06/12] python: upgrade to python3.9+ syntax
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-24 4:16 UTC (3+ messages)
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
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).