summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-01-0411-28/+11
|\
| * arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoCMasahiro Yamada2018-01-041-2/+2
| * Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/k...Arnd Bergmann2018-01-045-12/+6
| |\
| | * arm64: dts: orange-pi-zero-plus2: fix sdcard detectSergey Matyukevich2017-12-051-1/+1
| | * arm64: allwinner: a64-sopine: Fix to use dcdc1 regulator instead of vcc3v3Jagan Teki2017-12-052-11/+2
| | * arm64: allwinner: a64: add Ethernet PHY regulator for several boardsIcenowy Zheng2017-11-273-0/+3
| * | Merge tag 'renesas-fixes-for-v4.15' of ssh://gitolite.kernel.org/pub/scm/linu...Arnd Bergmann2018-01-042-2/+0
| |\ \
| | * | arm64: dts: renesas: ulcb: Remove renesas, no-ether-link propertyBogdan Mirea2017-12-221-1/+0
| | * | arm64: dts: renesas: salvator-x: Remove renesas, no-ether-link propertyBogdan Mirea2017-12-221-1/+0
| | |/
| * | Merge tag 'v4.15-rockchip-dts64fixes-1' of ssh://gitolite.kernel.org/pub/scm/...Arnd Bergmann2017-12-213-12/+3
| |\ \
| | * | arm64: dts: rockchip: limit rk3328-rock64 gmac speed to 100MBit for nowHeiko Stuebner2017-12-061-0/+2
| | * | arm64: dts: rockchip: remove vdd_log from rk3399-pumaKlaus Goger2017-12-061-11/+0
| | * | arm64: dts: rockchip: fix trailing 0 in rk3328 tsadc interruptsHeiko Stuebner2017-12-041-1/+1
| | |/
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-211-0/+3
|\ \ \
| * | | arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry2017-12-181-0/+3
* | | | arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon2017-12-151-1/+1
* | | | arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin2017-12-142-1/+5
* | | | arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland2017-12-141-1/+1
* | | | arm64: fault: avoid send SIGBUS two timesDongjiu Geng2017-12-131-3/+2
* | | | arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.hWill Deacon2017-12-121-1/+1
* | | | arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2017-12-127-1/+27
* | | | arm64: Define cputype macros for Falkor CPUShanker Donthineni2017-12-121-0/+2
* | | | arm64: mm: Fix false positives in set_pte_at access/dirty race detectionWill Deacon2017-12-121-4/+4
* | | | arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper2017-12-111-15/+18
* | | | arm64: Initialise high_memory global variable earlierSteve Capper2017-12-111-1/+2
|/ / /
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-12-106-10/+7
|\| |
| * | Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-12-092-5/+5
| |\ \
| | * | ARM64: dts: meson-gx: fix UART pclk clock nameNeil Armstrong2017-12-082-5/+5
| | |/
| * | Merge tag 'uniphier-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2017-12-023-4/+1
| |\ \
| | * | arm64: dts: uniphier: remove unnecessary interrupt-parentMasahiro Yamada2017-11-293-3/+0
| | * | arm64: dts: uniphier: correct on-board device IRQ number for PXs3Dai Okamura2017-11-291-1/+1
| | |/
| * / arm64: dts: sort vendor subdirectories in Makefile alphabeticallyMasahiro Yamada2017-12-021-1/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-105-24/+95
|\ \
| * \ Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k...Radim Krčmář2017-12-055-24/+95
| |\ \
| | * | kvm: arm64: handle single-step of hyp emulated mmio instructionsAlex Bennée2017-11-291-7/+30
| | * | kvm: arm64: handle single-step during SError exceptionsAlex Bennée2017-11-291-1/+7
| | * | kvm: arm64: handle single-stepping trapped instructionsAlex Bennée2017-11-291-14/+35
| | * | KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-292-0/+22
| | * | arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko2017-11-291-2/+1
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-082-0/+11
|\ \ \
| * | | arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-052-0/+11
| |/ /
* | | arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin2017-12-061-12/+16
* | | arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon2017-12-061-14/+10
* | | arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon2017-12-062-12/+14
* | | arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin2017-12-061-10/+15
* | | arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin2017-12-061-0/+9
|/ /
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-12-0113-93/+92
|\ \
| * | arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon2017-12-011-11/+12
| * | arm64: cpu_ops: Add missing 'const' qualifiersYury Norov2017-12-011-3/+3
| * | arm64: perf: remove unsupported events for Cortex-A73Xu YiPing2017-12-011-6/+0