summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-20/+11Star
* iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+3Star
* iommu/intel: small map_page cleanupChristoph Hellwig2018-12-061-7/+7
* iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5Star
* x86/calgary: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-23/+7Star
* x86/amd_gart: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-34/+6Star
* ia64/sn: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-7/+1Star
* ia64/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-7/+1Star
* ia64/sba_iommu: improve internal map_page usersChristoph Hellwig2018-12-061-44/+29Star
* alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-10/+4Star
* arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig2018-12-061-7/+1Star
* parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+1Star
* parisc/ccio: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+1Star
* sparc: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-21/+7Star
* s390: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5Star
* mips/jazz: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-062-17/+5Star
* powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-065-27/+15Star
* arm: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-35/+18Star
* dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-064-17/+6Star
* 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/+3Star
* 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/+0Star
* 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/+1Star
* ia64: export node_distance functionMatias Bjørling2018-11-273-4/+12
* Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-264-11/+5Star
|\
| * 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/+0Star
| * hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-11-131-2/+2
* | Linux 4.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-202-5/+13
* | | | MAINTAINERS: change Sparse's maintainerLuc Van Oostenryck2018-11-252-2/+5
* | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-256-185/+387
|\ \ \ \
| * | | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| * | | | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1