summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'renesas-arm-soc-for-v5.4-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2019-09-032-2/+24
|\
| * ARM: debug-ll: Add support for r7s9210Geert Uytterhoeven2019-08-212-2/+24
* | Merge tag 'zynq-soc-for-v5.4' of https://github.com/Xilinx/linux-xlnx into ar...Arnd Bergmann2019-09-032-2/+4
|\ \
| * | ARM: zynq: Use memcpy_toio instead of memcpy on smp bring-upLuis Araneda2019-08-141-1/+1
| * | ARM: zynq: Support smp in thumb modeLuis Araneda2019-08-142-1/+3
| |/
* | Merge tag 'omap-for-v5.4/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2019-09-035-7/+7
|\ \
| * | ARM: OMAP2+: Delete an unnecessary kfree() call in omap_hsmmc_pdata_init()Markus Elfring2019-08-261-3/+1
| * | ARM: OMAP2+: move platform-specific asm-offset.h to arch/arm/mach-omap2Masahiro Yamada2019-08-264-4/+6
| |/
* | Merge tag 'at91-5.4-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Arnd Bergmann2019-09-033-3/+5
|\ \
| * | ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91Masahiro Yamada2019-08-233-3/+5
| |/
* | Merge tag 'imx-soc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann2019-09-032-6/+1
|\ \
| * | ARM: imx: stop adjusting ar8031 phy tx delayAndré Draszik2019-08-241-6/+0
| * | arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platformsAnson Huang2019-07-221-0/+1
| |/
* | Merge tag 'aspeed-5.4-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2019-09-034-2/+82
|\ \
| * | ARM: aspeed: Enable SMP bootJoel Stanley2019-08-253-0/+67
| * | ARM: aspeed: Add ASPEED AST2600 architectureJoel Stanley2019-08-251-1/+13
| * | ARM: aspeed: Select timer in each SoCJoel Stanley2019-08-251-1/+2
| |/
* | Merge tag 'vexpress-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2019-09-031-2/+2
|\ \
| * | ARM: vexpress: Cleanup cppcheck shifting warningPhong Tran2019-07-311-2/+2
| |/
* | Merge branch 'lpc32xx/multiplatform' into arm/socArnd Bergmann2019-08-1513-146/+84
|\ \
| * | ARM: lpc32xx: allow multiplatform buildArnd Bergmann2019-08-154-63/+14
| * | ARM: lpc32xx: clean up header filesArnd Bergmann2019-08-158-66/+21
| * | serial: lpc32xx: allow compile testingArnd Bergmann2019-08-151-0/+30
| * | net: lpc-enet: move phy setup into platform codeArnd Bergmann2019-08-151-0/+12
| * | net: lpc-enet: factor out iram accessArnd Bergmann2019-08-153-18/+7
| * | gpio: lpc32xx: allow building on non-lpc32xx targetsArnd Bergmann2019-08-151-0/+1
* | | ARM: orion/mvebu: unify debug-ll virtual addressesArnd Bergmann2019-08-144-13/+10
* | | ARM: dove: clean up mach/*.h headersArnd Bergmann2019-08-1412-44/+17
* | | Merge tag 'ux500-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Arnd Bergmann2019-08-142-8/+2
|\ \ \
| * | | ARM: ux500: simplify and move debug UARTLinus Walleij2019-07-231-7/+2
| * | | ARM: ux500: Stop populating the PRCMU devices earlyLinus Walleij2019-07-231-1/+0
| | |/ | |/|
* | | ARM: iop32x: merge everything into mach-iop32x/Arnd Bergmann2019-08-1428-125/+102
* | | ARM: iop32x: make mach/uncompress.h independent of mach/hardware.hArnd Bergmann2019-08-141-16/+2
* | | ARM: xscale: fix multi-cpu compilationArnd Bergmann2019-08-141-2/+4
* | | dma: iop-adma: allow building without platform headersArnd Bergmann2019-08-144-1033/+1
* | | ARM: remove Intel iop33x and iop13xx supportArnd Bergmann2019-08-1447-5407/+6
* | | ARM: remove w90x900 platformArnd Bergmann2019-08-1442-3298/+0
* | | ARM: remove ks8695 platformArnd Bergmann2019-08-1440-2940/+1
* | | ARM: mach-nspire: Kill off CLCD auxdataLinus Walleij2019-08-134-150/+0
| |/ |/|
* | Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-113-35/+5
|\ \
| * | RISC-V: Remove udivdi3Palmer Dabbelt2019-08-092-34/+0
| * | riscv: delay: use do_div() instead of __udivdi3()Paul Walmsley2019-08-091-1/+5
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-117-28/+48
|\ \ \
| * | | x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-081-0/+1
| * | | x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers2019-08-081-5/+28
| * | | x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-084-23/+17
| * | | x86: mtrr: cyrix: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
| * | | x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
* | | | Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2019-08-101-1/+1
* | | | Merge tag 'powerpc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-08-101-4/+4
|\ \ \ \