aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-06-15arm64: remove TEXT_OFFSET randomizationGravatar Ard Biesheuvel 1-6/+0
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+0
2020-05-28Merge branch 'for-next/scs' into for-next/coreGravatar Will Deacon 1-0/+4
2020-05-28Merge branch 'for-next/bti' into for-next/coreGravatar Will Deacon 1-0/+7
2020-05-15arm64: Reserve register x18 from general allocation with SCSGravatar Sami Tolvanen 1-0/+4
2020-05-12kbuild: remove unused AS assignmentGravatar Masahiro Yamada 1-2/+0
2020-05-07arm64: bti: Support building kernel C code using BTIGravatar Mark Brown 1-0/+4
2020-05-07arm64: Document why we enable PAC support for leaf functionsGravatar Mark Brown 1-0/+3
2020-04-28arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyGravatar Ard Biesheuvel 1-1/+1
2020-04-28arm64: drop GZFLAGS definition and exportGravatar Ard Biesheuvel 1-2/+1
2020-04-01arm64: Always force a branch protection mode when the compiler has oneGravatar Mark Brown 1-1/+6
2020-03-18arm64: compile the kernel with ptrauth return address signingGravatar Kristina Martsenko 1-0/+11
2020-01-15arm64: Turn "broken gas inst" into real config optionGravatar Vladimir Murzin 1-7/+3
2020-01-15arm64: Move the LSE gas support detection to KconfigGravatar Catalin Marinas 1-7/+4
2019-11-06arm64: implement ftrace with regsGravatar Torsten Duwe 1-0/+5
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionGravatar Will Deacon 1-5/+0
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileGravatar Will Deacon 1-7/+0
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGGravatar Will Deacon 1-0/+4
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsGravatar Vincenzo Frascino 1-13/+5
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2019-08-30Merge branch 'for-next/atomics' into for-next/coreGravatar Will Deacon 1-1/+8
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Gravatar Will Deacon 1-8/+0
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itGravatar Will Deacon 1-1/+8
2019-08-21arm64: add arch/arm64/KbuildGravatar Masahiro Yamada 1-5/+1
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-1/+1
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETGravatar Steve Capper 1-8/+0
2019-08-09arm64: mm: Flip kernel VA spaceGravatar Steve Capper 1-1/+1
2019-07-31arm64: vdso: Fix Makefile regressionGravatar Vincenzo Frascino 1-1/+1
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+0
2019-06-22arm64: vdso: Enable vDSO compat supportGravatar Vincenzo Frascino 1-2/+21
2019-06-12arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSGravatar Nathan Chancellor 1-1/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGGravatar Masahiro Yamada 1-2/+0
2019-06-06arm64: Silence gcc warnings about arch ABI driftGravatar Dave Martin 1-0/+1
2018-12-28kasan, arm64: adjust shadow size for tag-based modeGravatar Andrey Konovalov 1-1/+10
2018-12-12arm64: enable per-task stack canariesGravatar Ard Biesheuvel 1-0/+10
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsGravatar Ard Biesheuvel 1-1/+1
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+2
2018-11-02arm64: makefile fix build of .i file in external module caseGravatar Victor Kamensky 1-0/+2
2018-10-02kbuild: consolidate Devicetree dtb build rulesGravatar Rob Herring 1-16/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-2/+2
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+5
2018-07-23arm64: build with baremetal linker target instead of Linux when availableGravatar Olof Johansson 1-4/+5
2018-07-10Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Gravatar Laura Abbott 1-2/+4
2018-07-05arm64: remove no-op -p linker flagGravatar Greg Hackmann 1-1/+1
2018-07-04arm64: add endianness option to LDFLAGS instead of LDGravatar Masahiro Yamada 1-4/+2
2018-07-04arm64: Use aarch64elf and aarch64elfb emulation mode variantsGravatar Paul Kocialkowski 1-2/+2
2018-06-08arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigGravatar Masahiro Yamada 1-6/+0
2018-06-01kbuild: add machine size to CHECKFLAGSGravatar Luc Van Oostenryck 1-1/+1
2018-04-24arm64: support __int128 with clangGravatar Jason A. Donenfeld 1-0/+4
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Gravatar Ard Biesheuvel 1-5/+0