index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
swiotlb.c
Age
Commit message (
Expand
)
Author
2023-06-29
swiotlb: reduce the number of areas to match actual memory pool size
Petr Tesarik
2023-06-29
swiotlb: always set the number of areas before allocating the pool
Petr Tesarik
2023-06-07
swiotlb: use the atomic counter of total used slabs if available
Petr Tesarik
2023-04-29
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-04-20
swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FS
Petr Tesarik
2023-04-17
swiotlb: Remove bounce buffer remapping for Hyper-V
Michael Kelley
2023-04-16
swiotlb: track and report io_tlb_used high water marks in debugfs
Michael Kelley
2023-04-16
swiotlb: fix debugfs reporting of reserved memory pools
Michael Kelley
2023-04-16
swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup
Doug Berger
2023-04-06
swiotlb: fix a braino in the alignment check fix
Petr Tesarik
2023-03-22
swiotlb: fix slot alignment checks
Petr Tesarik
2023-03-22
swiotlb: use wrap_area_index() instead of open-coding it
Petr Tesarik
2023-03-15
swiotlb: fix the deadlock in swiotlb_do_find_slots
GuoRui.Yu
2023-02-22
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
2023-02-16
swiotlb: remove swiotlb_max_segment
Christoph Hellwig
2022-11-01
swiotlb: reduce the swiotlb buffer size on allocation failure
Alexey Kardashevskiy
2022-09-20
swiotlb: don't panic!
Robin Murphy
2022-09-20
swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()
Fabio M. De Francesco
2022-09-07
swiotlb: fix a typo
Chao Gao
2022-09-07
swiotlb: avoid potential left shift overflow
Chao Gao
2022-09-07
Revert "swiotlb: panic if nslabs is too small"
Yu Zhao
2022-07-28
swiotlb: fix passing local variable to debugfs_create_ulong()
Tianyu Lan
2022-07-22
swiotlb: clean up some coding style and minor issues
Tianyu Lan
2022-07-18
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
2022-07-18
swiotlb: ensure a segment doesn't cross the area boundary
Chao Gao
2022-07-18
swiotlb: consolidate rounding up default_nslabs
Chao Gao
2022-07-18
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
2022-07-18
swiotlb: fix use after free on error handling path
Dan Carpenter
2022-07-13
swiotlb: split up the global swiotlb lock
Tianyu Lan
2022-07-12
swiotlb: fail map correctly with failed io_tlb_default_mem
Robin Murphy
2022-06-22
swiotlb: panic if nslabs is too small
Dongli Zhang
2022-06-22
swiotlb: remove a useless return in swiotlb_init
Dongli Zhang
2022-06-02
swiotlb: fix setting ->force_bounce
Christoph Hellwig
2022-05-17
swiotlb: max mapping size takes min align mask into account
Tianyu Lan
2022-05-13
swiotlb: use the right nslabs-derived sizes in swiotlb_init_late
Christoph Hellwig
2022-05-13
swiotlb: use the right nslabs value in swiotlb_init_remap
Christoph Hellwig
2022-05-13
swiotlb: don't panic when the swiotlb buffer can't be allocated
Christoph Hellwig
2022-04-18
swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
Christoph Hellwig
2022-04-18
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
2022-04-18
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
2022-04-18
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
2022-04-18
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
2022-04-18
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
2022-04-18
swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
Christoph Hellwig
2022-03-29
Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2022-03-28
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-03-26
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-03-07
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
[next]