Age | Commit message (Expand) | Author |
2021-02-26 | Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-02-26 | swiotlb: Validate bounce size in the sync/unmap path | Martin Radev |
2021-02-26 | swiotlb: respect min_align_mask | Christoph Hellwig |
2021-02-24 | Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2021-02-22 | swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single | Christoph Hellwig |
2021-02-22 | swiotlb: refactor swiotlb_tbl_map_single | Christoph Hellwig |
2021-02-21 | Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds |
2021-02-20 | swiotlb: clean up swiotlb_tbl_unmap_single | Christoph Hellwig |
2021-02-20 | swiotlb: factor out a nr_slots helper | Christoph Hellwig |
2021-02-20 | swiotlb: factor out an io_tlb_offset helper | Christoph Hellwig |
2021-02-20 | swiotlb: add a IO_TLB_SIZE define | Christoph Hellwig |
2021-02-13 | driver core: lift dma_default_coherent into common code | Christoph Hellwig |
2021-02-09 | dma-mapping: remove the {alloc,free}_noncoherent methods | Christoph Hellwig |
2021-02-05 | dma-mapping: benchmark: pretend DMA is transmitting | Barry Song |
2021-02-05 | dma-mapping: benchmark: use u8 for reserved field in uAPI structure | Barry Song |
2021-01-27 | dma-mapping: benchmark: fix kernel crash when dma_map_single fails | Barry Song |
2020-12-22 | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-12-16 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-12-16 | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-12-11 | x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests | Ashish Kalra |
2020-11-27 | dma-mapping: add benchmark support for streaming DMA APIs | Barry Song |
2020-11-27 | dma-contiguous: fix a typo error in a comment | tangjianqiang |
2020-11-27 | dma-pool: no need to check return value of debugfs_create functions | Tiezhu Yang |
2020-11-27 | dma-mapping: Allow mixing bypass and mapped DMA operation | Alexey Kardashevskiy |
2020-11-23 | Merge tag 'v5.10-rc5' into rdma.git for-next | Jason Gunthorpe |
2020-11-18 | dma-mapping: remove the dma_direct_set_offset export | Christoph Hellwig |
2020-11-17 | dma-mapping: remove dma_virt_ops | Christoph Hellwig |
2020-11-02 | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single | Christoph Hellwig |
2020-11-02 | swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb" | Stefano Stabellini |
2020-10-20 | dma-mapping: move more functions to dma-map-ops.h | Christoph Hellwig |
2020-10-16 | kernel/: fix repeated words in comments | Randy Dunlap |
2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-10-14 | Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-10-13 | dma-contiguous: simplify cma_early_percent_memory() | Mike Rapoport |
2020-10-07 | dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling | Christoph Hellwig |
2020-10-07 | dma-direct: factor out a dma_direct_alloc_from_pool helper | Christoph Hellwig |
2020-10-07 | dma-direct check for highmem pages in dma_direct_alloc_pages | Christoph Hellwig |
2020-10-06 | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig |
2020-10-06 | dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma | Christoph Hellwig |
2020-10-06 | dma-mapping: move dma-debug.h to kernel/dma/ | 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-contiguous: remove dma_contiguous_set_default | Christoph Hellwig |
2020-10-06 | dma-contiguous: remove dev_set_cma_area | Christoph Hellwig |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig |
2020-10-06 | cma: decrease CMA_ALIGNMENT lower limit to 2 | Paul Cercueil |
2020-09-25 | dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods | Christoph Hellwig |
2020-09-25 | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig |
2020-09-25 | dma-mapping: remove dma_cache_sync | Christoph Hellwig |
2020-09-21 | dma-debug: convert comma to semicolon | Xu Wang |