summaryrefslogtreecommitdiff
path: root/include/linux/swiotlb.h
Commit message (Expand)AuthorAge
* dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig2018-03-20
* swiotlb: add common swiotlb_map_opsChristoph Hellwig2018-01-15
* swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-18
* swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-06
* swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2016-12-19
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-19
* swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-11-07
* swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sgAlexander Duyck2016-11-07
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-04
* swiotlb: Make linux/swiotlb.h standalone includibleThierry Reding2016-01-20
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-04
* x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-17
* x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-29
* swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck2012-10-30
* swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-30
* swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-30
* swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-30
* swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk2012-08-21
* swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-06
* swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-06
* swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk2010-06-07
* swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk2010-06-07
* swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori2010-06-07
* swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2010-05-27
* swiotlb: Remove duplicate swiotlb_force extern declarationsFUJITA Tomonori2009-11-15
* swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori2009-11-10
* swiotlb: Add swiotlb_free() functionFUJITA Tomonori2009-11-10
* swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori2009-07-28
* swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori2009-07-28
* swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori2009-07-28
* swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori2009-07-28
* swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce2009-04-08
* swiotlb: range_needs_mapping should take a physical address.Ian Campbell2009-01-11
* x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-06
* x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-06
* swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()Jeremy Fitzhardinge2008-12-28
* swiotlb: add arch hook to force mappingIan Campbell2008-12-17
* swiotlb: allow architectures to override phys<->bus<->phys conversionsIan Campbell2008-12-17
* swiotlb: move some definitions to headerIan Campbell2008-12-16
* swiotlb: allow architectures to override swiotlb pool allocationJeremy Fitzhardinge2008-12-16
* introduce generic header file for the software IO/TLBJoerg Roedel2008-10-16