messages from 2026-07-15 10:15:28 to 2026-07-16 09:44:48 UTC [more...]
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-16 9:44 UTC (47+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [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 v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-16 9:42 UTC (54+ 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] vhost: reject zero-size IOTLB INVALIDATE
2026-07-16 9:41 UTC (2+ messages)
[PATCH v5 0/7] KVM: guest_memfd: reclaim()/convert() cleanups
2026-07-16 9:35 UTC (5+ messages)
` [PATCH v5 1/7] KVM: guest_memfd: Plumb the number of pages and max order into .invalidate()
` [PATCH v5 7/7] KVM: guest_memfd: Rework PREPARE config and hook into a more generic CONVERT
[PATCH v4 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
2026-07-16 8:57 UTC (4+ messages)
` [PATCH v4 4/5] vhost: synchronize with RCU readers when freeing workers
[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-16 8:37 UTC (16+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
` [PATCH v4 6/6] KVM: arm64: Add auto HDBSS enable/disable on dirty logging change
[PATCH v2 00/36] KVM: VMX APIC timer virtualization support
2026-07-16 8:30 UTC (2+ messages)
[PATCH] x86/cpufeatures: Make AVX512_BMM depend on AVX512F
2026-07-16 8:08 UTC (3+ messages)
[PATCH] KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state
2026-07-16 8:09 UTC (2+ messages)
[PATCH] KVM: riscv: Fix infinite loop in NACL hfence entry allocation
2026-07-16 7:55 UTC (2+ messages)
[GIT PULL] KVM fixes for Linux 7.2-rc4
2026-07-16 7:46 UTC
[PATCH] KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug
2026-07-16 7:24 UTC (5+ messages)
[PATCH] RISC-V: KVM: Use raw_spinlock for VMID update critical section
2026-07-16 6:57 UTC (2+ messages)
[PATCH] RISC-V: KVM: Account VM-scoped allocations to the VM cgroup
2026-07-16 6:54 UTC (2+ messages)
[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
2026-07-16 6:22 UTC (2+ messages)
[PATCH v3 0/2] LoongArch: KVM: Fix timer restore issues
2026-07-16 6:14 UTC (5+ messages)
` [PATCH v3 1/2] LoongArch: KVM: Reload one-shot TVAL on migration destination
` [PATCH v3 2/2] LoongArch: KVM: Prevent division by zero in periodic timer restore
[PATCH] LoongArch: KVM: Allow to set pv_feature until vCPU run
2026-07-16 6:12 UTC (6+ messages)
[syzbot] Monthly kvm report (Jul 2026)
2026-07-16 4:32 UTC
[PATCH] vdpa/mlx5: fix MR state corruption on setup_vq_resources failure
2026-07-16 3:12 UTC (2+ messages)
[PATCH] vhost-vdpa: reject zero-size unmap
2026-07-16 3:02 UTC
[PATCH] vhost-vdpa: propagate set_map error to caller
2026-07-16 3:02 UTC
[PATCH] KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUN
2026-07-16 1:14 UTC (2+ messages)
[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
2026-07-16 1:07 UTC (6+ messages)
` [PATCH v12 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v12 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v12 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v12 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
2026-07-15 23:08 UTC (5+ messages)
` [PATCH 2/4] KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspace
[PATCH 0/2] vfio/iommufd: Prevent scheduler warnings when unmapping large regions
2026-07-15 22:07 UTC (6+ messages)
` [PATCH 1/2] vfio/type1: Periodically try rescheduling when unmapping
[RFC v1 00/25] Add Realm support to QEMU-VMM
2026-07-15 20:21 UTC (4+ messages)
` [RFC v1 04/25] target/arm/kvm-rme: Add mechanic to initialize realms
[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 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 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 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 v2 00/19] KVM: apply chainsaw to struct kvm_mmu
2026-07-15 14:43 UTC (2+ messages)
[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)
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