aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
AgeCommit message (Expand)Author
2020-11-05arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers
2019-12-01arm64: makefile fix build of .i file in external module caseVictor Kamensky
2019-07-03arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor
2019-06-25arm64: Silence gcc warnings about arch ABI driftDave Martin
2019-01-13arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel
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
2018-06-08arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck
2018-04-24arm64: support __int128 with clangJason A. Donenfeld
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel
2018-03-06kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld
2017-10-30arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers
2017-09-18arm64: ensure the kernel is compiled for LP64Andrew Pinski
2017-06-26arm64: pass endianness info to sparseLuc Van Oostenryck
2017-06-20arm64: pass machine size to sparseLuc Van Oostenryck
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-12arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier
2017-03-20arm64: Use full path in KBUILD_IMAGE definitionMichal Marek
2016-12-06arm64: Add detection code for broken .inst support in binutilsMarc Zyngier
2016-10-20arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek
2016-08-26arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabledWill Deacon
2016-08-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-19arm64: localise Image objcopy flagsMark Rutland
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky
2016-06-21arm64: fix boot image dependencies to not generate invalid imagesMasahiro Yamada
2016-06-03arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabledMark Rutland
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2016-02-19arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada
2016-01-26arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier
2016-01-26Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modulesWilliam Cohen
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-10-12arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: enable more compressed Image formatsOlof Johansson