summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-2845-427/+146
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-215-14/+14
| * Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-216-40/+73
| |\
| * | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+2
| * | powerpc: remove support for NULL dev in __phys_to_dma / __dma_to_physChristoph Hellwig2019-11-201-4/+0
| * | dma-direct: unify the dma_capable definitionsChristoph Hellwig2019-11-203-36/+0
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-2021-84/+83
| * | x86/PCI: sta2x11: use default DMA address translationNicolas Saenz Julienne2019-11-114-122/+26
| * | xtensa: use the generic uncached segment supportChristoph Hellwig2019-11-114-139/+18
| * | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-1110-26/+3
| * | dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-1/+1
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-2844-435/+113
|\ \ \
| * | | nds32: use generic ioremapChristoph Hellwig2019-11-125-67/+6
| * | | csky: use generic ioremapChristoph Hellwig2019-11-124-50/+8
| * | | csky: remove ioremap_cacheChristoph Hellwig2019-11-112-9/+0
| * | | riscv: use the generic ioremap codeChristoph Hellwig2019-11-115-88/+7
| * | | sh: remove __iounmapChristoph Hellwig2019-11-112-9/+4
| * | | nios2: remove __iounmapChristoph Hellwig2019-11-112-9/+4
| * | | hexagon: remove __iounmapChristoph Hellwig2019-11-113-8/+3
| * | | m68k: rename __iounmap and mark it staticChristoph Hellwig2019-11-112-51/+50
| * | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-1112-36/+0
| * | | asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-112-0/+3
| * | | xtensa: clean up ioremapChristoph Hellwig2019-11-111-10/+4
| * | | x86: Clean up ioremap()Christoph Hellwig2019-11-113-12/+8
| * | | parisc: remove __ioremapChristoph Hellwig2019-11-112-16/+5
| * | | nios2: remove __ioremapChristoph Hellwig2019-11-112-30/+7
| * | | alpha: remove the unused __ioremap wrapperChristoph Hellwig2019-11-111-6/+0
| * | | hexagon: clean up ioremapChristoph Hellwig2019-11-113-11/+4
| * | | ia64: rename ioremap_nocache to ioremap_ucChristoph Hellwig2019-11-112-5/+5
| * | | unicore32: remove ioremap_cachedChristoph Hellwig2019-11-112-11/+1
| * | | arm: remove ioremap_cachedChristoph Hellwig2019-11-114-15/+1
* | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-278-6/+86
|\ \ \ \
| * | | | tracing: Enable syscall optimization for MIPSHassan Naveed2019-11-221-0/+1
| * | | | tracing: Use xarray for syscall trace eventsHassan Naveed2019-11-221-0/+8
| * | | | fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-141-0/+5
| * | | | ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf2019-11-132-1/+19
| * | | | ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)2019-11-131-3/+5
| * | | | ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-134-7/+53
* | | | | Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2019-11-276-8/+6
|\ \ \ \ \
| * | | | | microblaze: Increase max dtb size to 64K from 32KSiva Durga Prasad Paladugu2019-10-252-2/+2
| * | | | | microblaze: Enable SPARSE_IRQMichal Simek2019-10-252-1/+1
| * | | | | microblaze: defconfig: Enable devtmps and tmpfsManjukumar Matha2019-10-251-0/+3
| * | | | | microblaze: entry: Remove unneeded need_resched() loopValentin Schneider2019-10-081-5/+0
* | | | | | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-2769-450/+1067
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-2250-361/+915
| |\ \ \ \ \ \
| | * | | | | | riscv: provide a flat image loaderChristoph Hellwig2019-11-174-5/+39
| | * | | | | | riscv: add nommu supportChristoph Hellwig2019-11-1723-71/+254
| | * | | | | | riscv: clear the instruction cache and all registers when bootingChristoph Hellwig2019-11-172-1/+88
| | * | | | | | riscv: read the hart ID from mhartid on bootDamien Le Moal2019-11-172-0/+9
| | * | | | | | riscv: provide native clint access for M-modeChristoph Hellwig2019-11-177-3/+105