- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
- 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
- e81e99b swiotlb: Support aligned swiotlb buffers by David Stevens · 3 years, 3 months ago
- 5739844 Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 3 months ago
- 9074c79 swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests by Jan Beulich · 3 years, 3 months ago
- c6460da Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 3 months ago
- d859ed2 swiotlb-xen: drop DEFAULT_NSLABS by Jan Beulich · 3 years, 4 months ago
- 7fd880a swiotlb-xen: arrange to have buffer info logged by Jan Beulich · 3 years, 4 months ago
- 68573c1 swiotlb-xen: drop leftover __ref by Jan Beulich · 3 years, 4 months ago
- cabb7f8 swiotlb-xen: limit init retries by Jan Beulich · 3 years, 4 months ago
- 79ca5f7 swiotlb-xen: suppress certain init retries by Jan Beulich · 3 years, 4 months ago
- d9a688a swiotlb-xen: maintain slab count properly by Jan Beulich · 3 years, 4 months ago
- 4c092c5 swiotlb-xen: fix late init retry by Jan Beulich · 3 years, 4 months ago
- ce6a80d swiotlb-xen: avoid double free by Jan Beulich · 3 years, 4 months ago
- 3de18c8 Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 4 months ago
- 2c647eb xen: swiotlb: return error code from xen_swiotlb_map_sg() by Martin Oliveira · 3 years, 5 months ago
- 463e862 swiotlb: Convert io_default_tlb_mem to static allocation by Will Deacon · 3 years, 5 months ago
- 903cd0f swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing by Claire Chang · 3 years, 6 months ago
- 7fd856a swiotlb: Update is_swiotlb_buffer to add a struct device argument by Claire Chang · 3 years, 6 months ago
- 97729b6 xen/swiotlb: check if the swiotlb has already been initialized by Stefano Stabellini · 3 years, 8 months ago
- 2d29960 swiotlb: dynamically allocate io_tlb_default_mem by Christoph Hellwig · 3 years, 9 months ago
- 73f6209 swiotlb: move global variables into a new io_tlb_mem structure by Claire Chang · 3 years, 9 months ago
- 6bcd4ea xen-swiotlb: remove the unused size argument from xen_swiotlb_fixup by Christoph Hellwig · 3 years, 10 months ago
- a98f565 xen-swiotlb: split xen_swiotlb_init by Christoph Hellwig · 3 years, 10 months ago
- 5d0538b swiotlb: lift the double initialization protection from xen-swiotlb by Christoph Hellwig · 3 years, 10 months ago
- cbce995 xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs by Christoph Hellwig · 3 years, 10 months ago
- 4035b43 xen-swiotlb: remove xen_set_nslabs by Christoph Hellwig · 3 years, 10 months ago
- 6223d1c xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supported by Christoph Hellwig · 3 years, 10 months ago
- 16bc75f xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_buffer by Christoph Hellwig · 3 years, 10 months ago
- 80808d2 swiotlb: split swiotlb_tbl_sync_single by Christoph Hellwig · 3 years, 10 months ago
- 2973073 swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single by Christoph Hellwig · 3 years, 10 months ago
- fc0021a swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single by Christoph Hellwig · 4 years, 2 months ago
- 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
- 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 3 months ago
- efa70f2 dma-mapping: add a new dma_alloc_pages API by Christoph Hellwig · 4 years, 4 months ago
- 63f0620 xen/arm: introduce phys/dma translations in xen_dma_sync_for_* by Stefano Stabellini · 4 years, 6 months ago
- 91ffe4a swiotlb-xen: introduce phys_to_dma/dma_to_phys translations by Stefano Stabellini · 4 years, 6 months ago
- e9aab7e swiotlb-xen: remove XEN_PFN_PHYS by Stefano Stabellini · 4 years, 6 months ago
- 38ba51d swiotlb-xen: add struct device * parameter to is_xen_swiotlb_buffer by Stefano Stabellini · 4 years, 6 months ago
- 995d355 swiotlb-xen: add struct device * parameter to xen_dma_sync_for_device by Stefano Stabellini · 4 years, 6 months ago
- 297f7f8 swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpu by Stefano Stabellini · 4 years, 6 months ago
- d900781 swiotlb-xen: add struct device * parameter to xen_bus_to_phys by Stefano Stabellini · 4 years, 6 months ago
- 2cf6a91 swiotlb-xen: add struct device * parameter to xen_phys_to_bus by Stefano Stabellini · 4 years, 6 months ago
- ae4f0a1 swiotlb-xen: remove start_dma_addr by Stefano Stabellini · 4 years, 6 months ago
- 8b1e868 swiotlb-xen: use vmalloc_to_page on vmalloc virt addresses by Boris Ostrovsky · 4 years, 6 months ago
- 68a33b1 dma-direct: exclude dma_direct_map_resource from the min_low_pfn check by Christoph Hellwig · 5 years ago
- 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
- ec56103 Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
- 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
- bf7954e swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page by Christoph Hellwig · 5 years ago
- b4dca15 swiotlb-xen: simplify cache maintainance by Christoph Hellwig · 5 years ago
- 922659e swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtable by Christoph Hellwig · 5 years ago
- 8e23c82 xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance by Christoph Hellwig · 5 years ago
- 3fc1ca0 swiotlb: Split size parameter to map/unmap APIs by Lu Baolu · 5 years ago
- e6fa0dc swiotlb-xen: Convert to use macro by Souptick Joarder · 5 years ago
- dcb8cfb Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
- b877ac9 xen/swiotlb: remember having called xen_create_contiguous_region() by Juergen Gross · 6 years ago
- bf70726 xen/swiotlb: simplify range_straddles_page_boundary() by Juergen Gross · 6 years ago
- 50f6393 xen/swiotlb: fix condition for calling xen_destroy_contiguous_region() by Juergen Gross · 6 years ago
- d4df33b Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 5 years ago
- 9c106119f swiotlb: fix phys_addr_t overflow warning by Arnd Bergmann · 6 years ago
- 4d8f5f9 Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 6 years ago
- d952367 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287 by Thomas Gleixner · 6 years ago
- 4e7372e xen/swiotlb: don't initialize swiotlb twice on arm64 by Stefano Stabellini · 6 years ago
- 498e863 Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 6 years ago
- 063b827 swiotlb-xen: ensure we have a single callsite for xen_dma_map_page by Christoph Hellwig · 6 years ago
- 2e12dce swiotlb-xen: simplify the DMA sync method implementations by Christoph Hellwig · 6 years ago
- 8b35d9f swiotlb-xen: use ->map_page to implement ->map_sg by Christoph Hellwig · 6 years ago
- aca351c swiotlb-xen: make instances match their method names by Christoph Hellwig · 6 years ago
- 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- 60d8cd5 arm64/xen: fix xen-swiotlb cache flushing by Christoph Hellwig · 6 years ago
- 68c6083 swiotlb: remove dma_mark_clean by Christoph Hellwig · 6 years ago
- b907e20 swiotlb: remove SWIOTLB_MAP_ERROR by Christoph Hellwig · 6 years ago
- a4abe0a xen-swiotlb: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
- 15c3c11 memblock: replace alloc_bootmem_pages with memblock_alloc by Mike Rapoport · 6 years ago
- a4648c7 Merge branch 'stable/for-linus-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 6 years ago
- 7250f42 xen-swiotlb: use actually allocated size on check physical continuous by Joe Jin · 6 years ago
- 9406a49 dma-mapping: support non-coherent devices in dma_common_get_sgtable by Christoph Hellwig · 6 years ago
- 58b0440 dma-mapping: consolidate the dma mmap implementations by Christoph Hellwig · 6 years ago
- 4855c92 xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent by Joe Jin · 7 years ago
- 038d07a x86/dma: Remove dma_alloc_coherent_mask() by Christoph Hellwig · 7 years ago
- ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
- a88f540 xen-swiotlb: remove xen_swiotlb_set_dma_mask by Christoph Hellwig · 8 years ago
- 4d048db xen-swiotlb: implement ->mapping_error by Christoph Hellwig · 8 years ago
- dceb1a6 xen-swiotlb: consolidate xen_swiotlb_dma_ops by Christoph Hellwig · 8 years ago
- d5ff506 xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_ops by Stefano Stabellini · 8 years ago
- 8c2c8ed Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
- 69369f5 swiotlb-xen: implement xen_swiotlb_get_sgtable callback by Andrii Anisov · 8 years ago
- 7e91c7d swiotlb-xen: implement xen_swiotlb_dma_mmap callback by Stefano Stabellini · 8 years ago
- f1225ee swiotlb-xen: update dev_addr after swapping pages by Stefano Stabellini · 8 years ago
- 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
- ae7871b swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
- d29fa0c swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC support by Alexander Duyck · 8 years ago
- 0443fa0 swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC by Alexander Duyck · 8 years ago
- 7641842 swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function by Alexander Duyck · 8 years ago
- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
- 9435cce xen/swiotlb: Add support for 64KB page granularity by Julien Grall · 9 years ago