summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
Commit message (Expand)AuthorAgeFilesLines
* arm64: do not descend to vdso directories twiceMasahiro Yamada2021-01-201-4/+6
* arm64: link with -z norelro for LLD or aarch64-elfNick Desaulniers2021-01-051-3/+7
* kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-1/+1
* arm64: enable armv8.5-a asm-arch optionVincenzo Frascino2020-12-221-0/+5
* kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-4/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-231-2/+2
|\
| * arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers2020-10-201-2/+2
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-4/+0
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-4/+0
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-1/+8
|\ \ \ | |_|/ |/| |
| * | arm64/build: Warn on orphan section placementKees Cook2020-09-031-0/+4
| * | arm64/build: Remove .eh_frame* sections due to unwind tablesKees Cook2020-09-011-1/+4
* | | arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-071-6/+0
* | | 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