index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_isolation.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
sparc/iommu: fix ->map_sg return value
Christoph Hellwig
1
-21
/
+18
2018-12-19
sparc/io-unit: fix ->map_sg return value
Christoph Hellwig
1
-12
/
+11
2018-12-19
arm64: default to the direct mapping in get_arch_dma_ops
Christoph Hellwig
1
-5
/
+1
2018-12-15
PCI: Remove unused attr variable in pci_dma_configure
Nathan Chancellor
1
-1
/
+0
2018-12-15
ia64: only select ARCH_HAS_DMA_COHERENT_TO_PFN if swiotlb is enabled
Christoph Hellwig
1
-1
/
+1
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
20
-119
/
+150
2018-12-13
vmd: use the proper dma_* APIs instead of direct methods calls
Christoph Hellwig
1
-25
/
+17
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
14
-338
/
+150
2018-12-13
dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
Christoph Hellwig
1
-9
/
+5
2018-12-13
dma-direct: improve addressability error reporting
Christoph Hellwig
1
-21
/
+15
2018-12-13
swiotlb: remove dma_mark_clean
Christoph Hellwig
6
-57
/
+31
2018-12-13
swiotlb: remove SWIOTLB_MAP_ERROR
Christoph Hellwig
3
-7
/
+4
2018-12-13
ACPI / scan: Refactor _CCA enforcement
Robin Murphy
3
-4
/
+7
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
5
-90
/
+42
2018-12-13
dma-mapping: always build the direct mapping code
Christoph Hellwig
24
-31
/
+1
2018-12-13
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
2
-10
/
+13
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
3
-140
/
+151
2018-12-13
dma-mapping: move dma_get_required_mask to kernel/dma
Christoph Hellwig
2
-32
/
+33
2018-12-13
dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrs
Christoph Hellwig
1
-13
/
+6
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
3
-93
/
+10
2018-12-13
dma-mapping: remove a pointless memset in dma_atomic_pool_init
Christoph Hellwig
1
-1
/
+0
2018-12-13
sparc: use DT node full_name in sparc_dma_alloc_resource
Christoph Hellwig
1
-1
/
+1
2018-12-11
sparc: merge 32-bit and 64-bit version of pci.h
Christoph Hellwig
3
-88
/
+49
2018-12-11
sparc: move the leon PCI memory space comment to <asm/leon.h>
Christoph Hellwig
2
-9
/
+9
2018-12-11
sparc: remove not required includes from dma-mapping.h
Christoph Hellwig
1
-3
/
+1
2018-12-11
sparc: remove the sparc32_dma_ops indirection
Christoph Hellwig
4
-236
/
+138
2018-12-11
sparc: factor the dma coherent mapping into helper
Christoph Hellwig
1
-84
/
+67
2018-12-11
sparc: remove not needed sbus_dma_ops methods
Christoph Hellwig
1
-20
/
+0
2018-12-11
dma-debug: Batch dma_debug_entry allocation
Robin Murphy
2
-30
/
+24
2018-12-11
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
2
-53
/
+0
2018-12-11
x86/dma/amd-gart: Stop resizing dma_debug_entry pool
Robin Murphy
2
-27
/
+1
2018-12-11
dma-debug: Make leak-like behaviour apparent
Robin Murphy
2
-1
/
+18
2018-12-11
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
2
-44
/
+46
2018-12-11
dma-debug: Use pr_fmt()
Robin Murphy
1
-36
/
+38
2018-12-11
dma-debug: Expose nr_total_entries in debugfs
Robin Murphy
2
-0
/
+10
2018-12-06
arch: switch the default on ARCH_HAS_SG_CHAIN
Christoph Hellwig
15
-47
/
+8
2018-12-06
dma-mapping: return an error code from dma_mapping_error
Christoph Hellwig
1
-1
/
+1
2018-12-06
dma-mapping: remove the mapping_error dma_map_ops method
Christoph Hellwig
2
-11
/
+0
2018-12-06
xen-swiotlb: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-10
/
+2
2018-12-06
iommu/dma-iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
3
-20
/
+11
2018-12-06
iommu/vt-d: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-9
/
+3
2018-12-06
iommu/intel: small map_page cleanup
Christoph Hellwig
1
-7
/
+7
2018-12-06
iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-13
/
+5
2018-12-06
x86/calgary: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-23
/
+7
2018-12-06
x86/amd_gart: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-34
/
+6
2018-12-06
ia64/sn: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-7
/
+1
2018-12-06
ia64/sba_iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-7
/
+1
2018-12-06
ia64/sba_iommu: improve internal map_page users
Christoph Hellwig
1
-44
/
+29
2018-12-06
alpha: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-10
/
+4
2018-12-06
arm64: remove the dummy_dma_ops mapping_error method
Christoph Hellwig
1
-7
/
+1
[next]