1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 09:32:12 +00:00
Linus Torvalds a7405aa92f dma-mapping updates for Linux 6.19:
- next part of DMA mapping API refactoring to physical addresses as the primary
 interface instead of page+offset parameters; this time dma_map_ops callbacks
 are converted to physical addresses, what in turn results also in some
 simplification of architecture specific code (Leon Romanovsky and Jason
 Gunthorpe)
 - clarify that dma_map_benchmark is not a kernel self-test, but standalone
 tool (Qinxin Xia)
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQSrngzkoBtlA8uaaJ+Jp1EFxbsSRAUCaTLpeQAKCRCJp1EFxbsS
 RKlAAQCo/gVslheoJ+h4Hk5oUjLfVQaiamJOlzxw12EVHVAs3AEA7GILIAL1GbGn
 EpkgwjIuz/J/4aGhNbYO6J+C1qMAHww=
 =aM6P
 -----END PGP SIGNATURE-----

Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux

Pull dma-mapping updates from Marek Szyprowski:

 - More DMA mapping API refactoring to physical addresses as the primary
   interface instead of page+offset parameters.

   This time dma_map_ops callbacks are converted to physical addresses,
   what in turn results also in some simplification of architecture
   specific code (Leon Romanovsky and Jason Gunthorpe)

 - Clarify that dma_map_benchmark is not a kernel self-test, but
   standalone tool (Qinxin Xia)

* tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux:
  dma-mapping: remove unused map_page callback
  xen: swiotlb: Convert mapping routine to rely on physical address
  x86: Use physical address for DMA mapping
  sparc: Use physical address DMA mapping
  powerpc: Convert to physical address DMA mapping
  parisc: Convert DMA map_page to map_phys interface
  MIPS/jazzdma: Provide physical address directly
  alpha: Convert mapping routine to rely on physical address
  dma-mapping: remove unused mapping resource callbacks
  xen: swiotlb: Switch to physical address mapping callbacks
  ARM: dma-mapping: Switch to physical address mapping callbacks
  ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
  dma-mapping: convert dummy ops to physical address mapping
  dma-mapping: prepare dma_map_ops to conversion to physical address
  tools/dma: move dma_map_benchmark from selftests to tools/dma
2025-12-06 09:25:05 -08:00
..
2025-12-05 19:56:50 -08:00
2025-12-01 14:39:03 -08:00
2025-12-05 17:01:20 -08:00
2025-12-04 12:19:49 -08:00
2025-11-29 14:10:16 +01:00
2025-11-11 10:01:30 +01:00
2025-12-02 17:03:55 -08:00
2025-12-04 15:29:27 -08:00
2025-12-05 17:29:04 -08:00
2025-12-04 13:50:39 -08:00
2025-12-02 17:24:03 -08:00
2025-12-05 20:41:20 -08:00
2025-12-03 19:26:18 -08:00
2025-12-03 19:26:18 -08:00
2025-11-21 11:21:31 +01:00
2025-12-03 12:42:36 -08:00
2025-12-06 09:01:27 -08:00
2025-12-05 15:25:13 -08:00
2025-12-04 17:10:08 -08:00
2025-11-28 12:42:23 +01:00
2025-12-03 17:24:33 -08:00
2025-12-05 09:51:37 -08:00
2025-12-05 20:41:20 -08:00
2025-11-23 12:30:40 +01:00
2025-11-20 13:43:59 -08:00
2025-12-01 16:13:46 -08:00
2025-12-03 18:58:57 -08:00
2025-11-11 10:01:30 +01:00
2025-12-05 17:01:20 -08:00
2025-12-04 17:29:41 -08:00
2025-12-04 13:50:39 -08:00
2025-12-03 17:24:33 -08:00
2025-12-04 11:16:44 -08:00
2025-11-18 17:52:54 +01:00
2025-11-11 13:18:56 +01:00
2025-11-28 09:21:18 -07:00
2025-12-03 13:04:07 -08:00
2025-12-03 18:58:57 -08:00
2025-11-27 14:22:31 +01:00
2025-11-20 17:57:40 -08:00
2025-12-05 09:11:02 -08:00
2025-11-25 10:07:42 +01:00
2025-12-04 18:50:11 -08:00
2025-11-24 15:08:54 -08:00
2025-12-01 09:20:51 -08:00
2025-11-12 09:38:34 +01:00