summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-1322-22/+0
* dma-mapping: move various slow path functions out of lineChristoph Hellwig2018-12-131-1/+0
* sparc: use DT node full_name in sparc_dma_alloc_resourceChristoph Hellwig2018-12-131-1/+1
* sparc: merge 32-bit and 64-bit version of pci.hChristoph Hellwig2018-12-113-88/+49
* sparc: move the leon PCI memory space comment to <asm/leon.h>Christoph Hellwig2018-12-112-9/+9
* sparc: remove not required includes from dma-mapping.hChristoph Hellwig2018-12-111-3/+1
* sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig2018-12-114-236/+138
* sparc: factor the dma coherent mapping into helperChristoph Hellwig2018-12-111-84/+67
* sparc: remove not needed sbus_dma_ops methodsChristoph Hellwig2018-12-111-20/+0
* x86/dma/amd-gart: Stop resizing dma_debug_entry poolRobin Murphy2018-12-111-23/+0
* arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-0611-9/+3
* iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-4/+3
* 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
* 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-061-1/+0
* 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-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-012-175/+11
* dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-014-0/+4
* ia64: export node_distance functionMatias Bjørling2018-11-263-4/+12
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-11-242-3/+3
|\
| * arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD blockWill Deacon2018-11-231-1/+1
| * arm64: sysreg: fix sparse warningsSergey Matyukevich2018-11-231-2/+2
* | Merge tag 'riscv-for-linus-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-2111-17/+150
|\ \
| * | RISC-V: recognize S/U mode bits in print_isaPatrick Stählin2018-11-201-3/+6
| * | riscv: add asm/unistd.h UAPI headerDavid Abdurachmanov2018-11-202-10/+21
| * | riscv: fix warning in arch/riscv/include/asm/module.hDavid Abdurachmanov2018-11-201-0/+1
| * | RISC-V: Build flat and compressed kernel imagesAnup Patel2018-11-206-2/+120
| * | RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson2018-11-201-2/+2
| |/
* | Merge tag 'mips_fixes_4.20_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-11-205-22/+6
|\ \ | |/ |/|
| * MIPS: Loongson3,SGI-IP27: Simplify max_low_pfn calculationPaul Burton2018-11-152-20/+3
| * MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen2018-11-122-2/+2
| * MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driverAaro Koskinen2018-11-121-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-182-10/+144
|\ \
| * | perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang2018-11-122-9/+30
| * | perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang2018-11-121-1/+114
| |/
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-181-0/+1
|\ \
| * | efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-151-0/+1
* | | Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-187-47/+113
|\ \ \