index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
direct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-2
/
+2
2025-11-26
dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings
Pranjal Shrivastava
1
-0
/
+1
2025-11-20
PCI/P2PDMA: Simplify bus address mapping API
Leon Romanovsky
1
-2
/
+2
2025-09-12
dma-mapping: export new dma_*map_phys() interface
Leon Romanovsky
1
-16
/
+0
2025-09-12
dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
Leon Romanovsky
1
-3
/
+3
2025-08-11
dma-direct: clean up the logic in __dma_direct_alloc_pages()
Petr Tesarik
1
-18
/
+13
2025-05-06
dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
Christoph Hellwig
1
-0
/
+1
2025-05-06
PCI/P2PDMA: Refactor the p2pdma mapping helpers
Christoph Hellwig
1
-22
/
+21
2025-03-12
dma-mapping: fix missing clear bdr in check_ram_in_range_map()
Baochen Qiang
1
-10
/
+18
2024-09-04
dma-direct: optimize page freeing when it is not addressable
Chen Yu
1
-1
/
+1
2024-08-22
dma-mapping: replace zone_dma_bits by zone_dma_limit
Catalin Marinas
1
-3
/
+3
2024-07-10
swiotlb: reduce swiotlb pool lookups
Michael Kelley
1
-7
/
+3
2024-02-28
dma-direct: Leak pages on dma_set_decrypted() failure
Rick Edgecombe
1
-4
/
+5
2023-12-15
dma-mapping: don't store redundant offsets
Robin Murphy
1
-1
/
+0
2023-11-06
dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...
Jia He
1
-0
/
+40
2023-10-22
dma-direct: warn when coherent allocations aren't supported
Christoph Hellwig
1
-1
/
+3
2023-10-22
dma-direct: simplify the use atomic pool logic in dma_direct_alloc
Christoph Hellwig
1
-15
/
+10
2023-10-22
dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbol
Christoph Hellwig
1
-10
/
+2
2023-08-01
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
1
-1
/
+1
2023-06-19
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
1
-1
/
+1
2023-03-28
dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask
Petr Tesarik
1
-8
/
+7
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-6
/
+37
2022-07-26
dma-direct: support PCI P2PDMA pages in dma-direct map_sg
Logan Gunthorpe
1
-6
/
+37
2022-06-23
dma-direct: use the correct size for dma_set_encrypted()
Dexuan Cui
1
-3
/
+2
2022-05-23
dma-direct: don't over-decrypt memory
Robin Murphy
1
-2
/
+2
2022-05-11
dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
Christoph Hellwig
1
-17
/
+10
2022-04-01
dma-mapping: move pgprot_decrypted out of dma_pgprot
Christoph Hellwig
1
-2
/
+8
2022-03-03
dma-mapping: remove CONFIG_DMA_REMAP
Christoph Hellwig
1
-11
/
+7
2021-12-08
dma-direct: add a dma_direct_use_pool helper
Christoph Hellwig
1
-6
/
+12
2021-12-07
dma-direct: factor the swiotlb code out of __dma_direct_alloc_pages
Christoph Hellwig
1
-9
/
+15
2021-12-07
dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionals
Christoph Hellwig
1
-4
/
+2
2021-12-07
dma-direct: warn if there is no pool for force unencrypted allocations
Christoph Hellwig
1
-4
/
+5
2021-12-07
dma-direct: fail allocations that can't be made coherent
Christoph Hellwig
1
-2
/
+3
2021-12-07
dma-direct: refactor the !coherent checks in dma_direct_alloc
Christoph Hellwig
1
-25
/
+41
2021-12-07
dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
Christoph Hellwig
1
-11
/
+20
2021-12-07
dma-direct: clean up the remapping checks in dma_direct_alloc
Christoph Hellwig
1
-22
/
+26
2021-12-07
dma-direct: always leak memory that can't be re-encrypted
Christoph Hellwig
1
-4
/
+10
2021-12-07
dma-direct: don't call dma_set_decrypted for remapped allocations
Christoph Hellwig
1
-7
/
+6
2021-12-07
dma-direct: factor out dma_set_{de,en}crypted helpers
Christoph Hellwig
1
-31
/
+25
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-15
/
+42
2021-08-18
dma-direct: add support for dma_coherent_default_memory
Christoph Hellwig
1
-0
/
+15
2021-08-09
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
1
-1
/
+1
2021-07-13
swiotlb: Add restricted DMA alloc/free support
Claire Chang
1
-12
/
+37
2021-07-13
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
1
-1
/
+1
2021-07-13
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
1
-1
/
+1
2021-07-13
swiotlb: Update is_swiotlb_buffer to add a struct device argument
Claire Chang
1
-3
/
+3
2021-03-17
swiotlb: split swiotlb_tbl_sync_single
Christoph Hellwig
1
-4
/
+4
2020-11-18
dma-mapping: remove the dma_direct_set_offset export
Christoph Hellwig
1
-1
/
+0
2020-10-16
kernel/: fix repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-10-07
dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling
Christoph Hellwig
1
-61
/
+39
[next]