index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
swiotlb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()
Dexuan Cui
2024-04-02
1
-4
/
+0
*
swiotlb: fix swiotlb_bounce() to do partial sync's correctly
Michael Kelley
2024-04-02
1
-17
/
+13
*
swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
Petr Tesarik
2024-04-02
1
-13
/
+46
*
swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
Will Deacon
2024-03-13
1
-7
/
+11
*
swiotlb: Fix alignment checks when both allocation and DMA masks are present
Will Deacon
2024-03-13
1
-2
/
+9
*
swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()
Will Deacon
2024-03-13
1
-1
/
+3
*
swiotlb: Enforce page alignment in swiotlb_alloc()
Will Deacon
2024-03-13
1
-0
/
+6
*
swiotlb: Fix double-allocation of slots due to broken alignment handling
Will Deacon
2024-03-13
1
-12
/
+14
*
swiotlb: add debugfs to track swiotlb transient pool usage
ZhangPeng
2024-02-28
1
-0
/
+46
*
Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2024-01-18
1
-0
/
+3
|
\
|
*
swiotlb: check alloc_size before the allocation of a new memory pool
ZhangPeng
2024-01-09
1
-0
/
+3
*
|
Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2024-01-11
1
-35
/
+55
|
\
|
|
*
swiotlb: reduce area lock contention for non-primary IO TLB pools
Petr Tesarik
2023-12-15
1
-35
/
+55
*
|
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-08
1
-2
/
+2
|
/
*
swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
Petr Tesarik
2023-11-08
1
-1
/
+2
*
swiotlb: do not free decrypted pages if dynamic
Petr Tesarik
2023-11-03
1
-9
/
+16
*
Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-11-01
1
-5
/
+7
|
\
|
*
swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...
Sean Christopherson
2023-10-23
1
-5
/
+7
*
|
swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pages
Petr Tesarik
2023-10-25
1
-0
/
+5
|
/
*
swiotlb: fix the check whether a device has used software IO TLB
Petr Tesarik
2023-09-27
1
-6
/
+20
*
swiotlb: use the calculated number of areas
Ross Lagerwall
2023-09-13
1
-3
/
+2
*
swiotlb: optimize get_max_slots()
Petr Tesarik
2023-08-08
1
-3
/
+1
*
swiotlb: move slot allocation explanation comment where it belongs
Petr Tesarik
2023-08-08
1
-5
/
+5
*
swiotlb: search the software IO TLB only if the device makes use of it
Petr Tesarik
2023-08-01
1
-8
/
+6
*
swiotlb: allocate a new memory pool when existing pools are full
Petr Tesarik
2023-08-01
1
-25
/
+123
*
swiotlb: determine potential physical address limit
Petr Tesarik
2023-08-01
1
-0
/
+14
*
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
2023-08-01
1
-8
/
+308
*
swiotlb: add a flag whether SWIOTLB is allowed to grow
Petr Tesarik
2023-08-01
1
-0
/
+13
*
swiotlb: separate memory pool data from other allocator data
Petr Tesarik
2023-08-01
1
-64
/
+111
*
swiotlb: add documentation and rename swiotlb_do_find_slots()
Petr Tesarik
2023-08-01
1
-6
/
+55
*
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
2023-08-01
1
-1
/
+38
*
swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
Petr Tesarik
2023-08-01
1
-0
/
+3
*
swiotlb: unexport is_swiotlb_active
Christoph Hellwig
2023-07-31
1
-1
/
+0
*
swiotlb: reduce the number of areas to match actual memory pool size
Petr Tesarik
2023-06-29
1
-3
/
+24
*
swiotlb: always set the number of areas before allocating the pool
Petr Tesarik
2023-06-29
1
-8
/
+11
*
swiotlb: use the atomic counter of total used slabs if available
Petr Tesarik
2023-06-07
1
-0
/
+11
*
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-04-29
1
-10
/
+87
|
\
|
*
swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FS
Petr Tesarik
2023-04-20
1
-3
/
+12
|
*
swiotlb: track and report io_tlb_used high water marks in debugfs
Michael Kelley
2023-04-16
1
-0
/
+66
|
*
swiotlb: fix debugfs reporting of reserved memory pools
Michael Kelley
2023-04-16
1
-2
/
+4
|
*
swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup
Doug Berger
2023-04-16
1
-5
/
+5
*
|
swiotlb: Remove bounce buffer remapping for Hyper-V
Michael Kelley
2023-04-17
1
-44
/
+1
*
|
swiotlb: fix a braino in the alignment check fix
Petr Tesarik
2023-04-06
1
-3
/
+3
|
/
*
swiotlb: fix slot alignment checks
Petr Tesarik
2023-03-22
1
-6
/
+10
*
swiotlb: use wrap_area_index() instead of open-coding it
Petr Tesarik
2023-03-22
1
-4
/
+1
*
swiotlb: fix the deadlock in swiotlb_do_find_slots
GuoRui.Yu
2023-03-15
1
-4
/
+6
*
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
2023-02-22
1
-1
/
+2
*
swiotlb: remove swiotlb_max_segment
Christoph Hellwig
2023-02-16
1
-8
/
+0
*
swiotlb: reduce the swiotlb buffer size on allocation failure
Alexey Kardashevskiy
2022-11-01
1
-24
/
+39
*
swiotlb: don't panic!
Robin Murphy
2022-09-20
1
-11
/
+19
[next]