messages from 2026-01-07 22:48:58 to 2026-01-09 00:54:42 UTC [more...]
[PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
2026-01-09 0:54 UTC (18+ messages)
[PATCH 3/3] vfio: selftests: Add iommufd hwpt replace test
2026-01-09 0:42 UTC (2+ messages)
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2026-01-09 0:29 UTC (5+ messages)
` [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
[PATCH v3 0/4] KVM: SVM: GIF and EFER.SVME are independent
2026-01-08 22:17 UTC (5+ messages)
` [PATCH v3 1/4] KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2026-01-08 21:53 UTC (6+ messages)
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` possible deadlock due to irq_set_thread_affinity() calling into the scheduler (was Re: [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU)
[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2026-01-08 21:46 UTC (7+ messages)
` [PATCH v3 1/6] KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()
` [PATCH v3 2/6] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
` [PATCH v3 3/6] KVM: guest_memfd: Remove preparation tracking
` [PATCH v3 4/6] KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v3 5/6] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH v3 6/6] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCH v2 0/6] vfio: selftest: Add SR-IOV UAPI test
2026-01-08 21:47 UTC (16+ messages)
` [PATCH v2 2/6] vfio: selftests: Introduce a sysfs lib
` [PATCH v2 3/6] vfio: selftests: Extend container/iommufd setup for passing vf_token
` [PATCH v2 4/6] vfio: selftests: Export more vfio_pci functions
` [PATCH v2 5/6] vfio: selftests: Add helper to set/override a vf_token
` [PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI
[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2026-01-08 21:38 UTC (4+ messages)
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking
[PATCH 0/2] x86/virt/tdx: Print TDX module version to dmesg
2026-01-08 20:49 UTC (12+ messages)
` [PATCH 1/2] x86/virt/tdx: Retrieve TDX module version
` [PATCH 2/2] x86/virt/tdx: Print TDX module version during init
[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
2026-01-08 20:33 UTC (12+ messages)
` [PATCH v4 16/21] KVM: selftests: Add support for nested NPTs
` [PATCH v4 21/21] KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMU
[PATCH v2 0/4] x86, fpu/kvm: fix crash with AMX
2026-01-08 20:26 UTC (8+ messages)
` [PATCH 1/4] x86/fpu: Clear XSTATE_BV[i] in save state whenever XFD[i]=1
` [PATCH 2/4] selftests: kvm: replace numbered sync points with actions
[PATCH v3 00/24] KVM: TDX huge page support for private memory
2026-01-08 20:11 UTC (14+ messages)
` [PATCH v3 01/24] x86/tdx: Enhance tdh_mem_page_aug() to support huge pages
[PATCH v1 0/2] Register device memory for poison handling
2026-01-08 19:21 UTC (5+ messages)
` [PATCH v1 1/2] mm: add stubs for PFNMAP memory failure registration functions
` [PATCH v1 2/2] vfio/nvgrace-gpu: register device memory for poison handling
[kvmtool PATCH v5 00/15] arm64: Handle PSCI calls in userspace
2026-01-08 17:57 UTC (16+ messages)
` [kvmtool PATCH v5 01/15] Allow pausing the VM from vcpu thread
` [kvmtool PATCH v5 02/15] update_headers: arm64: Track psci.h for PSCI definitions
` [kvmtool PATCH v5 03/15] update headers: Linux v6.18
` [kvmtool PATCH v5 04/15] Import arm-smccc.h from "
` [kvmtool PATCH v5 05/15] arm64: Stash kvm_vcpu_init for later use
` [kvmtool PATCH v5 06/15] arm64: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [kvmtool PATCH v5 07/15] arm64: Expose ARM64_CORE_REG() for general use
` [kvmtool PATCH v5 08/15] arm64: Add support for finding vCPU for given MPIDR
` [kvmtool PATCH v5 09/15] arm64: Add skeleton implementation for PSCI
` [kvmtool PATCH v5 10/15] arm64: psci: Implement CPU_SUSPEND
` [kvmtool PATCH v5 11/15] arm64: psci: Implement CPU_ON
` [kvmtool PATCH v5 12/15] arm64: psci: Implement AFFINITY_INFO
` [kvmtool PATCH v5 13/15] arm64: psci: Implement MIGRATE_INFO_TYPE
` [kvmtool PATCH v5 14/15] arm64: psci: Implement SYSTEM_{OFF,RESET}
` [kvmtool PATCH v5 15/15] arm64: smccc: Start sending PSCI to userspace
[PATCH v4 0/9] KVM: arm64: Add support for FEAT_IDST
2026-01-08 17:32 UTC (10+ messages)
` [PATCH v4 1/9] arm64: Repaint ID_AA64MMFR2_EL1.IDS description
` [PATCH v4 2/9] KVM: arm64: Add trap routing for GMID_EL1
` [PATCH v4 3/9] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v4 4/9] KVM: arm64: Handle FEAT_IDST for sysregs without specific handlers
` [PATCH v4 5/9] KVM: arm64: Handle CSSIDR2_EL1 and SMIDR_EL1 in a generic way
` [PATCH v4 6/9] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v4 7/9] KVM: arm64: pkvm: Add a generic synchronous exception injection primitive
` [PATCH v4 8/9] KVM: arm64: pkvm: Report optional ID register traps with a 0x18 syndrome
` [PATCH v4 9/9] KVM: arm64: selftests: Add a test for FEAT_IDST
[PATCH] KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
2026-01-08 17:06 UTC (3+ messages)
[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-01-08 16:57 UTC (43+ messages)
` [PATCH v2 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v2 08/36] KVM: arm64: Introduce kvm_call_hyp_nvhe_res()
` [PATCH v2 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v2 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v2 13/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v2 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v2 19/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v2 18/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v2 21/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v2 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v2 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
[PATCH v4 00/16] TDX: Enable Dynamic PAMT
2026-01-08 16:52 UTC (10+ messages)
` [PATCH v4 04/16] x86/virt/tdx: Allocate page bitmap for "
[PATCH v9 00/30] KVM: arm64: Implement support for SME
2026-01-08 16:42 UTC (18+ messages)
` [PATCH v9 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v9 06/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v9 07/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v9 08/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v9 09/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI for SME
[PATCH v2 00/15] fix DMA aligment issues around virtio
2026-01-08 14:45 UTC (17+ messages)
` [PATCH v2 07/15] vsock/virtio: fix DMA alignment for event_list
` [PATCH v2 08/15] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH v2 13/15] vsock/virtio: reorder fields to reduce padding
` [PATCH v2 03/15] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 04/15] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
[PATCH kvmtool 00/15] arm64: Handle PSCI calls in userspace
2026-01-08 14:23 UTC (7+ messages)
` [PATCH kvmtool v4 01/15] Allow pausing the VM from vcpu thread
` [PATCH kvmtool v4 15/15] arm64: smccc: Start sending PSCI to userspace
[PATCH net v4 0/4] vsock/virtio: fix TX credit handling
2026-01-08 11:27 UTC (3+ messages)
[PATCH 0/5] i386: Add support for CPUID 0x80000026 and Bus Lock Detect
2026-01-08 10:33 UTC (4+ messages)
` [PATCH 1/5] i386: Implement CPUID 0x80000026
[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
2026-01-08 9:58 UTC (4+ messages)
` [PATCH 1/2] vsock/virtio: Coalesce only linear skb
` [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-01-08 8:01 UTC (15+ messages)
` [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v7 5/9] tun/tap: add unconsume function for returning entries to ptr_ring
` [PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
` [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
[PATCH] KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
2026-01-08 7:59 UTC (4+ messages)
[PATCH 2/2] monitor/hmp: Reduce target-specific definitions
2026-01-08 7:42 UTC (2+ messages)
[RFC PATCH 00/14] Support multiple KVM modules on the same host
2026-01-08 6:55 UTC (6+ messages)
[PATCH v6 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2026-01-08 6:14 UTC (30+ messages)
` [PATCH v6 01/27] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
` [PATCH v6 02/27] tests/acpi: Allow DSDT table change for x86 machines
` [PATCH v6 03/27] pc: Start with modern CPU hotplug interface by default
` [PATCH v6 04/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v6 05/27] acpi: Remove legacy cpu hotplug utilities
` [PATCH v6 06/27] docs/specs/acpi_cpu_hotplug: Remove legacy cpu hotplug descriptions
` [PATCH v6 07/27] tests/acpi: Update DSDT tables for pc & q35 machines
` [PATCH v6 08/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
` [PATCH v6 09/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
` [PATCH v6 10/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
` [PATCH v6 11/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
` [PATCH v6 12/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
` [PATCH v6 13/27] hw/i386/pc: Remove multiboot.bin
` [PATCH v6 14/27] hw/i386: Assume fw_cfg DMA is always enabled
` [PATCH v6 15/27] hw/i386: Remove linuxboot.bin
` [PATCH v6 16/27] hw/i386/pc: Remove pc_compat_2_6[] array
` [PATCH v6 17/27] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
` [PATCH v6 18/27] hw/core/machine: Remove hw_compat_2_6[] array
` [PATCH v6 19/27] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
` [PATCH v6 20/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
` [PATCH v6 21/27] hw/i386/pc: Remove pc_compat_2_7[] array
` [PATCH v6 22/27] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
` [PATCH v6 23/27] hw/audio/pcspk: Remove PCSpkState::migrate field
` [PATCH v6 24/27] hw/core/machine: Remove hw_compat_2_7[] array
` [PATCH v6 25/27] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
` [PATCH v6 26/27] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
` [PATCH v6 27/27] hw/char/virtio-serial: Do not expose the 'emergency-write' property
Question about RISCV IOMMU irqbypass patch series
2026-01-08 2:42 UTC (3+ messages)
` [External] "
[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
2026-01-08 0:41 UTC (8+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports
[PATCH 0/3] iommu/vt-d: Add support to hitless replace IOMMU domain
2026-01-08 0:29 UTC (3+ messages)
` [PATCH 2/3] vfio: selftests: Add support of creating iommus from iommufd
[PATCH v1 0/1] KVM: x86: Merge pending debug causes when vectoring #DB
2026-01-07 23:57 UTC (2+ messages)
` [PATCH v1 1/1] "
[PATCH v3 00/21] paravirt: cleanup and reorg
2026-01-07 22:48 UTC (3+ messages)
` [PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
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