index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
dma/contiguous: avoid warning about unused size_bytes
Arnd Bergmann
1
-2
/
+1
2025-03-13
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
1
-1
/
+1
2024-12-14
dma-debug: fix a possible deadlock on radix_lock
Levi Yun
1
-2
/
+6
2024-09-12
dma-mapping: benchmark: Don't starve others when doing the test
Yicong Yang
1
-0
/
+16
2024-09-12
dma-debug: avoid deadlock between dma debug vs printk and netconsole
Rik van Riel
1
-1
/
+4
2024-08-19
dma: fix call order in dmam_free_coherent
Lance Richardson
1
-1
/
+1
2024-07-18
dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
Fedor Pchelkin
1
-0
/
+3
2024-07-05
cma: factor out minimum alignment requirement
David Hildenbrand
1
-3
/
+1
2024-06-16
dma-mapping: benchmark: handle NUMA_NO_NODE correctly
Fedor Pchelkin
1
-2
/
+1
2024-06-16
dma-mapping: benchmark: fix node id validation
Fedor Pchelkin
1
-1
/
+2
2024-04-10
dma-mapping: add dma_opt_mapping_size()
John Garry
1
-0
/
+12
2024-04-10
swiotlb: Fix alignment checks when both allocation and DMA masks are present
Will Deacon
1
-2
/
+9
2024-01-25
dma-mapping: clear dev->dma_mem to NULL after freeing it
Joakim Zhang
1
-1
/
+3
2024-01-25
dma-mapping: Add dma_release_coherent_memory to DMA API
Mark-PK Tsai
1
-2
/
+8
2023-10-06
dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
Sergey Senozhatsky
1
-5
/
+15
2023-08-26
dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
gaoxu
1
-2
/
+2
2022-10-05
swiotlb: max mapping size takes min align mask into account
Tianyu Lan
1
-1
/
+12
2022-09-15
swiotlb: avoid potential left shift overflow
Chao Gao
1
-1
/
+4
2022-08-17
swiotlb: fail map correctly with failed io_tlb_default_mem
Robin Murphy
1
-1
/
+1
2022-06-29
dma-direct: use the correct size for dma_set_encrypted()
Dexuan Cui
1
-3
/
+2
2022-06-22
dma-debug: make things less spammy under memory pressure
Rob Clark
1
-1
/
+1
2022-06-09
dma-direct: don't over-decrypt memory
Robin Murphy
1
-2
/
+2
2022-06-09
dma-direct: always leak memory that can't be re-encrypted
Christoph Hellwig
1
-4
/
+10
2022-06-09
dma-direct: don't call dma_set_decrypted for remapped allocations
Christoph Hellwig
1
-7
/
+6
2022-06-09
dma-direct: factor out dma_set_{de,en}crypted helpers
Christoph Hellwig
1
-31
/
+25
2022-06-09
dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
Christoph Hellwig
1
-17
/
+10
2022-06-09
dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
Christoph Hellwig
1
-11
/
+20
2022-06-09
dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
Mikulas Patocka
1
-1
/
+1
2022-04-27
dma-mapping: remove bogus test for pfn_valid from dma_map_resource
Mike Rapoport
1
-4
/
+0
2022-04-20
dma-direct: avoid redundant memory sync for swiotlb
Chao Gao
1
-1
/
+2
2022-04-08
swiotlb: Support aligned swiotlb buffers
David Stevens
1
-5
/
+8
2022-04-08
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
1
-4
/
+8
2022-04-08
dma-debug: fix return value of __setup handlers
Randy Dunlap
1
-2
/
+2
2022-04-08
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
1
-15
/
+8
2022-03-16
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
1
-8
/
+15
2022-03-16
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
1
-1
/
+2
2022-01-27
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
1
-2
/
+2
2021-10-20
Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-36
/
+48
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
3
-24
/
+36
2021-10-11
dma-debug: fix sg checks in debug_dma_map_sg()
Gerald Schaefer
1
-6
/
+6
2021-10-11
dma-mapping: fix the kerneldoc for dma_map_sgtable()
Logan Gunthorpe
1
-6
/
+6
2021-09-17
Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-2
/
+4
2021-09-13
dma-debug: prevent an error message from causing runtime problems
Hamza Mahfooz
1
-1
/
+2
2021-09-06
dma-mapping: fix the kerneldoc for dma_map_sg_attrs
Christoph Hellwig
1
-1
/
+2
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-111
/
+319
2021-08-31
swiotlb: use depends on for DMA_RESTRICTED_POOL
Claire Chang
1
-2
/
+1
2021-08-19
dma-mapping: make the global coherent pool conditional
Christoph Hellwig
1
-22
/
+27
2021-08-18
dma-mapping: add a dma_init_global_coherent helper
Christoph Hellwig
1
-18
/
+14
2021-08-18
dma-mapping: simplify dma_init_coherent_memory
Christoph Hellwig
1
-45
/
+33
2021-08-18
dma-mapping: allow using the global coherent pool for !ARM
Christoph Hellwig
1
-0
/
+2
[next]