summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
Commit message (Expand)AuthorAgeFilesLines
* arm64: vdso32: make vdso32 install conditionalFrank van der Linden2020-08-281-1/+2
* arm64: use a common .arch preamble for inline assemblySami Tolvanen2020-08-281-3/+8
* ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd2020-08-211-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-0/+7
|\
| * arm64: enable tlbi range instructionsZhenyu Ye2020-07-151-0/+7
* | Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-251-1/+1
|\ \ | |/ |/|
| * efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada2020-07-091-1/+1
* | arm64: remove TEXT_OFFSET randomizationArd Biesheuvel2020-06-151-6/+0
|/
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-2/+0
|\
| * kbuild: remove unused AS assignmentMasahiro Yamada2020-05-121-2/+0
* | Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-0/+4
|\ \
| * | arm64: Reserve register x18 from general allocation with SCSSami Tolvanen2020-05-151-0/+4
| |/
* | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-0/+7
|\ \
| * | arm64: bti: Support building kernel C code using BTIMark Brown2020-05-071-0/+4
| * | arm64: Document why we enable PAC support for leaf functionsMark Brown2020-05-071-0/+3
| |/
* | arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyArd Biesheuvel2020-04-281-1/+1
* | arm64: drop GZFLAGS definition and exportArd Biesheuvel2020-04-281-2/+1
|/
* arm64: Always force a branch protection mode when the compiler has oneMark Brown2020-04-011-1/+6
* arm64: compile the kernel with ptrauth return address signingKristina Martsenko2020-03-181-0/+11
* arm64: Turn "broken gas inst" into real config optionVladimir Murzin2020-01-151-7/+3
* arm64: Move the LSE gas support detection to KconfigCatalin Marinas2020-01-151-7/+4
* arm64: implement ftrace with regsTorsten Duwe2019-11-061-0/+5
* arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon2019-10-071-5/+0
* arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon2019-10-071-7/+0
* arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon2019-10-071-0/+4
* arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino2019-10-071-13/+5
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+1
|\
| * kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
* | Merge branch 'for-next/atomics' into for-next/coreWill Deacon2019-08-301-1/+8
|\ \
| * | arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon2019-08-301-1/+8
| |/
| |
| \
| \
| \
*---. \ Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-8/+0
|\ \ \ \ | | | |/ | | |/|
| * | | arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper2019-08-091-8/+0
| * | | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-1/+1
| |/ /
* / / arm64: add arch/arm64/KbuildMasahiro Yamada2019-08-211-5/+1
|/ /
* / arm64: vdso: Fix Makefile regressionVincenzo Frascino2019-07-311-1/+1
|/
* Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-121-2/+0
|\
| * kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0
* | arm64: vdso: Enable vDSO compat supportVincenzo Frascino2019-06-221-2/+21
* | arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor2019-06-121-1/+1
|/
* arm64: Silence gcc warnings about arch ABI driftDave Martin2019-06-061-0/+1
* kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2018-12-281-1/+10
* arm64: enable per-task stack canariesArd Biesheuvel2018-12-121-0/+10
* arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel2018-12-041-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-11-031-0/+2
|\
| * arm64: makefile fix build of .i file in external module caseVictor Kamensky2018-11-021-0/+2
* | kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-16/+1
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-4/+5
|\
| * arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-231-4/+5
* | Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott2018-07-101-2/+4