summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* | arm64: remove no-op -p linker flagGreg Hackmann2018-07-051-1/+1
* | arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada2018-07-041-4/+2
* | arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski2018-07-041-2/+2
|/
* arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-06-081-6/+0
* kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
* arm64: support __int128 with clangJason A. Donenfeld2018-04-241-0/+4
* arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-091-5/+0