summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-0615-47/+8
* dma-mapping: return an error code from dma_mapping_errorChristoph Hellwig2018-12-061-1/+1
* dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-062-11/+0
* xen-swiotlb: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-10/+2
* iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-20/+11
* iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+3
* iommu/intel: small map_page cleanupChristoph Hellwig2018-12-061-7/+7
* iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5
* x86/calgary: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-23/+7
* x86/amd_gart: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-34/+6
* ia64/sn: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-7/+1
* ia64/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-7/+1
* ia64/sba_iommu: improve internal map_page usersChristoph Hellwig2018-12-061-44/+29
* alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-10/+4
* arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig2018-12-061-7/+1
* parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+1
* parisc/ccio: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+1
* sparc: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-21/+7
* s390: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5
* mips/jazz: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-062-17/+5
* powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-065-27/+15
* arm: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-35/+18
* dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-064-17/+6
* dma-mapping: provide a generic DMA_MAPPING_ERRORChristoph Hellwig2018-12-061-0/+5
* dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski2018-12-051-1/+7
* csky: use the generic remapping dma alloc implementationChristoph Hellwig2018-12-012-141/+3
* csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig2018-12-011-1/+1
* csky: don't select DMA_NONCOHERENT_OPSChristoph Hellwig2018-12-011-1/+0
* dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig2018-12-011-2/+9
* dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig2018-12-011-7/+7
* dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-016-176/+180
* dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-018-85/+97
* dma-direct: reject highmem pages from dma_alloc_from_contiguousChristoph Hellwig2018-12-011-0/+12
* dma-direct: provide page based alloc/free helpersChristoph Hellwig2018-12-012-10/+25
* dma-mapping: fix return type of dma_set_max_seg_size()Niklas Söderlund2018-11-271-2/+1
* ia64: export node_distance functionMatias Bjørling2018-11-263-4/+12
* Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-264-11/+5
|\
| * hwmon: (w83795) temp4_type has writable permissionHuacai Chen2018-11-181-1/+1
| * hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak2018-11-161-1/+1
| * hwmon: (ina2xx) Fix current value calculationNicolin Chen2018-11-141-1/+1
| * hwmon: (raspberrypi) Fix initial notifyStefan Wahren2018-11-131-6/+0
| * hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-11-131-2/+2
* | Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2
* | Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-252-2/+3
|\ \
| * | swiotlb: Skip cache maintenance on map errorRobin Murphy2018-11-211-1/+2
| * | dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
* | | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
|\ \ \
| * | | flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| * | | NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| * | | NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-192-5/+13