summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0136-79/+109
|\
| * Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-1/+3
| |\
| | * arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are setArd Biesheuvel2018-01-031-1/+3
| * | Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-291-1/+1
| |\ \
| | * | mtd: nand: use reworked NAND controller driver with Marvell EBU SoCsMiquel Raynal2018-01-121-1/+1
| * | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-2/+0
| |\ \ \
| | * | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-2/+0
| | | |/ | | |/|
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-201-2/+2
| |\ \ \
| | * \ \ Merge tag 'kvm-arm-fixes-for-v4.15-3-v2' of git://git.kernel.org/pub/scm/linu...Radim Krčmář2018-01-171-2/+2
| | |\ \ \
| | | * | | arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-01-161-2/+2
| * | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-01-193-8/+15
| |\ \ \ \ \
| | * | | | | arm64: dts: socfpga: add missing interrupt-parentArnd Bergmann2018-01-111-0/+1
| | * | | | | Merge tag 'mvebu-fixes-4.15-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-01-112-8/+14
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | ARM64: dts: marvell: armada-cp110: Fix clock resources for various nodeGregory CLEMENT2018-01-052-8/+14
| | | | |_|/ | | | |/| |
| * | | | | bpf, arm64: fix stack_depth tracking in combination with tail callsDaniel Borkmann2018-01-161-9/+11
| |/ / / /
| * | | | 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 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2018-01-3117-32/+104
|\ \ \ \
| * | | | arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-177-11/+11
| * | | | arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall2018-01-093-5/+5
| * | | | KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-081-5/+2
| * | | | KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-081-0/+10
| * | | | KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-082-2/+14
| * | | | arm64: KVM: PTE/PMD S2 XN bit definitionMarc Zyngier2018-01-081-0/+2
| * | | | arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-084-12/+52
| * | | | KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier2018-01-081-3/+10
| * | | | KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-084-1/+3
OpenPOWER on IntegriCloud