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
starfive-6.6.48-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
/
kernel
/
dma
/
swiotlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-02
swiotlb: fix setting ->force_bounce
Christoph Hellwig
1
-8
/
+6
2022-05-17
swiotlb: max mapping size takes min align mask into account
Tianyu Lan
1
-1
/
+12
2022-05-13
swiotlb: use the right nslabs-derived sizes in swiotlb_init_late
Christoph Hellwig
1
-8
/
+11
2022-05-13
swiotlb: use the right nslabs value in swiotlb_init_remap
Christoph Hellwig
1
-3
/
+4
2022-05-13
swiotlb: don't panic when the swiotlb buffer can't be allocated
Christoph Hellwig
1
-2
/
+4
2022-04-18
swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
Christoph Hellwig
1
-57
/
+20
2022-04-18
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
1
-3
/
+33
2022-04-18
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
1
-5
/
+2
2022-04-18
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
1
-2
/
+9
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-16
/
+19
2022-04-18
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
1
-4
/
+2
2022-04-18
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
1
-17
/
+3
2022-04-18
swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
Christoph Hellwig
1
-0
/
+3
2022-03-29
Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-52
/
+24
2022-03-28
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
1
-4
/
+8
2022-03-26
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
1
-15
/
+8
2022-03-07
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
1
-8
/
+15
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
1
-1
/
+2
2022-01-26
swiotlb: simplify array allocation
Robin Murphy
1
-2
/
+1
2022-01-26
swiotlb: tidy up includes
Robin Murphy
1
-18
/
+13
2022-01-26
swiotlb: simplify debugfs setup
Robin Murphy
1
-30
/
+10
2022-01-26
swiotlb: do not zero buffer in set_memory_decrypted()
Kirill A. Shutemov
1
-2
/
+0
2022-01-04
swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()
Wei Liu
1
-0
/
+7
2021-12-20
swiotlb: Add swiotlb bounce buffer remap function for HV IVM
Tianyu Lan
1
-2
/
+41
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-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
1
-1
/
+1
2021-11-04
Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+8
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
1
-2
/
+2
2021-09-29
swiotlb: Support aligned swiotlb buffers
David Stevens
1
-5
/
+8
2021-07-24
swiotlb: Free tbl memory in swiotlb_exit()
Will Deacon
1
-6
/
+15
2021-07-24
swiotlb: Emit diagnostic in swiotlb_exit()
Will Deacon
1
-0
/
+1
2021-07-24
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
1
-30
/
+36
2021-07-14
swiotlb: add overflow checks to swiotlb_bounce
Dominique Martinet
1
-3
/
+17
2021-07-14
swiotlb: fix implicit debugfs declarations
Claire Chang
1
-5
/
+16
2021-07-14
swiotlb: Add restricted DMA pool initialization
Claire Chang
1
-0
/
+76
2021-07-14
swiotlb: Add restricted DMA alloc/free support
Claire Chang
1
-2
/
+36
2021-07-14
swiotlb: Refactor swiotlb_tbl_unmap_single
Claire Chang
1
-15
/
+20
2021-07-14
swiotlb: Move alloc_size to swiotlb_find_slots
Claire Chang
1
-8
/
+9
2021-07-14
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
1
-0
/
+4
2021-07-14
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
1
-2
/
+2
2021-07-14
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
1
-4
/
+4
2021-07-14
swiotlb: Refactor swiotlb_create_debugfs
Claire Chang
1
-7
/
+14
2021-07-14
swiotlb: Refactor swiotlb init functions
Claire Chang
1
-25
/
+25
2021-06-21
swiotlb: manipulate orig_addr when tlb_addr has offset
Bumyong Lee
1
-8
/
+15
2021-04-29
swiotlb: don't override user specified size in swiotlb_adjust_size
Christoph Hellwig
1
-0
/
+2
2021-04-27
swiotlb: Fix the type of index
Claire Chang
1
-1
/
+2
2021-04-01
swiotlb: Make SWIOTLB_NO_FORCE perform no allocation
Florian Fainelli
1
-4
/
+14
2021-03-19
swiotlb: remove swiotlb_nr_tbl
Christoph Hellwig
1
-6
/
+1
[next]