index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
swiotlb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()
Christoph Hellwig
2018-03-20
1
-8
/
+0
*
swiotlb: add common swiotlb_map_ops
Christoph Hellwig
2018-01-15
1
-0
/
+8
*
swiotlb: rename swiotlb_free to swiotlb_exit
Christoph Hellwig
2018-01-15
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86, swiotlb: Add memory encryption support
Tom Lendacky
2017-07-18
1
-0
/
+1
*
swiotlb: Export swiotlb_max_segment to users
Konrad Rzeszutek Wilk
2017-01-06
1
-0
/
+3
*
swiotlb: Add swiotlb=noforce debug option
Geert Uytterhoeven
2016-12-19
1
-0
/
+1
*
swiotlb: Convert swiotlb_force from int to enum
Geert Uytterhoeven
2016-12-19
1
-1
/
+6
*
swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC
Alexander Duyck
2016-11-07
1
-2
/
+4
*
swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sg
Alexander Duyck
2016-11-07
1
-8
/
+0
*
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
1
-5
/
+5
*
swiotlb: Make linux/swiotlb.h standalone includible
Thierry Reding
2016-01-20
1
-0
/
+3
*
x86: enable DMA CMA with swiotlb
Akinobu Mita
2014-06-04
1
-0
/
+2
*
x86, kdump: Set crashkernel_low automatically
Yinghai Lu
2013-04-17
1
-0
/
+1
*
x86: Don't panic if can not alloc buffer for swiotlb
Yinghai Lu
2013-01-29
1
-1
/
+1
*
swiotlb: Do not export swiotlb_bounce since there are no external consumers
Alexander Duyck
2012-10-30
1
-3
/
+0
*
swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single
Alexander Duyck
2012-10-30
1
-1
/
+2
*
swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
Alexander Duyck
2012-10-30
1
-1
/
+2
*
swiotlb: Return physical addresses when calling swiotlb_tbl_map_single
Alexander Duyck
2012-10-30
1
-3
/
+8
*
swiotlb: add the late swiotlb initialization function with iotlb memory
Konrad Rzeszutek Wilk
2012-08-21
1
-0
/
+1
*
swiotlb: Expose swiotlb_nr_tlb function to modules
Konrad Rzeszutek Wilk
2011-12-06
1
-1
/
+1
*
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
FUJITA Tomonori
2011-06-06
1
-0
/
+1
*
swiotlb: Make swiotlb bookkeeping functions visible in the header file.
Konrad Rzeszutek Wilk
2010-06-07
1
-0
/
+22
*
swiotlb: search and replace "int dir" with "enum dma_data_direction dir"
Konrad Rzeszutek Wilk
2010-06-07
1
-2
/
+2
*
swiotlb: add the swiotlb initialization function with iotlb memory
FUJITA Tomonori
2010-06-07
1
-0
/
+1
*
swiotlb: remove unnecessary swiotlb_sync_single_range_*
FUJITA Tomonori
2010-05-27
1
-10
/
+0
*
swiotlb: Remove duplicate swiotlb_force extern declarations
FUJITA Tomonori
2009-11-15
1
-0
/
+2
*
swiotlb: Defer swiotlb init printing, export swiotlb_print_info()
FUJITA Tomonori
2009-11-10
1
-2
/
+2
*
swiotlb: Add swiotlb_free() function
FUJITA Tomonori
2009-11-10
1
-0
/
+6
*
swiotlb: use phys_to_dma and dma_to_phys
FUJITA Tomonori
2009-07-28
1
-5
/
+0
*
swiotlb: remove swiotlb_arch_range_needs_mapping
FUJITA Tomonori
2009-07-28
1
-2
/
+0
*
swiotlb: remove unused swiotlb_alloc()
FUJITA Tomonori
2009-07-28
1
-2
/
+0
*
swiotlb: remove unused swiotlb_alloc_boot()
FUJITA Tomonori
2009-07-28
1
-2
/
+0
*
swiotlb: change swiotlb_bus_to[phys,virt] prototypes
Becky Bruce
2009-04-08
1
-1
/
+2
*
swiotlb: range_needs_mapping should take a physical address.
Ian Campbell
2009-01-11
1
-1
/
+1
*
x86, ia64: remove duplicated swiotlb code
FUJITA Tomonori
2009-01-06
1
-14
/
+7
*
x86, ia64: convert to use generic dma_map_ops struct
FUJITA Tomonori
2009-01-06
1
-8
/
+10
*
swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()
Jeremy Fitzhardinge
2008-12-28
1
-1
/
+2
*
swiotlb: add arch hook to force mapping
Ian Campbell
2008-12-17
1
-0
/
+2
*
swiotlb: allow architectures to override phys<->bus<->phys conversions
Ian Campbell
2008-12-17
1
-0
/
+3
*
swiotlb: move some definitions to header
Ian Campbell
2008-12-16
1
-0
/
+14
*
swiotlb: allow architectures to override swiotlb pool allocation
Jeremy Fitzhardinge
2008-12-16
1
-0
/
+3
*
introduce generic header file for the software IO/TLB
Joerg Roedel
2008-10-16
1
-0
/
+83