messages from 2026-07-15 10:07:58 to 2026-07-15 19:12:52 UTC [more...]
[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
2026-07-15 19:12 UTC (11+ messages)
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
[PATCH] KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug
2026-07-15 19:01 UTC (2+ messages)
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-07-15 18:17 UTC (20+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v5 4/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v5 5/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v5 6/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v5 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v5 9/9] vfio/pci: Permanently revoke a DMABUF on request
[PATCH 0/2] vfio/iommufd: Prevent scheduler warnings when unmapping large regions
2026-07-15 18:12 UTC (5+ messages)
` [PATCH 1/2] vfio/type1: Periodically try rescheduling when unmapping
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-15 18:05 UTC (25+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-15 16:57 UTC (31+ messages)
` [PATCH v3 27/40] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [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 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 40/40] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-15 16:43 UTC (46+ messages)
` [PATCH v15 01/37] KVM: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v15 02/37] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v15 03/37] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v15 04/37] KVM: arm64: CCA: Check for RMI support at KVM init
` [PATCH v15 05/37] KVM: arm64: CCA: Check for LPA2 support
` [PATCH v15 06/37] KVM: arm64: CCA: Define the user ABI
` [PATCH v15 07/37] KVM: arm64: CCA: Add basic infrastructure for creating a realm
` [PATCH v15 08/37] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v15 09/37] KVM: arm64: CCA: Allow passing the machine type in KVM creation
` [PATCH v15 10/37] KVM: arm64: CCA: Tear down RTTs
` [PATCH v15 11/37] KVM: arm64: CCA: Allocate and free RECs to match vCPUs
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit
` [PATCH v15 15/37] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v15 16/37] KVM: arm64: CCA: Handle realm MMIO emulation
` [PATCH v15 17/37] KVM: arm64: Expose support for private memory
` [PATCH v15 18/37] KVM: arm64: CCA: Create the realm descriptor
` [PATCH v15 19/37] KVM: arm64: CCA: Activate realms on first vCPU run
` [PATCH v15 20/37] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v15 21/37] KVM: arm64: CCA: Set RIPAS of initial memslots
` [PATCH v15 22/37] KVM: arm64: CCA: Support runtime faulting of memory
` [PATCH v15 23/37] KVM: arm64: CCA: Handle realm vCPU load
` [PATCH v15 24/37] KVM: arm64: CCA: Validate register access for Realm VMs
` [PATCH v15 25/37] KVM: arm64: CCA: Handle Realm PSCI requests
` [PATCH v15 26/37] KVM: arm64: WARN on injected undef exceptions
` [PATCH v15 27/37] KVM: arm64: CCA: Allow userspace to inject aborts
` [PATCH v15 28/37] KVM: arm64: CCA: Support RSI_HOST_CALL
` [PATCH v15 29/37] KVM: arm64: CCA: Allow checking SVE on VM instance
` [PATCH v15 30/37] KVM: arm64: CCA: Prevent Device mappings for realms
` [PATCH v15 31/37] KVM: arm64: CCA: Propagate breakpoint and watchpoint counts to userspace
` [PATCH v15 32/37] KVM: arm64: CCA: Set breakpoint parameters through SET_ONE_REG
` [PATCH v15 33/37] KVM: arm64: CCA: Propagate max SVE vector length from the RMM
` [PATCH v15 34/37] KVM: arm64: CCA: Configure max SVE vector length for a Realm
` [PATCH v15 35/37] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v15 36/37] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v15 37/37] KVM: arm64: CCA: Enable realms to be created
[PATCH v2 0/1] target/i386: Add support for KVM APERF/MPERF passthrough
2026-07-15 15:59 UTC (4+ messages)
` [PATCH v2 1/1] "
[RFC PATCH 0/2] PCI bus/CPU address translation for MMIO
2026-07-15 15:47 UTC (2+ messages)
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-15 15:47 UTC (13+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH 2/6] firmware: arm_rmm: Add wrappers for direct RMI calls
` [PATCH 3/6] firmware: arm_rmm: Check for RMI support at init
` [PATCH 4/6] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH 5/6] firmware: arm_rmm: Add support for SRO
` [PATCH 6/6] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
[PATCH v4 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
2026-07-15 15:17 UTC (3+ messages)
` [PATCH v4 4/5] vhost: synchronize with RCU readers when freeing workers
[PATCH v2 00/19] KVM: apply chainsaw to struct kvm_mmu
2026-07-15 14:43 UTC (2+ messages)
[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-15 14:28 UTC (7+ messages)
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
[PATCH 00/21] KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi)
2026-07-15 14:21 UTC (5+ messages)
` [PATCH 15/21] KVM: s390: vsie: Add struct vsie_sca with pin and unpin
` [PATCH 16/21] KVM: s390: vsie: Shadow VSIE SCA in guest-1
[PATCH v2] KVM: SEV: drop FOLL_WRITE for encrypted region registration
2026-07-15 14:09 UTC (3+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-07-15 14:06 UTC (4+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
[RFC PATCH] KVM: x86: RFC for per-VM C-state policy enforcement (KVM_CAP_CSTATE_POLICY)
2026-07-15 13:52 UTC (3+ messages)
[PATCH] KVM: riscv: Fix Spectre-v1 in vector register access
2026-07-15 12:50 UTC (2+ messages)
[PATCH v3 0/5] KVM: SVM: Add Bus Lock Detect support and refactor LBRV
2026-07-15 12:12 UTC (7+ messages)
` [PATCH v3 4/5] KVM: SVM: Compute DEBUGCTL reserved bits dynamically
` [PATCH v3 5/5] KVM: SVM: Add Bus Lock Detect support
[PATCH] KVM: x86: Replace delivery mode TODO with WARN_ON_ONCE
2026-07-15 12:03 UTC
[PATCH v1 0/7] riscv: add Svnapot-based contiguous PTE support
2026-07-15 11:36 UTC (3+ messages)
` [External] "
[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
2026-07-15 10:20 UTC (8+ messages)
` [PATCH v4] RISC-V: KVM: Serialize virtual interrupt pending state updates
` [PATCH v5] "
[GIT PULL 0/5] KVM: s390: Fixes for 7.2
2026-07-15 10:16 UTC (3+ messages)
[GIT PULL] KVM: x86: Fixes for 7.2-rcN
2026-07-15 10:15 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 7.2, take #2
2026-07-15 10:14 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 7.2, take #1
2026-07-15 10:13 UTC (2+ messages)
[PATCH v3 0/2] LoongArch: KVM: Fix timer restore issues
2026-07-15 10:06 UTC (2+ messages)
` [PATCH v3 2/2] LoongArch: KVM: Prevent division by zero in periodic timer restore
page: | 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