summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* csky: basic ftrace supportedGuo Ren2018-12-316-0/+64
* csky: remove unused members in processor.hGuo Ren2018-12-317-40/+0
* csky: optimize kernel panic print.Guo Ren2018-12-313-56/+41
* csky: stacktrace supported.Guo Ren2018-12-316-12/+86
* csky: CPU-hotplug supported for SMPGuo Ren2018-12-313-15/+69
* csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2018-12-318-68/+79
* csky: remove syscall_exit_workGuo Ren2018-12-311-12/+4
* csky: fixup remove vdsp implement for kernel.Guo Ren2018-12-311-7/+1
* csky: bugfix gdb coredump error.Guo Ren2018-12-311-1/+6
* csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren2018-12-313-2/+3
* csky: define syscall_get_arch()Dmitry V. Levin2018-12-301-0/+7
* elf-em.h: add EM_CSKYDmitry V. Levin2018-12-301-1/+1
* csky: remove meaningless header-yMasahiro Yamada2018-12-301-2/+0
* csky: Don't leak device tree node referenceYangtao Li2018-12-301-1/+1
* arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.hMark Brown2018-12-141-0/+1
* mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-142-17/+0
* alpha: fix hang caused by the bootmem removalMike Rapoport2018-12-142-3/+4
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-12-141-1/+1
|\
| * arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy2018-12-111-1/+1
* | Merge tag 'powerpc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-1412-20/+80
|\ \
| * | powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova2018-12-101-1/+6
| * | powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran2018-12-091-3/+16
| * | powerpc/papr_scm: Use ibm,unit-guid as the iset cookieOliver O'Halloran2018-12-091-0/+12
| * | powerpc/papr_scm: Fix DIMM device registration raceOliver O'Halloran2018-12-091-0/+3
| * | powerpc/papr_scm: Remove endian conversionsOliver O'Halloran2018-12-091-3/+3
| * | powerpc/papr_scm: Update DT propertiesOliver O'Halloran2018-12-091-5/+11
| * | powerpc/papr_scm: Fix resource end addressOliver O'Halloran2018-12-071-1/+1
| * | powerpc/papr_scm: Use depend instead of selectOliver O'Halloran2018-12-071-2/+1
| * | powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2018-12-073-1/+11
| * | powerpc/boot: Fix build failures with -j 1Michael Ellerman2018-12-061-1/+1
| * | powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt2018-12-011-1/+5
| * | powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec2018-11-291-1/+6
| * | powerpc/mm: Fix linux page tables build with some configsMichael Ellerman2018-11-271-0/+1
| * | powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras2018-11-271-1/+3
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-12-1014-57/+53
|\ \ \ | |_|/ |/| |
| * | Merge tag 'mvebu-fixes-4.20-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-12-092-31/+0
| |\ \
| | * | Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K"Baruch Siach2018-12-052-31/+0
| * | | Merge tag 'sunxi-fixes-for-4.20' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2018-12-091-2/+2
| |\ \ \
| | * | | ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3VCorentin Labbe2018-11-141-2/+2
| | |/ /
| * | | Merge tag 'imx-fixes-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-12-093-4/+29
| |\ \ \
| | * | | ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clockFabio Estevam2018-12-061-2/+7
| | * | | ARM: imx: update the cpu power up timing setting on i.mx6sxAnson Huang2018-12-061-1/+1
| | * | | ARM: dts: imx7d-pico: Describe the Wifi clockFabio Estevam2018-12-051-1/+21
| * | | | Merge tag 'arm-soc/for-4.20/devicetree-fixes' of https://github.com/Broadcom/...Olof Johansson2018-12-032-2/+2
| |\ \ \ \
| | * | | | ARM: dts: bcm2837: Fix polarity of wifi reset GPIOsStefan Wahren2018-12-032-2/+2
| | | |/ / | | |/| |
| * | | | ARM: dts: realview: Fix some more duplicate regulator nodesRob Herring2018-12-032-4/+4
| * | | | ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dtLubomir Rintel2018-12-031-2/+4
| * | | | Merge tag 'v4.19-next-fixes' of https://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2018-12-033-12/+12
| |\ \ \ \
| | * | | | arm64: dts: mt7622: Drop the general purpose timer nodeRyder Lee2018-11-261-10/+0
| | * | | | arm64: dts: mt7622: fix no more console output on BPI-R64 boardRyder Lee2018-11-231-1/+6