summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2018-05-052-6/+20
|\
| * arm64: vgic-v2: Fix proxying of cpuif accessJames Morse2018-05-041-5/+19
| * KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse2018-05-041-1/+1
* | rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-274-5/+24
|\ \
| * \ Merge tag 'kvmarm-fixes-for-4.17-1' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2018-04-254-5/+24
| |\ \ | | |/
| | * arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-203-1/+22
| | * arm64: KVM: Demote SVE and LORegion warnings to debug onlyMarc Zyngier2018-04-171-4/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-04-2710-17/+27
|\ \ \
| * | | arm64: avoid instrumenting atomic_ll_sc.oMark Rutland2018-04-271-0/+4
| * | | arm64: fix possible spectre-v1 in ptrace_hbp_get_event()Mark Rutland2018-04-261-4/+10
| * | | arm64: support __int128 with clangJason A. Donenfeld2018-04-241-0/+4
| * | | arm64: only advance singlestep for user instruction trapsMark Rutland2018-04-241-1/+2
| * | | arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2018-04-243-3/+3
| * | | arm64: ptrace: remove addr_limit manipulationMark Rutland2018-04-241-6/+0
| * | | arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang2018-04-242-3/+3
| * | | arm64: add sentinel to kpti_safe_listMark Rutland2018-04-231-0/+1
| |/ /
* | | Merge tag 'arm-soc/for-4.17/devicetree-arm64-fixes' of https://github.com/Bro...Arnd Bergmann2018-04-271-40/+40
|\ \ \
| * | | arm64: dts: correct SATA addresses for StingraySrinath Mannam2018-04-181-40/+40
| | |/ | |/|
* | | Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann2018-04-267-0/+106
|\ \ \
| * | | ARM64: dts: meson-gxm-khadas-vim2: enable the USB controllerMartin Blumenstingl2018-04-181-0/+4
| * | | ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controllerMartin Blumenstingl2018-04-181-0/+4
| * | | ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controllerMartin Blumenstingl2018-04-181-0/+12
| * | | ARM64: dts: meson-gx-p23x-q20x: enable the USB controllerMartin Blumenstingl2018-04-181-0/+4
| * | | ARM64: dts: meson-gxl-s905x-p212: enable the USB controllerMartin Blumenstingl2018-04-181-0/+4
| * | | ARM64: dts: meson-gxm: add GXM specific USB host configurationMartin Blumenstingl2018-04-181-0/+17
| * | | ARM64: dts: meson-gxl: add USB host supportMartin Blumenstingl2018-04-181-0/+61
| |/ /
* | | Merge tag 'juno-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2018-04-261-2/+0
|\ \ \ | |_|/ |/| |
| * | arm64: dts: juno: drop unnecessary address-cells and size-cells propertiesSudeep Holla2018-04-161-2/+0
| |/
* | arm64: signal: don't force known signals to SIGKILLMark Rutland2018-04-181-1/+1
* | arm64: kasan: avoid pfn_to_nid() before page array is initializedMark Rutland2018-04-171-2/+2
|/
* Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-151-1/+1
|\
| * kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-1310-199/+242
|\ \
| * | arm64: assembler: add macros to conditionally yield the NEON under PREEMPTArd Biesheuvel2018-04-112-0/+76
| * | arm64: assembler: add utility macros to push/pop stack framesArd Biesheuvel2018-04-111-0/+63
| * | arm64: Move the content of bpi.S to hyp-entry.SMarc Zyngier2018-04-114-91/+65
| * | arm64: Get rid of __smccc_workaround_1_hvc_*Marc Zyngier2018-04-112-16/+5
| * | arm64: capabilities: Rework EL2 vector hardening entryMarc Zyngier2018-04-111-9/+11
| * | arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2018-04-116-86/+25
* | | arm64: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2
* | | linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-6/+0
OpenPOWER on IntegriCloud