aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-29arm64: use readq() instead of readl() to read 64bit entry_pointLuc Van Oostenryck1-1/+1
2017-06-29arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck1-7/+7
2017-06-29arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck1-3/+2
2017-06-29arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck1-1/+1
2017-06-29arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck1-6/+8
2017-06-29arm64: fix endianness annotation for debug-monitors.cLuc Van Oostenryck1-6/+8
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon7-14/+91
2017-06-26Merge branch 'perf/updates' into aarch64/for-next/coreWill Deacon1-1/+1
2017-06-26arm64: pass endianness info to sparseLuc Van Oostenryck1-0/+2
2017-06-25arm64: defconfig: remove duplicate entryArnd Bergmann1-1/+0
2017-06-23arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland1-6/+8
2017-06-23arm64: signal: Allow expansion of the signal frameDave Martin2-19/+214
2017-06-23Revert "arm64: dts: marvell: add dma-mask in crypto nodes for 7k/8k"Arnd Bergmann2-2/+0
2017-06-23Merge tag 'mvebu-arm64-4.13-1' of git://git.infradead.org/linux-mvebu into next/arm64Arnd Bergmann1-0/+4
2017-06-23Merge tag 'mvebu-fixes-4.12-1' of git://git.infradead.org/linux-mvebu into next/dt64Arnd Bergmann2-4/+2
2017-06-23Merge tag 'mvebu-dt64-4.13-2' of git://git.infradead.org/linux-mvebu into next/dt64Arnd Bergmann10-123/+329
2017-06-23Merge tag 'zte-dt64-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt64Arnd Bergmann1-5/+5
2017-06-23arm64: dts: mediatek: don't include missing fileArnd Bergmann1-1/+0
2017-06-23arm64: defconfig: enable Qualcomm Technologies EMAC and some PHY driversTimur Tabi1-0/+3
2017-06-23arm64: defconfig: enable QCOM_L2_PMU and QCOM_L3_PMUTimur Tabi1-0/+2
2017-06-23arm64: defconfig: enable EDAC optionsTimur Tabi1-0/+1
2017-06-23arm64: defconfig: enable APEI and GHES featuresTimur Tabi1-0/+3
2017-06-23arm64: defconfig: enable support for PCIe hotplugTimur Tabi1-0/+3
2017-06-23arm64: defconfig: enable EFI_CAPSULE_LOADERTimur Tabi1-0/+1
2017-06-23arm64: defconfig: enable BLK_DEV_NVMETimur Tabi1-0/+1
2017-06-23arm64: defconfig: enable ACPI_CPPC_CPUFREQTimur Tabi1-0/+1
2017-06-22ARM64: dts: meson-gxl: Add Libre Technology CC supportJerome Brunet2-0/+93
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar3-2/+32
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2-0/+19
2017-06-22arm64: exception: handle Synchronous External AbortTyler Baicar2-10/+36
2017-06-22arm64: Remove a redundancy in sysreg.hStefan Traby1-2/+2
2017-06-22arm64: dump cpu_hwcaps at panic timeMark Rutland1-0/+19
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin3-2/+13
2017-06-22arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin1-0/+7
2017-06-22arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin1-4/+7
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar8-19/+25
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+4
2017-06-21arm64: marvell: enable ICU and GICP driversThomas Petazzoni1-0/+2
2017-06-21arm64: dts: marvell: enable GICP and ICU on Armada 7K/8KThomas Petazzoni3-48/+73
2017-06-21arm64: marvell: enable the Armada 7K/8K pinctrl driverGregory CLEMENT1-0/+2
2017-06-21arm64: dts: zte: Use - instead of @ for DT OPP entriesViresh Kumar1-5/+5
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-4/+2
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner13-26/+40
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz1-4/+2
2017-06-20arm64: pass machine size to sparseLuc Van Oostenryck1-1/+1
2017-06-20arm64: dts: marvell: add gpio support for Armada 7K/8KGregory CLEMENT5-0/+84
2017-06-20arm64: dts: marvell: add pinctrl support for Armada 7K/8KGregory CLEMENT7-6/+121
2017-06-20arm64: dts: marvell: use new binding for the system controller on cp110Gregory CLEMENT2-39/+45
2017-06-20arm64: dts: marvell: remove *-clock-output-names on cp110Gregory CLEMENT2-26/+0
2017-06-20arm64: signal: factor out signal frame record allocationDave Martin2-7/+55