index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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
2021-03-17
xen-swiotlb: remove xen_set_nslabs
Christoph Hellwig
1
-12
/
+7
2021-03-17
xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supported
Christoph Hellwig
1
-8
/
+2
2021-03-17
xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_buffer
Christoph Hellwig
1
-4
/
+2
2021-03-17
swiotlb: split swiotlb_tbl_sync_single
Christoph Hellwig
1
-2
/
+2
2021-03-17
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
Christoph Hellwig
1
-2
/
+2
2020-11-02
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Christoph Hellwig
1
-2
/
+1
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-2
/
+1
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-0
/
+1
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
1
-0
/
+2
2020-08-04
xen/arm: introduce phys/dma translations in xen_dma_sync_for_*
Stefano Stabellini
1
-8
/
+24
2020-08-04
swiotlb-xen: introduce phys_to_dma/dma_to_phys translations
Stefano Stabellini
1
-21
/
+32
2020-08-04
swiotlb-xen: remove XEN_PFN_PHYS
Stefano Stabellini
1
-6
/
+1
2020-08-04
swiotlb-xen: add struct device * parameter to is_xen_swiotlb_buffer
Stefano Stabellini
1
-4
/
+4
2020-08-04
swiotlb-xen: add struct device * parameter to xen_dma_sync_for_device
Stefano Stabellini
1
-2
/
+2
2020-08-04
swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpu
Stefano Stabellini
1
-2
/
+2
2020-08-04
swiotlb-xen: add struct device * parameter to xen_bus_to_phys
Stefano Stabellini
1
-5
/
+5
2020-08-04
swiotlb-xen: add struct device * parameter to xen_phys_to_bus
Stefano Stabellini
1
-7
/
+7
2020-08-04
swiotlb-xen: remove start_dma_addr
Stefano Stabellini
1
-5
/
+2
2020-08-04
swiotlb-xen: use vmalloc_to_page on vmalloc virt addresses
Boris Ostrovsky
1
-1
/
+7
2019-11-20
dma-direct: exclude dma_direct_map_resource from the min_low_pfn check
Christoph Hellwig
1
-2
/
+2
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-4
/
+4
2019-09-26
Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+2
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-68
/
+16
2019-09-11
swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page
Christoph Hellwig
1
-11
/
+4
2019-09-11
swiotlb-xen: simplify cache maintainance
Christoph Hellwig
1
-10
/
+10
2019-09-11
swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtable
Christoph Hellwig
1
-27
/
+2
2019-09-11
xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
Christoph Hellwig
1
-20
/
+0
2019-09-11
swiotlb: Split size parameter to map/unmap APIs
Lu Baolu
1
-4
/
+4
2019-09-06
swiotlb-xen: Convert to use macro
Souptick Joarder
1
-3
/
+2
2019-08-03
Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-24
/
+10
2019-08-01
xen/swiotlb: remember having called xen_create_contiguous_region()
Juergen Gross
1
-1
/
+3
2019-08-01
xen/swiotlb: simplify range_straddles_page_boundary()
Juergen Gross
1
-22
/
+6
2019-08-01
xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
Juergen Gross
1
-2
/
+2
2019-07-18
Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-06-19
swiotlb: fix phys_addr_t overflow warning
Arnd Bergmann
1
-1
/
+1
2019-06-12
Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+11
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287
Thomas Gleixner
1
-10
/
+1
2019-06-05
xen/swiotlb: don't initialize swiotlb twice on arm64
Stefano Stabellini
1
-1
/
+11
2019-05-08
Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-137
/
+59
2019-05-03
swiotlb-xen: ensure we have a single callsite for xen_dma_map_page
Christoph Hellwig
1
-15
/
+16
2019-05-03
swiotlb-xen: simplify the DMA sync method implementations
Christoph Hellwig
1
-56
/
+28
2019-05-03
swiotlb-xen: use ->map_page to implement ->map_sg
Christoph Hellwig
1
-58
/
+10
2019-05-03
swiotlb-xen: make instances match their method names
Christoph Hellwig
1
-10
/
+7
[next]