index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
swiotlb-xen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
Aneesh Kumar K.V (Arm)
1
-3
/
+3
2026-07-31
dma: swiotlb: pass mapping attributes by reference
Aneesh Kumar K.V (Arm)
1
-1
/
+1
2026-04-17
Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+16
2026-04-10
xen/swiotlb: fix stale reference to swiotlb_unmap_page()
Kexin Sun
1
-1
/
+1
2026-03-13
dma-mapping: Separate DMA sync issuing and completion waiting
Barry Song
1
-8
/
+16
2025-10-29
xen: swiotlb: Switch to physical address mapping callbacks
Leon Romanovsky
1
-34
/
+29
2025-09-12
xen: swiotlb: Open code map_resource callback
Leon Romanovsky
1
-1
/
+20
2025-05-23
xen: swiotlb: Wire up map_resource callback
John Ernberg
1
-0
/
+1
2025-05-07
xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands it
John Ernberg
1
-0
/
+1
2025-02-13
Xen/swiotlb: mark xen_swiotlb_fixup() __init
Jan Beulich
1
-1
/
+1
2025-02-13
xen/swiotlb: relax alignment requirements
Juergen Gross
1
-8
/
+12
2024-09-17
xen/swiotlb: fix allocated size
Juergen Gross
1
-2
/
+2
2024-09-17
xen/swiotlb: add alignment check for dma buffers
Juergen Gross
1
-0
/
+6
2024-07-10
swiotlb: reduce swiotlb pool lookups
Michael Kelley
1
-11
/
+20
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-1
/
+1
2024-05-07
swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()
Michael Kelley
1
-1
/
+1
2024-04-25
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
1
-1
/
+1
2023-11-17
swiotlb-xen: provide the "max_mapping_size" method
Keith Busch
1
-0
/
+1
2023-08-01
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
1
-1
/
+1
2022-05-11
swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm
Christoph Hellwig
1
-64
/
+33
2022-04-18
swiotlb: merge swiotlb-xen initialization into swiotlb
Christoph Hellwig
1
-127
/
+1
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-2
/
+2
2022-04-18
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
1
-2
/
+0
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-1
/
+1
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-09-29
swiotlb: Support aligned swiotlb buffers
David Stevens
1
-1
/
+1
2021-09-25
Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+4
2021-09-20
swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
Jan Beulich
1
-3
/
+4
2021-09-17
Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-20
/
+17
2021-09-15
swiotlb-xen: drop DEFAULT_NSLABS
Jan Beulich
1
-2
/
+0
2021-09-15
swiotlb-xen: arrange to have buffer info logged
Jan Beulich
1
-1
/
+1
2021-09-15
swiotlb-xen: drop leftover __ref
Jan Beulich
1
-1
/
+1
2021-09-15
swiotlb-xen: limit init retries
Jan Beulich
1
-2
/
+2
2021-09-15
swiotlb-xen: suppress certain init retries
Jan Beulich
1
-1
/
+2
2021-09-15
swiotlb-xen: maintain slab count properly
Jan Beulich
1
-10
/
+9
2021-09-15
swiotlb-xen: fix late init retry
Jan Beulich
1
-2
/
+2
2021-09-15
swiotlb-xen: avoid double free
Jan Beulich
1
-1
/
+0
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2021-08-09
xen: swiotlb: return error code from xen_swiotlb_map_sg()
Martin Oliveira
1
-1
/
+1
2021-07-23
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
1
-2
/
+2
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_buffer to add a struct device argument
Claire Chang
1
-1
/
+1
2021-05-14
xen/swiotlb: check if the swiotlb has already been initialized
Stefano Stabellini
1
-0
/
+5
2021-03-19
swiotlb: dynamically allocate io_tlb_default_mem
Christoph Hellwig
1
-14
/
+8
2021-03-19
swiotlb: move global variables into a new io_tlb_mem structure
Claire Chang
1
-1
/
+1
2021-03-17
xen-swiotlb: remove the unused size argument from xen_swiotlb_fixup
Christoph Hellwig
1
-4
/
+3
2021-03-17
xen-swiotlb: split xen_swiotlb_init
Christoph Hellwig
1
-54
/
+70
2021-03-17
swiotlb: lift the double initialization protection from xen-swiotlb
Christoph Hellwig
1
-7
/
+0
2021-03-17
xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs
Christoph Hellwig
1
-32
/
+25
[next]