index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
dma
Age
Commit message (
Expand
)
Author
Lines
2021-08-09
dma-mapping: return error code from dma_dummy_map_sg()
Martin Oliveira
-1
/
+1
2021-08-09
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
-1
/
+1
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
-8
/
+74
2021-08-09
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
-3
/
+4
2021-08-09
dma-debug: use memory_intersects() directly
Kefeng Wang
-12
/
+2
2021-07-23
swiotlb: Free tbl memory in swiotlb_exit()
Will Deacon
-6
/
+15
2021-07-23
swiotlb: Emit diagnostic in swiotlb_exit()
Will Deacon
-0
/
+1
2021-07-23
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
-30
/
+36
2021-07-16
dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}
Roman Skakun
-2
/
+10
2021-07-13
swiotlb: add overflow checks to swiotlb_bounce
Dominique Martinet
-3
/
+17
2021-07-13
swiotlb: fix implicit debugfs declarations
Claire Chang
-5
/
+16
2021-07-13
swiotlb: Add restricted DMA pool initialization
Claire Chang
-0
/
+90
2021-07-13
swiotlb: Add restricted DMA alloc/free support
Claire Chang
-14
/
+73
2021-07-13
swiotlb: Refactor swiotlb_tbl_unmap_single
Claire Chang
-15
/
+20
2021-07-13
swiotlb: Move alloc_size to swiotlb_find_slots
Claire Chang
-8
/
+9
2021-07-13
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
-2
/
+6
2021-07-13
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
-3
/
+3
2021-07-13
swiotlb: Update is_swiotlb_buffer to add a struct device argument
Claire Chang
-6
/
+6
2021-07-13
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
-4
/
+4
2021-07-13
swiotlb: Refactor swiotlb_create_debugfs
Claire Chang
-7
/
+14
2021-07-13
swiotlb: Refactor swiotlb init functions
Claire Chang
-25
/
+25
2021-07-02
Merge tag 'dma-mapping-5.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-5
/
+3
2021-06-23
Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-8
/
+15
2021-06-22
dma-debug: report -EEXIST errors in add_dma_entry
Hamza Mahfooz
-4
/
+2
2021-06-22
dma-mapping: remove a trailing space
Zhen Lei
-1
/
+1
2021-06-21
swiotlb: manipulate orig_addr when tlb_addr has offset
Bumyong Lee
-8
/
+15
2021-05-04
Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-334
/
+200
2021-05-04
Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-18
/
+153
2021-04-30
kernel/dma: remove unnecessary unmap_kernel_range
Nicholas Piggin
-1
/
+0
2021-04-29
swiotlb: don't override user specified size in swiotlb_adjust_size
Christoph Hellwig
-0
/
+2
2021-04-27
swiotlb: Fix the type of index
Claire Chang
-1
/
+2
2021-04-02
dma-mapping: benchmark: Add support for multi-pages map/unmap
Xiang Chen
-7
/
+14
2021-04-02
dma-mapping: benchmark: use the correct HiSilicon copyright
Hao Fang
-1
/
+1
2021-04-01
swiotlb: Make SWIOTLB_NO_FORCE perform no allocation
Florian Fainelli
-4
/
+14
2021-03-19
swiotlb: remove swiotlb_nr_tbl
Christoph Hellwig
-6
/
+1
2021-03-19
swiotlb: dynamically allocate io_tlb_default_mem
Christoph Hellwig
-207
/
+99
2021-03-19
swiotlb: move global variables into a new io_tlb_mem structure
Claire Chang
-190
/
+164
2021-03-17
swiotlb: lift the double initialization protection from xen-swiotlb
Christoph Hellwig
-0
/
+8
2021-03-17
swiotlb: split swiotlb_tbl_sync_single
Christoph Hellwig
-25
/
+21
2021-03-17
swiotlb: move orig addr and size validation into swiotlb_bounce
Christoph Hellwig
-36
/
+23
2021-03-17
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
Christoph Hellwig
-23
/
+24
2021-03-15
dma-mapping: add a dma_alloc_noncontiguous API
Christoph Hellwig
-0
/
+106
2021-03-15
dma-mapping: refactor dma_{alloc,free}_pages
Christoph Hellwig
-10
/
+19
2021-03-15
dma-mapping: add a dma_mmap_pages helper
Christoph Hellwig
-0
/
+13
2021-02-26
Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-116
/
+194
2021-02-26
swiotlb: Validate bounce size in the sync/unmap path
Martin Radev
-3
/
+50
2021-02-26
swiotlb: respect min_align_mask
Christoph Hellwig
-10
/
+31
2021-02-24
Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-41
/
+11
2021-02-22
swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
Christoph Hellwig
-1
/
+0
2021-02-22
swiotlb: refactor swiotlb_tbl_map_single
Christoph Hellwig
-90
/
+89
[prev]
[next]