summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: rockchip: add voltage properties for vcc3v3_pcie on rk3399 ficusEnric Balletbo i Serra2018-07-161-0/+2
* arm64: dts: rockchip: add USB 2.0 and 3.0 support on Ficus boardEnric Balletbo i Serra2018-07-161-0/+88
* arm64: dts: rockchip: add 96boards RK3399 Ficus boardEzequiel Garcia2018-07-122-0/+515
* arm64: dts: rockchip: corrected uart1 clock-names for rk3328Huibin Hong2018-07-071-1/+1
* arm64: dts: rockchip: add Google BobHeiko Stuebner2018-07-072-0/+80
* arm64: dts: rockchip: move core edp from rk3399-kevin to shared chromebookHeiko Stuebner2018-07-072-35/+38
* arm64: dts: rockchip: move Chromebook-specific Gru-parts to a separate fileHeiko Stuebner2018-07-073-329/+364
* arm64: dts: rockchip: add phandles to some nodes on rk3399-gruHeiko Stuebner2018-07-071-3/+3
* arm64: dts: rockchip: add some common pin-settings to rk3399Randy Li2018-07-031-14/+72
* arm64: dts: rockchip: generalize rk3399 #sound-dai-cellsHeiko Stuebner2018-06-205-7/+3
* arm64: dts: rockchip: Add missing cooling device properties for CPUsViresh Kumar2018-06-203-4/+15
* arm64: dts: rockchip: enable hdmi sound on rk3399-sapphireVicente Bergas2018-06-201-0/+4
* arm64: dts: rockchip: connect hdmi sound in rk3399Vicente Bergas2018-06-201-0/+17
* arm64: dts: rockchip: use SPDX-License-IdentifierKlaus Goger2018-06-1721-798/+21
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-151-3/+3
|\
| * treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-3/+3
* | Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada2018-06-151-1/+1
|/
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-132-6/+1
|\
| * arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-06-082-6/+1
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-132-3/+3
|\ \
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1220-255/+392
|\ \ \
| * | | kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+4
| * | | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-0120-255/+388
| |\ \ \
| | * | | KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-251-0/+1
| | * | | KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin2018-05-253-51/+13
| | * | | KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin2018-05-251-4/+8
| | * | | KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin2018-05-251-12/+4
| | * | | KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-252-31/+0
| | * | | KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-254-2/+39
| | * | | arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin2018-05-253-13/+24
| | * | | arm64/sve: Switch sve_pffr() argument from task to threadDave Martin2018-05-251-5/+5
| | * | | arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin2018-05-255-29/+32
| | * | | KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-257-31/+180
| | * | | KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-256-19/+18
| | * | | arm64/sve: Refactor user SVE trap maintenance for external useDave Martin2018-05-251-15/+15
| | * | | arm64: fpsimd: Eliminate task->mm checksDave Martin2018-05-252-25/+19
| | * | | arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin2018-05-251-6/+7
| | * | | arm64: fpsimd: Generalise context saving for non-task contextsDave Martin2018-05-251-12/+14
| | * | | KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2018-05-252-35/+46
| | * | | arm64: Use update{,_tsk}_thread_flag()Dave Martin2018-05-251-10/+8
| | * | | arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin2018-05-251-5/+2
| | * | | arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland2018-05-201-2/+5
* | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-06-1225-2828/+6083
|\ \ \ \ \
| * \ \ \ \ Merge tag 'renesas-arm64-dt-for-v4.18' of https://git.kernel.org/pub/scm/linu...Olof Johansson2018-06-0225-2828/+6083
| |\ \ \ \ \
| | * | | | | arm64: dts: renesas: salvator-common: Add ADV7482 supportKieran Bingham2018-05-181-0/+103
| | * | | | | arm64: dts: renesas: salvator-common: enable VINNiklas Söderlund2018-05-161-0/+32
| | * | | | | arm64: dts: renesas: r8a77970: add VIN and CSI-2 nodesNiklas Söderlund2018-05-161-0/+152