index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-04-08
1
-4
/
+8
*
dma-debug: fix return value of __setup handlers
Randy Dunlap
2022-04-08
1
-2
/
+2
*
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
2022-04-08
1
-15
/
+8
*
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
*
|
dma-direct: factor the swiotlb code out of __dma_direct_alloc_pages
Christoph Hellwig
2021-12-07
1
-9
/
+15
*
|
dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionals
Christoph Hellwig
2021-12-07
1
-4
/
+2
*
|
dma-direct: warn if there is no pool for force unencrypted allocations
Christoph Hellwig
2021-12-07
1
-4
/
+5
*
|
dma-direct: fail allocations that can't be made coherent
Christoph Hellwig
2021-12-07
1
-2
/
+3
*
|
dma-direct: refactor the !coherent checks in dma_direct_alloc
Christoph Hellwig
2021-12-07
1
-25
/
+41
*
|
dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
Christoph Hellwig
2021-12-07
1
-11
/
+20
*
|
dma-direct: clean up the remapping checks in dma_direct_alloc
Christoph Hellwig
2021-12-07
1
-22
/
+26
*
|
dma-direct: always leak memory that can't be re-encrypted
Christoph Hellwig
2021-12-07
1
-4
/
+10
*
|
dma-direct: don't call dma_set_decrypted for remapped allocations
Christoph Hellwig
2021-12-07
1
-7
/
+6
*
|
dma-direct: factor out dma_set_{de,en}crypted helpers
Christoph Hellwig
2021-12-07
1
-31
/
+25
|
/
*
Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-11-09
1
-3
/
+2
|
\
|
*
dma-mapping: use 'bitmap_zalloc()' when applicable
Christophe JAILLET
2021-10-27
1
-3
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
\
|
*
|
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
|
*
|
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
|
*
|
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
2021-11-06
1
-1
/
+1
*
|
|
Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-04
1
-5
/
+8
|
\
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...
Joerg Roedel
2021-10-31
1
-5
/
+8
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
|
*
swiotlb: Support aligned swiotlb buffers
David Stevens
2021-09-29
1
-5
/
+8
|
|
|
/
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-11-01
1
-4
/
+0
|
\
\
\
|
*
|
|
dma-mapping: remove bogus test for pfn_valid from dma_map_resource
Mike Rapoport
2021-10-01
1
-4
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-11-01
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2021-10-04
1
-2
/
+2
|
|
/
*
|
Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-10-20
3
-36
/
+48
|
\
\
|
|
/
|
/
|
|
*
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
2021-10-18
3
-24
/
+36
|
*
dma-debug: fix sg checks in debug_dma_map_sg()
Gerald Schaefer
2021-10-11
1
-6
/
+6
|
*
dma-mapping: fix the kerneldoc for dma_map_sgtable()
Logan Gunthorpe
2021-10-11
1
-6
/
+6
*
|
Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-09-17
2
-2
/
+4
|
\
\
|
|
/
|
*
dma-debug: prevent an error message from causing runtime problems
Hamza Mahfooz
2021-09-13
1
-1
/
+2
|
*
dma-mapping: fix the kerneldoc for dma_map_sg_attrs
Christoph Hellwig
2021-09-06
1
-1
/
+2
*
|
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-03
4
-111
/
+319
|
\
\
|
|
/
|
/
|
|
*
swiotlb: use depends on for DMA_RESTRICTED_POOL
Claire Chang
2021-08-31
1
-2
/
+1
|
*
swiotlb: Free tbl memory in swiotlb_exit()
Will Deacon
2021-07-23
1
-6
/
+15
|
*
swiotlb: Emit diagnostic in swiotlb_exit()
Will Deacon
2021-07-23
1
-0
/
+1
|
*
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
2021-07-23
1
-30
/
+36
|
*
swiotlb: add overflow checks to swiotlb_bounce
Dominique Martinet
2021-07-13
1
-3
/
+17
|
*
swiotlb: fix implicit debugfs declarations
Claire Chang
2021-07-13
1
-5
/
+16
|
*
swiotlb: Add restricted DMA pool initialization
Claire Chang
2021-07-13
2
-0
/
+90
|
*
swiotlb: Add restricted DMA alloc/free support
Claire Chang
2021-07-13
2
-14
/
+73
[next]