summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1960-246/+60
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 452Thomas Gleixner2019-06-191-12/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-19190-2288/+190
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-146-10/+62
|\
| * arm64/sve: Fix missing SVE/FPSIMD endianness conversionsDave Martin2019-06-134-9/+58
| * arm64: tlbflush: Ensure start/end of address range are aligned to strideWill Deacon2019-06-121-0/+3
| * arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor2019-06-121-1/+1
* | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0834-272/+34
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner2019-06-057-35/+7
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0524-216/+24
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 252Thomas Gleixner2019-06-051-12/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-06-076-10/+13
|\ \ \ | |/ / |/| / | |/
| * arm64: Silence gcc warnings about arch ABI driftDave Martin2019-06-061-0/+1
| * 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
| * arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_encoding()Dave Martin2019-06-051-0/+1
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3130-230/+30
|\ \
| * | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3018-162/+18
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-308-42/+8
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-306-30/+56
|\ \ \ | |/ / |/| / | |/
| * arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen2019-05-292-10/+11
| * 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
| * signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman2019-05-291-1/+4
| * arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel2019-05-281-8/+30
| * arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas2019-05-281-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-264-41/+40
|\ \
| * | KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2019-05-241-0/+1
| * | KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-243-41/+39
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-2410-34/+159
|\ \ \ | | |/ | |/|
| * | 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: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for nowWill Deacon2019-05-241-0/+1
| * | arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier2019-05-234-17/+20
| * | arm64/module: deal with ambiguity in PRELxx relocation rangesArd Biesheuvel2019-05-231-2/+14
| * | arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel2019-05-232-4/+4
| * | arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-235-1/+108
| * | arm64: Remove useless message during oopsWill Deacon2019-05-231-4/+0
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-226-14/+29
|\ \
| * | arm64: vdso: Explicitly add build-id optionLaura Abbott2019-05-161-2/+2
| * | arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland2019-05-161-3/+8
| * | arm64: Print physical address of page table base in show_pte()Will Deacon2019-05-141-2/+3
| * | arm64: don't trash config with compat symbol if COMPAT is disabledYury Norov2019-05-141-1/+1
| * | arm64: assembler: Update comment above cond_yield_neon() macroHillf Danton2019-05-141-6/+5