summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* Revert "dma-contiguous: check for memory region overlap"Zhenhua Huang2023-09-081-5/+0
* dma-pool: remove a __maybe_unused label in atomic_pool_expandChristoph Hellwig2023-08-311-2/+2
* dma-contiguous: fix the Kconfig entry for CONFIG_DMA_NUMA_CMAChristoph Hellwig2023-08-301-1/+1
* dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky2023-08-301-5/+15
* swiotlb: optimize get_max_slots()Petr Tesarik2023-08-081-3/+1
* swiotlb: move slot allocation explanation comment where it belongsPetr Tesarik2023-08-081-5/+5
* swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik2023-08-011-8/+6
* swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik2023-08-011-25/+123
* swiotlb: determine potential physical address limitPetr Tesarik2023-08-011-0/+14
* swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik2023-08-012-9/+309
* swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik2023-08-012-0/+26
* swiotlb: separate memory pool data from other allocator dataPetr Tesarik2023-08-011-64/+111
* swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik2023-08-011-6/+55
* swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-1/+38
* swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik2023-08-011-0/+3
* dma-contiguous: check for memory region overlapBinglei Wang2023-07-311-0/+5
* dma-contiguous: support numa CMA for specified nodeYajun Deng2023-07-312-26/+84
* dma-contiguous: support per-numa CMA for all architecturesYajun Deng2023-07-312-4/+10
* dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann2023-07-311-6/+0
* swiotlb: unexport is_swiotlb_activeChristoph Hellwig2023-07-311-1/+0
* Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-07-091-11/+35
|\
| * swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-06-291-3/+24
| * swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-06-291-8/+11
* | Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-06-293-3/+14
|\|
| * swiotlb: use the atomic counter of total used slabs if availablePetr Tesarik2023-06-071-0/+11
| * dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu2023-06-071-2/+2
| * dma-mapping: fix a Kconfig typoSui Jingfeng2023-06-071-1/+1
* | dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas2023-06-192-1/+6
* | dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2023-06-191-1/+1
* | scatterlist: add dedicated config for DMA flagsRobin Murphy2023-06-191-0/+3
|/
* Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-295-81/+175
|\
| * swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik2023-04-201-3/+12
| * swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley2023-04-161-0/+66
| * swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley2023-04-161-2/+4
| * swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger2023-04-161-5/+5
| * dma-mapping: provide CONFIG_ARCH_DMA_DEFAULT_COHERENTJiaxun Yang2023-04-072-1/+8
| * dma-mapping: provide a fallback dma_default_coherentJiaxun Yang2023-04-071-0/+4
| * dma-debug: Use %pa to format phys_addr_tGeert Uytterhoeven2023-03-301-4/+4
| * dma-debug: add cacheline to user/kernel space dump messagesDesnes Nunes2023-03-281-58/+64
| * dma-debug: small dma_debug_entry's comment and variable name updatesDesnes Nunes2023-03-281-4/+5
| * dma-direct: cleanup parameters to dma_direct_optimal_gfp_maskPetr Tesarik2023-03-281-8/+7
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-3/+3
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-3/+3
* | | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-271-44/+1
|\ \ \
| * | | swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley2023-04-171-44/+1
* | | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | dma-mapping: benchmark: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| |/ /
* | / swiotlb: fix a braino in the alignment check fixPetr Tesarik2023-04-061-3/+3
| |/ |/|
* | swiotlb: fix slot alignment checksPetr Tesarik2023-03-221-6/+10
* | swiotlb: use wrap_area_index() instead of open-coding itPetr Tesarik2023-03-221-4/+1