summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-144-0/+28
|\
| * arm64/sve: Fix missing SVE/FPSIMD endianness conversionsDave Martin2019-06-133-0/+25
| * arm64: tlbflush: Ensure start/end of address range are aligned to strideWill Deacon2019-06-121-0/+3
* | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-9/+1Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1Star
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-074-10/+11
|\ \ \ | |/ / |/| / | |/
| * ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fixGeorge G. Davis2019-06-061-1/+1
| * arm64: arch_timer: mark functions as __always_inlineAnders Roxell2019-06-051-4/+4
| * arm64: smp: Moved cpu_logical_map[] to smp.hFlorian Fainelli2019-06-052-5/+6
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-314-27/+4Star
|\ \
| * | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-27/+3Star
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-312-10/+10
|\ \ \ | |/ / |/| / | |/
| * arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen2019-05-291-9/+9
| * arm64: fix syscall_fn_t typeSami Tolvanen2019-05-291-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-261-3/+0Star
|\ \
| * | KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-241-3/+0Star
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-242-8/+15
|\ \ \ | | |/ | |/|
| * | arm64: insn: Add BUILD_BUG_ON() for invalid masksJean-Philippe Brucker2019-05-241-5/+11
| * | arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker2019-05-241-1/+1
| * | arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier2019-05-231-1/+1
| * | arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-231-1/+2
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-221-6/+5Star
|\ \ | |/ |/|
| * arm64: assembler: Update comment above cond_yield_neon() macroHillf Danton2019-05-141-6/+5Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-178-11/+296
|\ \
| * \ Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-158-11/+296
| |\ \
| | * | arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-1/+4
| | * | arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+3
| | * | arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-241-0/+17
| | * | arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-242-7/+12
| | * | KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap2019-04-242-1/+3
| | * | KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-243-0/+141
| | * | KVM: arm64: Add a vcpu flag to control ptrauth for guestAmit Daniel Kachhap2019-04-231-0/+5
| | * | KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin2019-04-181-1/+1
| | * | KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin2019-04-181-0/+5
| | * | KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin2019-04-181-9/+23
| | * | KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin2019-04-181-1/+1
| | * | arm64/sve: Clarify vq map semanticsDave Martin2019-04-181-4/+0Star
| | * | KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin2019-03-291-2/+1Star
| | * | KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin2019-03-292-5/+15
| | * | KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-291-0/+4
| | * | KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin2019-03-291-0/+2
| | * | arm64/sve: In-kernel vector length availability query interfaceDave Martin2019-03-291-0/+29
| | * | KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin2019-03-292-0/+31
| | * | KVM: arm64/sve: Context switch the SVE registersDave Martin2019-03-291-0/+6
| | * | KVM: arm64/sve: System register context switch and access supportDave Martin2019-03-292-0/+4
| | * | KVM: arm64: Add a vcpu flag to control SVE visibility for the guestDave Martin2019-03-291-0/+4
| | * | arm64/sve: Enable SVE state tracking for non-task contextsDave Martin2019-03-291-1/+2
| | * | arm64/sve: Check SVE virtualisabilityDave Martin2019-03-291-0/+1
| | * | KVM: arm64: Add missing #includes to kvm_host.hDave Martin2019-03-291-0/+4