summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
AgeCommit message (Expand)Author
2020-09-03arm64: vdso32: make vdso32 install conditionalFrank van der Linden
2020-08-26ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-09efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada
2020-06-15arm64: remove TEXT_OFFSET randomizationArd Biesheuvel
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-15arm64: Reserve register x18 from general allocation with SCSSami Tolvanen
2020-05-12kbuild: remove unused AS assignmentMasahiro Yamada
2020-05-07arm64: bti: Support building kernel C code using BTIMark Brown
2020-05-07arm64: Document why we enable PAC support for leaf functionsMark Brown
2020-04-28arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyArd Biesheuvel
2020-04-28arm64: drop GZFLAGS definition and exportArd Biesheuvel
2020-04-01arm64: Always force a branch protection mode when the compiler has oneMark Brown
2020-03-18arm64: compile the kernel with ptrauth return address signingKristina Martsenko
2020-01-15arm64: Turn "broken gas inst" into real config optionVladimir Murzin
2020-01-15arm64: Move the LSE gas support detection to KconfigCatalin Marinas
2019-11-06arm64: implement ftrace with regsTorsten Duwe
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon
2019-08-21arm64: add arch/arm64/KbuildMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-07-31arm64: vdso: Fix Makefile regressionVincenzo Frascino
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-06-22arm64: vdso: Enable vDSO compat supportVincenzo Frascino
2019-06-12arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada
2019-06-06arm64: Silence gcc warnings about arch ABI driftDave Martin
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-11-02arm64: makefile fix build of .i file in external module caseVictor Kamensky
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson
2018-07-10Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott
2018-07-05arm64: remove no-op -p linker flagGreg Hackmann
2018-07-04arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada
2018-07-04arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski