index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
direct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge tags 'dma-mapping-7.3-2026-08-24' and 'dma-mapping-7.3-2026-08-24-2' of...
Linus Torvalds
1
-79
/
+250
2026-08-04
mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
Lorenzo Stoakes
1
-2
/
+4
2026-07-31
dma-direct: rename ret to cpu_addr in alloc helpers
Aneesh Kumar K.V (Arm)
1
-20
/
+20
2026-07-31
dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
Aneesh Kumar K.V (Arm)
1
-17
/
+26
2026-07-31
dma-direct: set decrypted flag for remapped DMA allocations
Aneesh Kumar K.V (Arm)
1
-12
/
+44
2026-07-31
dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
1
-22
/
+30
2026-07-31
dma-direct: Move dma_direct_map_phys() to dma/direct.c
Aneesh Kumar K.V (Arm)
1
-0
/
+53
2026-07-31
dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
Aneesh Kumar K.V (Arm)
1
-5
/
+3
2026-07-31
dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
1
-4
/
+9
2026-07-31
dma-pool: track decrypted atomic pools and select them via attrs
Aneesh Kumar K.V (Arm)
1
-4
/
+10
2026-07-31
dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
Aneesh Kumar K.V (Arm)
1
-9
/
+33
2026-07-31
dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
Aneesh Kumar K.V (Arm)
1
-18
/
+53
2026-07-31
dma: free atomic pool pages by physical address
Aneesh Kumar K.V (Arm)
1
-2
/
+2
2026-07-31
dma-direct: return struct page from dma_direct_alloc_from_pool()
Aneesh Kumar K.V (Arm)
1
-8
/
+10
2026-07-14
dma-direct: Improve readability of the dma_direct_map_sg() for P2PDMA case
Marek Szyprowski
1
-2
/
+1
2026-06-03
dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segments
Li RongQing
1
-1
/
+1
2026-04-30
dma-direct: fix use of max_pfn
Petr Tesarik
1
-2
/
+2
2026-03-13
dma-mapping: Support batch mode for dma_direct_{map,unmap}_sg
Barry Song
1
-4
/
+13
2026-03-13
dma-mapping: Separate DMA sync issuing and completion waiting
Barry Song
1
-1
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-08
dma-mapping: Remove dma_mark_clean (again)
Robin Murphy
1
-3
/
+0
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
[next]