summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+1
| * | tracing: Use xarray for syscall trace eventsHassan Naveed2019-11-231-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-2350-361/+915
| |\ \ \ \
| | * | | | riscv: provide a flat image loaderChristoph Hellwig2019-11-184-5/+39
| | * | | | riscv: add nommu supportChristoph Hellwig2019-11-1823-71/+254
| | * | | | riscv: clear the instruction cache and all registers when bootingChristoph Hellwig2019-11-182-1/+88
| | * | | | riscv: read the hart ID from mhartid on bootDamien Le Moal2019-11-182-0/+9
| | * | | | riscv: provide native clint access for M-modeChristoph Hellwig2019-11-187-3/+105
| | * | | | riscv: add support for MMIO access to the timer registersChristoph Hellwig2019-11-132-3/+19
| | * | | | riscv: implement remote sfence.i using IPIsChristoph Hellwig2019-11-132-6/+21
| | * | | | riscv: cleanup the default power off implementationChristoph Hellwig2019-11-133-2/+18
| | * | | | riscv: poison SBI calls for M-modeChristoph Hellwig2019-11-131-2/+3
| | * | | | riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-131-0/+6
| | * | | | riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-0519-127/+188
| | * | | | riscv: separate MMIO functions into their own header filePaul Walmsley2019-11-052-144/+167
| | * | | | riscv: enter WFI in default_power_off() if SBI does not shutdownChristoph Hellwig2019-11-051-1/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'next/misc' into for-nextPaul Walmsley2019-11-2318-42/+63
| |\ \ \ \
| | * | | | riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00Green Wan2019-11-151-0/+7
| | * | | | RISC-V: Add multiple compression image format.Atish Patra2019-11-121-0/+12