index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
Age
Commit message (
Expand
)
Author
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
2022-01-16
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
2022-01-04
swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()
Wei Liu
2021-12-20
swiotlb: Add swiotlb bounce buffer remap function for HV IVM
Tianyu Lan
2021-12-08
dma-direct: add a dma_direct_use_pool helper
Christoph Hellwig
2021-12-07
dma-direct: factor the swiotlb code out of __dma_direct_alloc_pages
Christoph Hellwig
2021-12-07
dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionals
Christoph Hellwig
2021-12-07
dma-direct: warn if there is no pool for force unencrypted allocations
Christoph Hellwig
2021-12-07
dma-direct: fail allocations that can't be made coherent
Christoph Hellwig
2021-12-07
dma-direct: refactor the !coherent checks in dma_direct_alloc
Christoph Hellwig
2021-12-07
dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
Christoph Hellwig
2021-12-07
dma-direct: clean up the remapping checks in dma_direct_alloc
Christoph Hellwig
2021-12-07
dma-direct: always leak memory that can't be re-encrypted
Christoph Hellwig
2021-12-07
dma-direct: don't call dma_set_decrypted for remapped allocations
Christoph Hellwig
2021-12-07
dma-direct: factor out dma_set_{de,en}crypted helpers
Christoph Hellwig
2021-11-09
Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
2021-11-04
Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-11-01
Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-10-31
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...
Joerg Roedel
2021-10-27
dma-mapping: use 'bitmap_zalloc()' when applicable
Christophe JAILLET
2021-10-20
Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
2021-10-11
dma-debug: fix sg checks in debug_dma_map_sg()
Gerald Schaefer
2021-10-11
dma-mapping: fix the kerneldoc for dma_map_sgtable()
Logan Gunthorpe
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2021-10-01
dma-mapping: remove bogus test for pfn_valid from dma_map_resource
Mike Rapoport
2021-09-29
swiotlb: Support aligned swiotlb buffers
David Stevens
2021-09-17
Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-09-13
dma-debug: prevent an error message from causing runtime problems
Hamza Mahfooz
2021-09-06
dma-mapping: fix the kerneldoc for dma_map_sg_attrs
Christoph Hellwig
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-31
swiotlb: use depends on for DMA_RESTRICTED_POOL
Claire Chang
2021-08-19
dma-mapping: make the global coherent pool conditional
Christoph Hellwig
2021-08-18
dma-mapping: add a dma_init_global_coherent helper
Christoph Hellwig
2021-08-18
dma-mapping: simplify dma_init_coherent_memory
Christoph Hellwig
2021-08-18
dma-mapping: allow using the global coherent pool for !ARM
Christoph Hellwig
2021-08-18
dma-direct: add support for dma_coherent_default_memory
Christoph Hellwig
2021-08-14
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
2021-08-09
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
2021-08-09
dma-mapping: return error code from dma_dummy_map_sg()
Martin Oliveira
2021-08-09
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
2021-08-09
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
[next]