forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/use…
…rs/hch/dma-mapping Pull dma-mapping updates from Christoph Hellwig: - fix a regression in the ARM dma-direct conversion (Christoph Hellwig) - use memcpy_{from,to}_page (Fabio M. De Francesco) - cleanup the swiotlb MAINTAINERS entry (Lukas Bulwahn) - make SG table pool allocation less fragile (Masahiro Yamada) - don't panic on swiotlb initialization failure (Robin Murphy) * tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/dma-mapping: ARM/dma-mapping: remove the dma_coherent member of struct dev_archdata ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifier lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall MAINTAINERS: merge SWIOTLB SUBSYSTEM into DMA MAPPING HELPERS swiotlb: don't panic! swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()
- Loading branch information
Showing
5 changed files
with
38 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6171,6 +6171,7 @@ F: include/asm-generic/dma-mapping.h | |
F: include/linux/dma-direct.h | ||
F: include/linux/dma-mapping.h | ||
F: include/linux/dma-map-ops.h | ||
F: include/linux/swiotlb.h | ||
F: kernel/dma/ | ||
|
||
DMA MAPPING BENCHMARK | ||
|
@@ -19749,16 +19750,6 @@ S: Maintained | |
F: Documentation/admin-guide/svga.rst | ||
F: arch/x86/boot/video* | ||
|
||
SWIOTLB SUBSYSTEM | ||
M: Christoph Hellwig <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://git.infradead.org/users/hch/dma-mapping.git | ||
T: git git://git.infradead.org/users/hch/dma-mapping.git | ||
F: arch/*/kernel/pci-swiotlb.c | ||
F: include/linux/swiotlb.h | ||
F: kernel/dma/swiotlb.c | ||
|
||
SWITCHDEV | ||
M: Jiri Pirko <[email protected]> | ||
M: Ivan Vecera <[email protected]> | ||
|
@@ -22475,8 +22466,10 @@ M: Stefano Stabellini <[email protected]> | |
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
S: Supported | ||
F: arch/x86/xen/*swiotlb* | ||
F: drivers/xen/*swiotlb* | ||
F: arch/*/include/asm/xen/swiotlb-xen.h | ||
F: drivers/xen/swiotlb-xen.c | ||
F: include/xen/arm/swiotlb-xen.h | ||
F: include/xen/swiotlb-xen.h | ||
|
||
XFS FILESYSTEM | ||
C: irc://irc.oftc.net/xfs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters