index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
dma-mapping.c
Age
Commit message (
Expand
)
Author
2024-04-26
dma-mapping: Simplify arch_setup_dma_ops()
Robin Murphy
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-05
ARM: 9331/1: ARM/dma-mapping: replace kzalloc() and vzalloc() with kvzalloc()
Chen Haonan
2023-12-12
iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
Jason Gunthorpe
2023-08-24
arm: implement the new page table range API
Matthew Wilcox (Oracle)
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-19
ARM: 9301/1: dma-mapping: hide unused dma_contiguous_early_fixup function
Arnd Bergmann
2023-05-29
ARM: mm: Make virt_to_pfn() a static inline
Linus Walleij
2023-03-23
ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()
Greg Kroah-Hartman
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
2022-11-21
dma-mapping: reject __GFP_COMP in dma_alloc_attrs
Christoph Hellwig
2022-10-10
Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2022-10-06
ARM/dma-mapping: remove the dma_coherent member of struct dev_archdata
Christoph Hellwig
2022-10-06
ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifier
Christoph Hellwig
2022-10-04
ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()
Linus Walleij
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
2022-07-28
ARM: 9218/1: dma-mapping: fix pointer/integer warning
Ben Dooks
2022-07-22
dma-mapping: update comment after dmabounce removal
Lukas Bulwahn
2022-07-07
ARM/dma-mapping: merge IOMMU ops
Robin Murphy
2022-07-07
ARM/dma-mapping: consolidate IOMMU ops callbacks
Robin Murphy
2022-07-07
ARM/dma-mapping: drop .dma_supported for IOMMU ops
Robin Murphy
2022-07-07
ARM/dma-mapping: use dma-direct unconditionally
Christoph Hellwig
2022-07-07
ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping code
Christoph Hellwig
2022-07-07
ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.c
Christoph Hellwig
2022-06-06
arm/xen: Introduce xen_setup_dma_ops()
Oleksandr Tyshchenko
2022-03-31
ARM/dma-mapping: Remove CMA code when not built with CMA
Kees Cook
2021-08-09
ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
ARM/dma-mapping: return error code from .map_sg() ops
Martin Oliveira
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
dma-mapping: remove <asm/dma-contiguous.h>
Christoph Hellwig
2020-10-06
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
2020-03-20
ARM/dma-mapping: merge __dma_supported into arm_dma_supported
Christoph Hellwig
2020-03-20
ARM/dma-mapping: take the bus limit into account in __dma_alloc
Christoph Hellwig
2020-03-20
ARM/dma-mapping: remove get_coherent_dma_mask
Christoph Hellwig
2020-02-04
ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
Chen-Yu Tsai
2019-12-04
lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr
Huang Shijie
2019-11-30
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
2019-11-11
dma-direct: provide mmap and get_sgtable method overrides
Christoph Hellwig
2019-10-27
ARM: 8909/1: make unexported items static
Ben Dooks
2019-09-11
xen/arm: remove xen_dma_ops
Christoph Hellwig
2019-09-11
xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
Christoph Hellwig
2019-09-04
arm: remove wrappers for the generic dma remap helpers
Christoph Hellwig
2019-09-04
dma-mapping: introduce a dma_common_find_pages helper
Christoph Hellwig
2019-09-04
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
Christoph Hellwig
2019-09-04
vmalloc: lift the arm flag for coherent mappings to common code
Christoph Hellwig
2019-09-04
dma-mapping: provide a better default ->get_required_mask
Christoph Hellwig
2019-09-04
dma-mapping: move the dma_get_sgtable API comments from arm to common code
Christoph Hellwig
[next]