Yang Hongyang
|
284901a90a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
|
16 年之前 |
Ian Campbell
|
961d7d0ee5
swiotlb: do not use sg_virt()
|
16 年之前 |
Ian Campbell
|
0b8698ab58
swiotlb: range_needs_mapping should take a physical address.
|
16 年之前 |
Ingo Molnar
|
0811a433c6
Merge branch 'linus' into core/iommu
|
16 年之前 |
Linus Torvalds
|
f94181da71
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 年之前 |
Kay Sievers
|
94b324864e
swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()
|
16 年之前 |
FUJITA Tomonori
|
f98eee8ea9
x86, ia64: remove duplicated swiotlb code
|
16 年之前 |
FUJITA Tomonori
|
160c1d8e40
x86, ia64: convert to use generic dma_map_ops struct
|
16 年之前 |
Ingo Molnar
|
46483d10e5
Merge branch 'core/iommu' into core/urgent
|
16 年之前 |
Jesper Juhl
|
52942b6b16
swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c
|
16 年之前 |
Roland Dreier
|
79ff56ebd3
swiotlb: add missing __init annotations
|
16 年之前 |
FUJITA Tomonori
|
874d6a9555
swiotlb: clean up EXPORT_SYMBOL usage
|
16 年之前 |
FUJITA Tomonori
|
ac86ccc637
swiotlb: remove unnecessary declaration
|
16 年之前 |
Becky Bruce
|
fb05a37929
swiotlb: add support for systems with highmem
|
16 年之前 |
Becky Bruce
|
bc40ac6698
swiotlb: store phys address in io_tlb_orig_addr array
|
16 年之前 |
Jeremy Fitzhardinge
|
70a7d3cc13
swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()
|
16 年之前 |
Ian Campbell
|
2e5b2b86b6
swiotlb: consolidate swiotlb info message printing
|
16 年之前 |
Jeremy Fitzhardinge
|
ef9b189352
swiotlb: support bouncing of HighMem pages
|
16 年之前 |
Jeremy Fitzhardinge
|
1b548f667c
swiotlb: factor out copy to/from device
|
16 年之前 |
Ian Campbell
|
b81ea27b23
swiotlb: add arch hook to force mapping
|
16 年之前 |
Ian Campbell
|
e08e1f7adb
swiotlb: allow architectures to override phys<->bus<->phys conversions
|
16 年之前 |
Ian Campbell
|
a5ddde4a55
swiotlb: add comment where we handle the overflow of a dma mask on 32 bit
|
16 年之前 |
Ian Campbell
|
0016fdee92
swiotlb: move some definitions to header
|
16 年之前 |
Jeremy Fitzhardinge
|
8c5df16bec
swiotlb: allow architectures to override swiotlb pool allocation
|
16 年之前 |
FUJITA Tomonori
|
1e74f3000b
swiotlb: use coherent_dma_mask in alloc_coherent
|
16 年之前 |
FUJITA Tomonori
|
a2b89b596c
swiotlb: remove panic for alloc_coherent failure
|
16 年之前 |
FUJITA Tomonori
|
07a2c01a0c
convert swiotlb to use dma_get_mask
|
16 年之前 |
FUJITA Tomonori
|
2797982ed9
swiotlb: convert swiotlb to use is_buffer_dma_capable helper function
|
16 年之前 |
FUJITA Tomonori
|
640aebfe01
swiotlb: add is_swiotlb_buffer helper function
|
16 年之前 |
FUJITA Tomonori
|
21f6c4de4c
swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coherent
|
16 年之前 |