summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
|\ \
| * | arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-06-082-6/+1Star
* | | 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/+13Star
| | * | | | 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/+4Star
| | * | | | KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-252-31/+0Star
| | * | | | 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/+18Star
| | * | | | 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/+19Star
| | * | | | 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/+8Star
| | * | | | arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin2018-05-251-5/+2Star
| | * | | | 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
| | * | | | | | arm64: dts: renesas: r8a77965: add VIN and CSI-2 nodesNiklas Söderlund2018-05-161-10/+316
| | * | | | | | arm64: dts: renesas: r8a7796: add VIN and CSI-2 nodesNiklas Söderlund2018-05-161-0/+367
| | * | | | | | arm64: dts: renesas: r8a7795-es1: add CSI-2 nodeNiklas Söderlund2018-05-161-0/+143