messages from 2025-08-25 21:46:52 to 2025-08-28 11:57:33 UTC [more...]
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-28 11:57 UTC (2+ messages)
[PATCH v1 00/36] mm: remove nth_page()
2025-08-28 10:43 UTC (57+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 16/36] "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()
[GIT PULL] dma-mapping fix for Linux 6.17
2025-08-28 9:11 UTC
[PATCH] dma-debug: don't enforce dma mapping check on noncoherent allocations
2025-08-28 8:17 UTC
[PATCH] iommu/s390: Fix memory corruption when using identity domain
2025-08-28 8:10 UTC (2+ messages)
[PATCH] iommu/intel: Fix __domain_mapping()'s usage of switch_to_super_page()
2025-08-28 7:29 UTC (5+ messages)
[PATCH v3 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-08-28 7:08 UTC (24+ messages)
is dma_mapping_error() check necessary for dma_alloc_noncoherent()?
2025-08-28 6:32 UTC (5+ messages)
[PATCH v2 0/3] iommu/apple-dart: Four level page table support
2025-08-28 2:58 UTC (2+ messages)
[PATCH 0/8] iommu/amd: Introduce Nested Translation support
2025-08-28 0:36 UTC (4+ messages)
` [PATCH 8/8] iommu/amd: Add support for nested domain attach/detach
[PATCH rfcv1 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-08-27 20:00 UTC (13+ messages)
` [PATCH rfcv1 4/8] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH rfcv1 5/8] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH rfcv1 6/8] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH rfcv1 7/8] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
[PATCH v3] iommu/amd: Add support for hw_info for iommu capability query
2025-08-27 16:23 UTC
[PATCH v2] iommu/amd: Add support for hw_info for iommu capability query
2025-08-27 16:22 UTC (3+ messages)
[PATCH] iommu/apple-dart: Clear stream error indicator bits for T8110 DARTs
2025-08-27 16:00 UTC (3+ messages)
[PATCH v3 0/9] Add support ANS2 NVMe on Apple A11
2025-08-27 15:56 UTC (4+ messages)
` [PATCH v3 7/9] nvme: apple: Add Apple A11 support
[PATCH 00/19] perf: Rework event_init checks
2025-08-27 15:15 UTC (30+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
[PATCH v2 0/9] Add support ANS2 NVMe on Apple A11
2025-08-27 13:20 UTC (12+ messages)
` [PATCH v2 3/9] dt-bindings: iommu: apple,sart: Add "
` [PATCH v2 6/9] dt-bindings: nvme: apple,nvme-ans: "
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-27 9:43 UTC (11+ messages)
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
[PATCH v8 0/7] Add support for Verisilicon IOMMU used by media codec blocks
2025-08-27 9:08 UTC (8+ messages)
` [PATCH v8 1/7] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH v8 2/7] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v8 3/7] iommu: Add verisilicon IOMMU driver
` [PATCH v8 4/7] MAINTAINERS: Add entry for Verisilicon "
` [PATCH v8 5/7] media: verisilicon: AV1: Restore IOMMU context before decoding a frame
` [PATCH v8 6/7] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH v8 7/7] arm64: defconfig: enable Verisilicon IOMMU for Rockchip RK3588
[PATCHv3 1/2] block: accumulate segment page gaps per bio
2025-08-27 7:37 UTC (5+ messages)
[PATCH v4 00/15] Consolidate iommu page table implementations (AMD)
2025-08-27 7:11 UTC (25+ messages)
` [PATCH v4 01/15] genpt: Generic Page Table base API
` [PATCH v4 02/15] genpt: Add Documentation/ files
` [PATCH v4 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v4 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v4 05/15] iommupt: Add iova_to_phys op
` [PATCH v4 06/15] iommupt: Add unmap_pages op
` [PATCH v4 07/15] iommupt: Add map_pages op
` [PATCH v4 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v4 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v4 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v4 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v4 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v4 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v4 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v4 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH v3 0/3] arm-smmu: select suitable MSI IOVA
2025-08-26 22:19 UTC (10+ messages)
` [PATCH v3 2/3] iommu/of: fix device tree configuration for PCI devices
[PATCH] iommu/amd: Add support for hw_info for iommu capability query
2025-08-26 18:48 UTC (6+ messages)
[PATCH v2 00/10] Convert Intel VT-D to use the generic iommu page table
2025-08-26 17:26 UTC (11+ messages)
` [PATCH v2 01/10] iommu/pages: Add support for a incoherent IOMMU page walker
` [PATCH v2 02/10] iommupt: Add basic support for SW bits in the page table
` [PATCH v2 03/10] iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENT
` [PATCH v2 04/10] iommupt: Flush the CPU cache after any writes to the page table
` [PATCH v2 05/10] iommupt: Add the Intel VT-D second stage page table format
` [PATCH v2 06/10] iommupt/x86: Set the dirty bit only for writable PTEs
` [PATCH v2 07/10] iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENT
` [PATCH v2 08/10] iommu/vt-d: Use the generic iommu page table
` [PATCH v2 09/10] iommu/vt-d: Follow PT_FEAT_DMA_INCOHERENT into the PASID entry
` [PATCH v2 10/10] iommupt: Add a kunit test for the SW bits
[PATCH] iommu/arm-smmu: Remove dev_err_probe() if error is -ENOMEM
2025-08-26 16:39 UTC (2+ messages)
[PATCH v7 0/6] Add support for Verisilicon IOMMU used by media codec blocks
2025-08-26 13:14 UTC (12+ messages)
` [PATCH v7 4/6] media: verisilicon: AV1: Restore IOMMU context before decoding a frame
` [PATCH v7 6/6] arm64: defconfig: enable Verisilicon IOMMU
[PATCH v7 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
2025-08-26 7:36 UTC (2+ messages)
[PATCH v6 0/4] Add host kdump support for SNP
2025-08-25 21:46 UTC (3+ messages)
` [PATCH v6 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v6 4/4] iommu/amd: Skip enabling command/event buffers for kdump
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