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-06-2711-79/+61
|\
| * arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boardsKatsuhiro Suzuki2018-06-272-2/+2
| * arm64: dts: stratix10: Fix SPI nodes for Stratix10Thor Thayer2018-06-261-4/+2
| * arm64: defconfig: renormalize based on recent additionsOlof Johansson2018-06-231-63/+39
| * Merge tag 'qcom-fixes-for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-06-232-3/+3
| |\
| | * arm64: dts: msm8916: fix Coresight ETF graph connectionsRob Herring2018-06-231-2/+2
| | * arm64: dts: apq8096-db820c: disable uart0 by defaultSrinivas Kandagatla2018-06-221-1/+1
| * | Merge tag 'arm-soc/for-4.18/devicetree-arm64-fixes' of https://github.com/Bro...Olof Johansson2018-06-234-6/+14
| |\ \
| | * | arm64: dts: Stingray: Fix I2C controller interrupt typeRay Jui2018-06-181-2/+2
| | * | arm64: dts: ns2: Fix PCIe controller interrupt typeRay Jui2018-06-181-2/+2
| | * | arm64: dts: ns2: Fix I2C controller interrupt typeRay Jui2018-06-181-2/+2
| | * | arm64: dts: specify 1.8V EMMC capabilities for bcm958742tScott Branden2018-06-181-0/+4
| | * | arm64: dts: specify 1.8V EMMC capabilities for bcm958742kScott Branden2018-06-181-0/+4
| | |/
| * | Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-06-231-1/+1
| |\ \ | | |/ | |/|
| | * arm64: dts: marvell: fix CP110 ICU node sizeMiquel Raynal2018-05-231-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-1/+1
|\ \ \
| * | | crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_be...Jia He2018-06-151-1/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-06-234-8/+10
|\ \ \ \
| * | | | arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon2018-06-221-2/+3
| * | | | arm64: kpti: Use early_param for kpti= command-line optionWill Deacon2018-06-221-1/+1
| * | | | arm64: make secondary_start_kernel() notraceZhizhou Zhang2018-06-191-1/+1
| * | | | arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski2018-06-191-4/+5
| | |/ / | |/| |
* | | | KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin2018-06-211-3/+3
* | | | KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin2018-06-212-4/+21
* | | | KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin2018-06-211-3/+5
* | | | arm64: Introduce sysreg_clear_set()Mark Rutland2018-06-211-0/+11
|/ / /
* | | 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-122-3/+3
|\ \ \ \
| * | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-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
OpenPOWER on IntegriCloud