messages from 2025-11-20 04:45:48 to 2025-11-20 17:26:08 UTC [more...]
[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
2025-11-20 17:25 UTC (50+ messages)
` [PATCH v4 01/49] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v4 02/49] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v4 03/49] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v4 04/49] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v4 05/49] KVM: arm64: vgic-v3: Fix GICv3 trapping in protected mode
` [PATCH v4 06/49] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v4 07/49] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v4 08/49] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v4 09/49] KVM: arm64: Add LR overflow handling documentation
` [PATCH v4 10/49] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v4 11/49] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v4 12/49] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v4 13/49] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v4 14/49] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v4 15/49] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v4 16/49] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v4 17/49] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v4 18/49] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v4 19/49] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v4 20/49] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v4 21/49] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v4 22/49] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v4 23/49] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v4 24/49] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v4 25/49] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v4 26/49] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v4 27/49] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v4 28/49] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v4 29/49] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v4 30/49] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v4 31/49] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v4 32/49] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v4 33/49] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v4 34/49] KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulation
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
` [PATCH v4 36/49] KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.En
` [PATCH v4 37/49] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v4 38/49] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v4 39/49] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v4 40/49] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v4 41/49] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v4 42/49] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v4 43/49] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v4 44/49] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v4 45/49] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v4 46/49] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v4 47/49] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v4 48/49] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v4 49/49] KVM: arm64: selftests: vgic_irq: Add timer deactivation test
[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-20 17:23 UTC (16+ messages)
` [PATCH v9 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v9 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v9 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v9 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v9 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v9 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v9 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v9 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v9 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v9 11/11] vfio/nvgrace: Support get_dmabuf_phys
[PATCH v4 00/23] KVM: s390: gmap rewrite, the real deal
2025-11-20 17:15 UTC (24+ messages)
` [PATCH v4 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v4 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v4 03/23] s390: Move sske_frame() to a header
` [PATCH v4 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v4 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v4 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v4 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v4 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v4 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v4 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v4 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v4 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v4 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v4 14/23] KVM: s390: New gmap code
` [PATCH v4 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v4 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v4 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v4 18/23] KVM: s390: Storage key functions refactoring
` [PATCH v4 19/23] KVM: s390: Switch to new gmap
` [PATCH v4 20/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v4 21/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v4 22/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v4 23/23] KVM: s390: Storage key manipulation IOCTL
[PATCH v4 00/11] VMSCAPE optimization for BHI variant
2025-11-20 17:02 UTC (18+ messages)
` [PATCH v4 01/11] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v4 02/11] x86/bhi: Move the BHB sequence to a macro for reuse
` [PATCH v4 03/11] x86/bhi: Make the depth of BHB-clearing configurable
` [PATCH v4 04/11] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v4 05/11] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v4 06/11] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v4 07/11] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v4 08/11] x86/vmscape: Use static_call() for predictor flush
` [PATCH v4 09/11] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v4 10/11] x86/vmscape: Override conflicting attack-vector controls with =force
` [PATCH v4 11/11] x86/vmscape: Add cmdline vmscape=on to override attack vector controls
[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
2025-11-20 16:18 UTC (16+ messages)
` [RFC PATCH 01/13] KVM: Introduce config option for per-vCPU vLPI enablement
` [RFC PATCH 02/13] KVM: arm64: Disable auto vCPU vPE assignment with per-vCPU vLPI config
` [RFC PATCH 03/13] KVM: arm64: Refactor out locked section of kvm_vgic_v4_set_forwarding()
` [RFC PATCH 04/13] KVM: arm64: Implement vLPI QUERY ioctl for per-vCPU vLPI injection API
` [RFC PATCH 05/13] KVM: arm64: Implement vLPI ENABLE "
` [RFC PATCH 06/13] KVM: arm64: Resolve race between vCPU scheduling and vLPI enablement
` [RFC PATCH 07/13] KVM: arm64: Implement vLPI DISABLE ioctl for per-vCPU vLPI Injection API
` [RFC PATCH 08/13] KVM: arm64: Make per-vCPU vLPI control ioctls atomic
` [RFC PATCH 09/13] KVM: arm64: Couple vSGI enablement with per-vCPU vPE allocation
` [RFC PATCH 10/13] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
` [RFC PATCH 11/13] KVM: Ioctl to set up userspace-injected MSIs as software-bypassing vLPIs
` [RFC PATCH 12/13] KVM: arm64: selftests: Add support for stress testing direct-injected vLPIs
` [RFC PATCH 13/13] KVM: arm64: selftests: Add test for per-vCPU vLPI control API
[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
2025-11-20 15:29 UTC (10+ messages)
` [PATCH net-next v6 1/8] ptr_ring: add __ptr_ring_full_next() to predict imminent fullness
` [PATCH net-next v6 2/8] ptr_ring: add helper to check if consume created space
` [PATCH net-next v6 3/8] tun/tap: add synchronized ring produce/consume with queue management
` [PATCH net-next v6 4/8] tun/tap: add batched ring consume function
` [PATCH net-next v6 5/8] tun/tap: add uncomsume function for returning entries to ring
` [PATCH net-next v6 6/8] tun/tap: add helper functions to check file type
` [PATCH net-next v6 7/8] tun/tap & vhost-net: use {tun|tap}_ring_{consume|produce} to avoid tail drops
` [PATCH net-next v6 7/8] tun/tap/vhost: "
` [PATCH net-next v6 8/8] tun/tap: drop get ring exports
[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
2025-11-20 15:23 UTC (14+ messages)
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v1 08/26] x86/virt/tdx: Add tdx_enable_ext() to enable of TDX Module Extensions
[PATCH 0/9] Initial DMABUF support for iommufd
2025-11-20 14:59 UTC (22+ messages)
` [PATCH 1/9] vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
` [PATCH 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH 3/9] iommufd: Do not map/unmap revoked DMABUFs
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
` [PATCH 9/9] iommufd/selftest: Add some tests for the dmabuf flow
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-20 14:52 UTC (3+ messages)
` (subset) "
[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
2025-11-20 14:51 UTC (8+ messages)
` [PATCH 1/5] KVM: arm64: Add routing/handling for GMID_EL1
` [PATCH 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH 3/5] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
` [PATCH 5/5] KVM: arm64: selftests: Add a test for FEAT_IDST
[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-20 13:20 UTC (20+ messages)
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [Linaro-mm-sig] "
[PATCH v3 0/2] arm: add kvm-psci-version vcpu property
2025-11-20 13:11 UTC (8+ messages)
` [PATCH v3 2/2] target/arm/kvm: "
[PATCH v2 07/10] KVM: nVMX: Replace evmcs kvm_host_map with pfncache
2025-11-20 12:52 UTC (2+ messages)
[PATCH v5 00/28] vfio/xe: Add driver variant for Xe VF migration
2025-11-20 12:40 UTC (11+ messages)
` [PATCH v5 24/28] drm/xe/pf: Enable SR-IOV "
` [PATCH v5 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics
[PATCH 0/6] vfio: Reset migration device state using dedicated callback
2025-11-20 12:36 UTC (7+ messages)
` [PATCH 1/6] vfio: Introduce .migration_reset_state() callback
` [PATCH 2/6] hisi_acc_vfio_pci: Use "
` [PATCH 3/6] vfio/pds: "
` [PATCH 4/6] vfio/qat: "
` [PATCH 5/6] vfio/mlx5: "
` [PATCH 6/6] vfio/virtio: "
[PATCH -next] KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()
2025-11-20 12:09 UTC
[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
2025-11-20 11:15 UTC (7+ messages)
` [PATCH RFC v2 07/11] KVM: s390: Shadow VSIE SCA in guest-1
` [PATCH RFC v2 10/11] KVM: s390: Add VSIE shadow configuration
` [PATCH RFC v2 11/11] KVM: s390: Add VSIE shadow stat counters
[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-11-20 9:12 UTC (5+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
2025-11-20 8:50 UTC (3+ messages)
` [PATCH v3 08/23] KVM: s390: KVM page table management functions: allocation
[PATCH v3 1/6] KVM: LoongArch: selftests: Add system registers save and restore on exception
2025-11-20 6:57 UTC (6+ messages)
` [PATCH v3 2/6] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH v3 3/6] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH v3 4/6] KVM: LoongArch: selftests: Add timer interrupt test case
` [PATCH v3 5/6] KVM: LoongArch: selftests: Add SW emulated timer test
` [PATCH v3 6/6] KVM: LoongArch: selftests: Add time counter test
BUG: soft lockup in smp_call_function
2025-11-20 6:48 UTC
[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
2025-11-20 5:07 UTC (5+ messages)
` [PATCH 1/4] KVM: x86: Advertise MOVRS CPUID to userspace
` [PATCH 2/4] KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 "
` [PATCH 3/4] KVM: x86: Advertise AVX10.2 CPUID "
` [PATCH 4/4] KVM: x86: Advertise AVX10_VNNI_INT "
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).