| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-02 | 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-24 | 1 | -6/+15 |
| * | swiotlb: Emit diagnostic in swiotlb_exit() | Will Deacon | 2021-07-24 | 1 | -0/+1 |
| * | swiotlb: Convert io_default_tlb_mem to static allocation | Will Deacon | 2021-07-24 | 1 | -30/+36 |
| * | swiotlb: add overflow checks to swiotlb_bounce | Dominique Martinet | 2021-07-14 | 1 | -3/+17 |
| * | swiotlb: fix implicit debugfs declarations | Claire Chang | 2021-07-14 | 1 | -5/+16 |
| * | swiotlb: Add restricted DMA pool initialization | Claire Chang | 2021-07-14 | 2 | -0/+90 |
| * | swiotlb: Add restricted DMA alloc/free support | Claire Chang | 2021-07-14 | 2 | -14/+73 |
| * | swiotlb: Refactor swiotlb_tbl_unmap_single | Claire Chang | 2021-07-14 | 1 | -15/+20 |
| * | swiotlb: Move alloc_size to swiotlb_find_slots | Claire Chang | 2021-07-14 | 1 | -8/+9 |
| * | swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing | Claire Chang | 2021-07-14 | 3 | -2/+6 |
| * | swiotlb: Update is_swiotlb_active to add a struct device argument | Claire Chang | 2021-07-14 | 2 | -3/+3 |
| * | swiotlb: Update is_swiotlb_buffer to add a struct device argument | Claire Chang | 2021-07-14 | 2 | -6/+6 |
| * | swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used | Claire Chang | 2021-07-14 | 1 | -4/+4 |
| * | swiotlb: Refactor swiotlb_create_debugfs | Claire Chang | 2021-07-14 | 1 | -7/+14 |
| * | swiotlb: Refactor swiotlb init functions | Claire Chang | 2021-07-14 | 1 | -25/+25 |
* | | dma-mapping: make the global coherent pool conditional | Christoph Hellwig | 2021-08-19 | 1 | -22/+27 |
* | | dma-mapping: add a dma_init_global_coherent helper | Christoph Hellwig | 2021-08-18 | 1 | -18/+14 |
* | | dma-mapping: simplify dma_init_coherent_memory | Christoph Hellwig | 2021-08-18 | 1 | -45/+33 |
* | | dma-mapping: allow using the global coherent pool for !ARM | Christoph Hellwig | 2021-08-18 | 1 | -0/+2 |
* | | dma-direct: add support for dma_coherent_default_memory | Christoph Hellwig | 2021-08-18 | 2 | -0/+19 |
* | | dma-mapping: return an unsigned int from dma_map_sg{,_attrs} | Christoph Hellwig | 2021-08-14 | 1 | -1/+1 |
* | | dma-mapping: disallow .map_sg operations from returning zero on error | Logan Gunthorpe | 2021-08-09 | 1 | -3/+1 |
* | | dma-mapping: return error code from dma_dummy_map_sg() | Martin Oliveira | 2021-08-09 | 1 | -1/+1 |
* | | dma-direct: return appropriate error code from dma_direct_map_sg() | Logan Gunthorpe | 2021-08-09 | 1 | -1/+1 |
* | | dma-mapping: allow map_sg() ops to return negative error codes | Logan Gunthorpe | 2021-08-09 | 1 | -8/+74 |
* | | dma-debug: fix debugfs initialization order | Anthony Iliopoulos | 2021-08-09 | 1 | -3/+4 |
* | | dma-debug: use memory_intersects() directly | Kefeng Wang | 2021-08-09 | 1 | -12/+2 |
* | | dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable} | Roman Skakun | 2021-07-16 | 1 | -2/+10 |
|/ |
|