linux/arch/sparc/kernel
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
..
syscalls arch: hookup listns() system call 2025-11-03 17:41:18 +01:00
.gitignore
Makefile sparc: Drop the "-ansi" from the asflags 2025-09-26 16:55:21 +02:00
adi_64.c sparc64: Remove redundant __GFP_NOWARN 2025-09-19 20:26:39 +02:00
apc.c sparc: kernel: apc: Remove macro APC_MINOR definition 2025-08-19 12:41:18 +02:00
asm-offsets.c arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c 2025-09-25 09:57:15 +02:00
audit.c
auxio_32.c
auxio_64.c
btext.c
central.c
cherrs.S
chmc.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
compat_audit.c
cpu.c
cpumap.c
cpumap.h
devices.c
ds.c sparc: Replace deprecated strcpy() with strscpy() in domain services driver 2025-09-26 17:27:18 +02:00
dtlb_miss.S
dtlb_prot.S
ebus.c
entry.S
entry.h
etrap_32.S
etrap_64.S
fpu_traps.S
ftrace.c
getsetcc.S
head_32.S
head_64.S
helpers.S
hvapi.c
hvcalls.S
hvtramp.S
idprom.c
iommu-common.c
iommu.c sparc: Use physical address DMA mapping 2025-10-29 10:27:30 +01:00
iommu_common.h
ioport.c
irq.h
irq_32.c sparc/irq: use seq_put_decimal_ull_width() for decimal values 2025-01-17 16:33:06 +01:00
irq_64.c sparc/irq: Remove unneeded if check in sun4v_cookie_only_virqs() 2025-01-17 16:33:48 +01:00
itlb_miss.S
ivec.S
jump_label.c
kernel.h
kgdb_32.c
kgdb_64.c
kprobes.c
kstack.h
ktlb.S
ldc.c
led.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
leon_kernel.c
leon_pci.c sparc/PCI: Remove pcibios_enable_device() as they do nothing extra 2025-09-16 11:18:44 -05:00
leon_pci_grpci1.c
leon_pci_grpci2.c
leon_pmc.c
leon_smp.c
mdesc.c
misctrap.S
module.c sparc/module: Make it clear that relocation numbers are shown in hex 2025-09-19 20:23:09 +02:00
nmi.c
of_device_32.c sparc: fix error handling in scan_one_device() 2025-09-22 07:52:35 +02:00
of_device_64.c sparc: fix error handling in scan_one_device() 2025-09-22 07:52:35 +02:00
of_device_common.c
of_device_common.h
pci.c sparc/PCI: Remove pcibios_enable_device() as they do nothing extra 2025-09-16 11:18:44 -05:00
pci_common.c sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources() 2025-01-15 15:27:22 -06:00
pci_fire.c
pci_impl.h
pci_msi.c
pci_psycho.c
pci_sabre.c
pci_schizo.c
pci_sun4v.c sparc: Use physical address DMA mapping 2025-10-29 10:27:30 +01:00
pci_sun4v.h
pci_sun4v_asm.S
pcic.c pci-v6.18-changes 2025-10-06 10:41:03 -07:00
pcr.c
perf_event.c sparc/perf: Remove driver-specific throttle support 2025-05-21 13:57:46 +02:00
pmc.c
power.c
process.c
process_32.c arch: copy_thread: pass clone_flags as u64 2025-09-01 15:31:34 +02:00
process_64.c arch: copy_thread: pass clone_flags as u64 2025-09-01 15:31:34 +02:00
prom.h
prom_32.c sparc: Replace deprecated strcpy() with strscpy() in prom_32.c 2025-09-26 17:27:35 +02:00
prom_64.c sparc64: Replace deprecated strcpy() with strscpy() in build_path_component() 2025-09-26 17:27:35 +02:00
prom_common.c sparc: Replace deprecated strcpy() with strscpy() in handle_nextprop_quirks() 2025-09-26 17:27:35 +02:00
prom_irqtrans.c
psycho_common.c
psycho_common.h
ptrace_32.c sparc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names 2025-07-14 22:27:48 -07:00
ptrace_64.c sparc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names 2025-07-14 22:27:48 -07:00
reboot.c
rtrap_32.S
rtrap_64.S
sbus.c
setup.c sparc: mv sparc sysctls into their own file under arch/sparc/kernel 2025-04-09 13:32:16 +02:00
setup_32.c
setup_64.c
signal32.c
signal_32.c
signal_64.c
sigutil.h
sigutil_32.c
sigutil_64.c
smp_32.c
smp_64.c sparc: Replace one-element array with flexible array member 2024-11-16 09:54:12 +01:00
sparc_ksyms.c
spiterrs.S
sstate.c
stacktrace.c
starfire.c
sun4d_irq.c
sun4d_smp.c
sun4m_irq.c
sun4m_smp.c
sun4v_ivec.S
sun4v_mcd.S
sun4v_tlb_miss.S
sys32.S
sys_sparc32.c
sys_sparc_32.c arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappings 2024-11-06 20:11:10 -08:00
sys_sparc_64.c mm: consistently use current->mm in mm_get_unmapped_area() 2025-11-16 17:27:57 -08:00
syscalls.S
sysfs.c
systbls.h
systbls_32.S
systbls_64.S
termios.c
time_32.c rtc: m48t59: Use platform_data struct for year offset value 2024-11-18 14:31:57 +01:00
time_64.c rtc: m48t59: Use platform_data struct for year offset value 2024-11-18 14:31:57 +01:00
trampoline_32.S
trampoline_64.S
traps_32.c
traps_64.c
tsb.S
ttable_32.S
ttable_64.S
una_asm_32.S
una_asm_64.S
unaligned_32.c
unaligned_64.c
uprobes.c
urtt_fill.S
utrap.S
vdso.c
vio.c driver core: Constify API device_find_child() and adapt for various usages 2025-01-03 11:19:35 +01:00
viohs.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
visemul.c
vmlinux.lds.S vmlinux.lds.h: Adjust symbol ordering in text output section 2024-11-27 09:38:27 +09:00
windows.c
winfixup.S
wof.S
wuf.S