index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
-65
/
+34
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-07
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-26
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-24
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
1
-2
/
+2
2021-07-14
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
1
-1
/
+1
2021-07-14
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
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
[next]