messages from 2026-07-02 16:34:12 to 2026-07-03 16:27:38 UTC [more...]
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-03 16:27 UTC (47+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v3 02/40] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v3 03/40] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v3 04/40] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v3 05/40] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v3 06/40] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v3 07/40] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v3 08/40] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v3 09/40] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v3 10/40] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v3 11/40] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v3 12/40] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v3 13/40] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v3 14/40] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v3 15/40] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v3 16/40] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v3 17/40] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v3 18/40] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v3 19/40] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v3 20/40] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v3 21/40] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v3 22/40] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v3 23/40] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v3 24/40] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v3 25/40] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH v3 26/40] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH v3 27/40] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH v3 28/40] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v3 29/40] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v3 30/40] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH v3 31/40] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v3 32/40] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 34/40] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v3 35/40] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v3 37/40] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v3 38/40] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v3 39/40] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v3 40/40] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
[PATCH v2 0/3] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
2026-07-03 16:25 UTC (3+ messages)
` [PATCH v2 1/3] KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specific
[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
2026-07-03 16:21 UTC (5+ messages)
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-07-03 14:54 UTC (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
2026-07-03 14:49 UTC (4+ messages)
` [PATCH v5 09/18] KVM: VMX: Use higher-level allocator API
[PATCH v8 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-03 14:46 UTC (25+ messages)
` [PATCH v8 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v8 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v8 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v8 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v8 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v8 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v8 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v8 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v8 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v8 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v8 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v8 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v8 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v8 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v8 15/15] Documentation/userfaultfd: document RWP working set tracking
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-03 14:38 UTC (9+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
[RFC PATCH 0/3] RISC-V: KVM/IOMMU: Fix MRIF irqfd notice handling
2026-07-03 12:38 UTC (2+ messages)
[PATCH v4 RESEND 0/8] powerpc: Testcase improvements and Power8E/NVL removal
2026-07-03 12:09 UTC (14+ messages)
` [PATCH v4 RESEND 1/8] tests/functional: Add remote interrupts test for PowerNV
` [PATCH v4 RESEND 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI
` [PATCH v4 RESEND 3/8] tests/qtest: Add Power11 chip & machine to qtests
` [PATCH v4 RESEND 4/8] tests/functional: Use default powernv machine instead of power10
` [PATCH v4 RESEND 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test
` [PATCH v4 RESEND 6/8] ppc/pnv: Remove Power8E and Power8NVL pnv chips
` [PATCH v4 RESEND 7/8] ppc/pnv: Remove Power8E and Power8NVL CPUs
` [PATCH v4 RESEND 8/8] MAINTAINERS: Add self as maintainer for PowerNV
[PATCH] s390x: stsi: regression test for the STSI 3.2.2 count clamp
2026-07-03 11:44 UTC (2+ messages)
[PATCH v9 0/7] target/arm: fully model WFxT instructions for A-profile
2026-07-03 9:59 UTC (2+ messages)
[RFC PATCH 0/6] selftests/vfio: Add sPAPR TCE v2 coverage
2026-07-03 8:28 UTC (14+ messages)
` [RFC PATCH 1/6] selftests/vfio: allow selecting IOMMU backend from environment
` [RFC PATCH 2/6] selftests/vfio: add sPAPR TCE v2 IOMMU mode
` [RFC PATCH 3/6] selftests/vfio: add sPAPR TCE v2 DMA window helpers
` [RFC PATCH 4/6] selftests/vfio: Exercise sPAPR DDW path for hugepage DMA mappings
` [RFC PATCH 5/6] selftests/vfio: Accept sPAPR errno for DMA range overflow
` [RFC PATCH 6/6] selftests/vfio: Enable VFIO selftests on ppc64 and ppc64le
[PATCH v6 00/11] Dynamic PAMT
2026-07-03 8:26 UTC (11+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v6 09/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v6 11/11] Documentation/x86: Add documentation for TDX's "
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-07-03 7:57 UTC (3+ messages)
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension
[GIT PULL] Split <linux/mod_devicetable.h> in per subsystem headers
2026-07-03 7:37 UTC (2+ messages)
[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-03 6:57 UTC (11+ messages)
` [PATCH v11 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v11 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v11 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v11 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
2026-07-03 6:46 UTC (4+ messages)
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
2026-07-03 6:19 UTC (5+ messages)
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path
` [PATCH v3 4/4] crypto: ccp: Fix memory leak in SEV INIT_EX path
[PATCH v4 0/8] powerpc: Testcase improvements and Power8E/NVL removal
2026-07-03 6:17 UTC (3+ messages)
` [PATCH v4 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test
[PATCH v5 0/8] util: Introduce qemu_get_runtime_dir()
2026-07-03 5:45 UTC (9+ messages)
` [PATCH v5 1/8] "
` [PATCH v5 2/8] ivshmem-server: Use qemu_get_runtime_dir()
` [PATCH v5 3/8] qga: "
` [PATCH v5 4/8] scsi: "
` [PATCH v5 5/8] i386/vmsr: Stop using qemu_get_local_state_dir()
` [PATCH v5 6/8] module: Use qemu_get_runtime_dir()
` [PATCH v5 7/8] util: Remove qemu_get_local_state_dir()
` [PATCH v5 8/8] spice-app: Use qemu_get_runtime_dir()
[PATCH v2 0/7] migration/ram: Assert RAMBlock stability while streaming RAM
2026-07-03 5:19 UTC (8+ messages)
` [PATCH v2 1/7] hw/nvram/fw_cfg: Remove acpi-mr-restore
` [PATCH v2 2/7] hw/nvram/fw_cfg: Avoid resizing RAM at runtime
` [PATCH v2 3/7] system/memory: Remove the resized callback
` [PATCH v2 4/7] system/physmem: Pass RAMBlock to RAMBlockNotifier callbacks
` [PATCH v2 5/7] system/physmem: Notify RAMBlock migratable and idstr changes
` [PATCH v2 6/7] migration/ram: Fix ram_save_complete() return value
` [PATCH v2 7/7] migration/ram: Assert RAMBlock stability while streaming RAM
[GIT PULL] VFIO fixes for v7.2-rc2
2026-07-03 2:56 UTC (2+ messages)
[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
2026-07-03 1:42 UTC (25+ messages)
` [PATCH v19 07/18] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v19 09/18] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v19 11/18] vfio/pci: Virtualize PCIe TPH capability registers
` [PATCH v19 12/18] vfio/pci: Add dmabuf TPH metadata storage and fd query helper
` [PATCH v19 13/18] vfio/pci: Introduce VFIO_DEVICE_FEATURE_TPH family uapi for PCI TPH control
` [PATCH v19 14/18] vfio/pci: Implement VFIO_DEVICE_FEATURE_TPH and valid TPH config write support
` [PATCH v19 15/18] vfio/pci: Implement TPH_RESOLVE feature for DMABUF and CPU source resolving
` [PATCH v19 16/18] vfio/pci: Implement TPH_ST feature for batch ST table programming
[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-02 21:10 UTC (40+ messages)
` [PATCH 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping definitions
` [PATCH 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV on ERET fast path
` [PATCH 10/28] KVM: arm64: Relax CNTHCTL_EL2 handling when FEAT_NV2p1 is present
` [PATCH 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH 25/28] KVM: arm64: Engage NV3 TLBI trap elision
` [PATCH 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH 27/28] KVM: arm64: Expose FEAT_NV3 to guests
[PATCH v4 00/10] vfio/pci: Add mmap() for DMABUFs
2026-07-02 20:34 UTC (5+ messages)
` [PATCH v4 02/10] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
2026-07-02 20:09 UTC (5+ messages)
` [PATCH net 1/2] "
[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-02 19:29 UTC (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature
` [PATCH v2 2/3] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
` [PATCH v2 3/3] KVM: arm64: Advertise STALL_SLOT* in PMCEID1 "
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-02 17:48 UTC (11+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
[PATCH v1 0/8] KVM: s390: Misc fixes
2026-07-02 17:08 UTC (3+ messages)
` [PATCH v1 3/8] KVM: s390: Fix unlikely race with KVM_CAP_S390_USER_OPEREXEC
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-07-02 16:36 UTC
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