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.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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
swiotlb: ensure a segment doesn't cross the area boundary
Chao Gao
2022-07-18
1
-1
/
+10
|
*
|
swiotlb: consolidate rounding up default_nslabs
Chao Gao
2022-07-18
1
-17
/
+16
|
*
|
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
2022-07-18
1
-2
/
+0
|
*
|
swiotlb: fix use after free on error handling path
Dan Carpenter
2022-07-18
1
-1
/
+1
|
*
|
swiotlb: split up the global swiotlb lock
Tianyu Lan
2022-07-13
1
-40
/
+189
|
*
|
swiotlb: fail map correctly with failed io_tlb_default_mem
Robin Murphy
2022-07-12
1
-1
/
+1
|
*
|
swiotlb: panic if nslabs is too small
Dongli Zhang
2022-06-22
1
-1
/
+5
|
*
|
swiotlb: remove a useless return in swiotlb_init
Dongli Zhang
2022-06-22
1
-1
/
+1
|
|
/
*
/
dma-direct: use the correct size for dma_set_encrypted()
Dexuan Cui
2022-06-23
1
-3
/
+2
|
/
*
swiotlb: fix setting ->force_bounce
Christoph Hellwig
2022-06-02
1
-8
/
+6
*
dma-debug: make things less spammy under memory pressure
Rob Clark
2022-06-02
1
-1
/
+1
*
dma-direct: don't over-decrypt memory
Robin Murphy
2022-05-23
1
-2
/
+2
*
swiotlb: max mapping size takes min align mask into account
Tianyu Lan
2022-05-17
1
-1
/
+12
*
swiotlb: use the right nslabs-derived sizes in swiotlb_init_late
Christoph Hellwig
2022-05-13
1
-8
/
+11
*
swiotlb: use the right nslabs value in swiotlb_init_remap
Christoph Hellwig
2022-05-13
1
-3
/
+4
*
swiotlb: don't panic when the swiotlb buffer can't be allocated
Christoph Hellwig
2022-05-13
1
-2
/
+4
*
dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
Mikulas Patocka
2022-05-11
1
-1
/
+1
*
dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
Christoph Hellwig
2022-05-11
1
-17
/
+10
*
swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
Christoph Hellwig
2022-04-18
1
-57
/
+20
*
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
2022-04-18
1
-3
/
+33
*
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
2022-04-18
1
-5
/
+2
*
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
2022-04-18
1
-2
/
+9
*
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
2022-04-18
1
-16
/
+19
*
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
2022-04-18
1
-4
/
+2
*
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
2022-04-18
1
-17
/
+3
*
swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
Christoph Hellwig
2022-04-18
1
-0
/
+3
*
dma-direct: use is_swiotlb_active in dma_direct_map_page
Christoph Hellwig
2022-04-18
1
-1
/
+1
*
dma-direct: avoid redundant memory sync for swiotlb
Chao Gao
2022-04-14
1
-1
/
+2
*
dma-mapping: move pgprot_decrypted out of dma_pgprot
Christoph Hellwig
2022-04-01
2
-4
/
+8
*
Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2022-03-29
6
-96
/
+36
|
\
|
*
dma-mapping: benchmark: extract a common header file for map_benchmark defini...
Tian Tao
2022-03-10
1
-24
/
+1
|
*
dma-debug: fix return value of __setup handlers
Randy Dunlap
2022-03-03
1
-2
/
+2
|
*
dma-mapping: remove CONFIG_DMA_REMAP
Christoph Hellwig
2022-03-03
3
-18
/
+9
|
*
swiotlb: simplify array allocation
Robin Murphy
2022-01-26
1
-2
/
+1
|
*
swiotlb: tidy up includes
Robin Murphy
2022-01-26
1
-18
/
+13
|
*
swiotlb: simplify debugfs setup
Robin Murphy
2022-01-26
1
-30
/
+10
|
*
swiotlb: do not zero buffer in set_memory_decrypted()
Kirill A. Shutemov
2022-01-26
1
-2
/
+0
*
|
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-03-28
1
-4
/
+8
*
|
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-03-26
1
-15
/
+8
*
|
Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2022-03-23
1
-2
/
+0
|
\
\
|
*
|
ARM: ixp4xx: Drop custom DMA coherency and bouncing
Linus Walleij
2022-02-12
1
-2
/
+0
|
|
/
*
|
cma: factor out minimum alignment requirement
David Hildenbrand
2022-03-22
1
-3
/
+1
*
|
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
2022-03-07
1
-8
/
+15
*
|
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
2022-02-14
1
-1
/
+2
|
/
*
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-01-16
1
-2
/
+48
|
\
|
*
swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()
Wei Liu
2022-01-04
1
-0
/
+7
|
*
swiotlb: Add swiotlb bounce buffer remap function for HV IVM
Tianyu Lan
2021-12-20
1
-2
/
+41
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-2
/
+2
|
\
\
|
*
|
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
2022-01-15
1
-2
/
+2
|
|
/
*
|
dma-direct: add a dma_direct_use_pool helper
Christoph Hellwig
2021-12-08
1
-6
/
+12
[prev]
[next]