index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-12-20
14
-15
/
+18
*
sparc/iommu: fix ->map_sg return value
Christoph Hellwig
2018-12-19
1
-21
/
+18
*
sparc/io-unit: fix ->map_sg return value
Christoph Hellwig
2018-12-19
1
-12
/
+11
*
arm64: default to the direct mapping in get_arch_dma_ops
Christoph Hellwig
2018-12-19
1
-5
/
+1
*
PCI: Remove unused attr variable in pci_dma_configure
Nathan Chancellor
2018-12-15
1
-1
/
+0
*
ia64: only select ARCH_HAS_DMA_COHERENT_TO_PFN if swiotlb is enabled
Christoph Hellwig
2018-12-15
1
-1
/
+1
*
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
2018-12-13
20
-119
/
+150
*
vmd: use the proper dma_* APIs instead of direct methods calls
Christoph Hellwig
2018-12-13
1
-25
/
+17
*
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
2018-12-13
14
-338
/
+150
*
dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
Christoph Hellwig
2018-12-13
1
-9
/
+5
*
dma-direct: improve addressability error reporting
Christoph Hellwig
2018-12-13
1
-21
/
+15
*
swiotlb: remove dma_mark_clean
Christoph Hellwig
2018-12-13
6
-57
/
+31
*
swiotlb: remove SWIOTLB_MAP_ERROR
Christoph Hellwig
2018-12-13
3
-7
/
+4
*
ACPI / scan: Refactor _CCA enforcement
Robin Murphy
2018-12-13
3
-4
/
+7
*
dma-mapping: factor out dummy DMA ops
Robin Murphy
2018-12-13
5
-90
/
+42
*
dma-mapping: always build the direct mapping code
Christoph Hellwig
2018-12-13
24
-31
/
+1
*
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
2018-12-13
2
-10
/
+13
*
dma-mapping: move various slow path functions out of line
Christoph Hellwig
2018-12-13
3
-140
/
+151
*
dma-mapping: move dma_get_required_mask to kernel/dma
Christoph Hellwig
2018-12-13
2
-32
/
+33
*
dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrs
Christoph Hellwig
2018-12-13
1
-13
/
+6
*
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
2018-12-13
3
-93
/
+10
*
dma-mapping: remove a pointless memset in dma_atomic_pool_init
Christoph Hellwig
2018-12-13
1
-1
/
+0
*
sparc: use DT node full_name in sparc_dma_alloc_resource
Christoph Hellwig
2018-12-13
1
-1
/
+1
*
sparc: merge 32-bit and 64-bit version of pci.h
Christoph Hellwig
2018-12-11
3
-88
/
+49
*
sparc: move the leon PCI memory space comment to <asm/leon.h>
Christoph Hellwig
2018-12-11
2
-9
/
+9
*
sparc: remove not required includes from dma-mapping.h
Christoph Hellwig
2018-12-11
1
-3
/
+1
*
sparc: remove the sparc32_dma_ops indirection
Christoph Hellwig
2018-12-11
4
-236
/
+138
*
sparc: factor the dma coherent mapping into helper
Christoph Hellwig
2018-12-11
1
-84
/
+67
*
sparc: remove not needed sbus_dma_ops methods
Christoph Hellwig
2018-12-11
1
-20
/
+0
*
dma-debug: Batch dma_debug_entry allocation
Robin Murphy
2018-12-11
2
-30
/
+24
*
dma/debug: Remove dma_debug_resize_entries()
Robin Murphy
2018-12-11
2
-53
/
+0
*
x86/dma/amd-gart: Stop resizing dma_debug_entry pool
Robin Murphy
2018-12-11
2
-27
/
+1
*
dma-debug: Make leak-like behaviour apparent
Robin Murphy
2018-12-11
2
-1
/
+18
*
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
2018-12-11
2
-44
/
+46
*
dma-debug: Use pr_fmt()
Robin Murphy
2018-12-11
1
-36
/
+38
*
dma-debug: Expose nr_total_entries in debugfs
Robin Murphy
2018-12-11
2
-0
/
+10
*
arch: switch the default on ARCH_HAS_SG_CHAIN
Christoph Hellwig
2018-12-06
15
-47
/
+8
*
dma-mapping: return an error code from dma_mapping_error
Christoph Hellwig
2018-12-06
1
-1
/
+1
*
dma-mapping: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
2
-11
/
+0
*
xen-swiotlb: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-10
/
+2
*
iommu/dma-iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
3
-20
/
+11
*
iommu/vt-d: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-9
/
+3
*
iommu/intel: small map_page cleanup
Christoph Hellwig
2018-12-06
1
-7
/
+7
*
iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-13
/
+5
*
x86/calgary: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-23
/
+7
*
x86/amd_gart: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-34
/
+6
*
ia64/sn: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-7
/
+1
*
ia64/sba_iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-7
/
+1
*
ia64/sba_iommu: improve internal map_page users
Christoph Hellwig
2018-12-06
1
-44
/
+29
*
alpha: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-10
/
+4
[next]