aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov1-1/+10
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel1-0/+10
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel1-1/+1
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2018-11-02arm64: makefile fix build of .i file in external module caseVictor Kamensky1-0/+2
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring1-16/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+5
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson1-4/+5
2018-07-10Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott1-2/+4
2018-07-05arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2018-07-04arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada1-4/+2
2018-07-04arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski1-2/+2
2018-06-08arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada1-6/+0
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck1-1/+1
2018-04-24arm64: support __int128 with clangJason A. Donenfeld1-0/+4
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel1-5/+0
2018-03-06kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-4/+6
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel1-3/+0
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld1-0/+2
2017-10-30arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27Nick Desaulniers1-2/+6
2017-09-18arm64: ensure the kernel is compiled for LP64Andrew Pinski1-0/+5
2017-06-26arm64: pass endianness info to sparseLuc Van Oostenryck1-0/+2
2017-06-20arm64: pass machine size to sparseLuc Van Oostenryck1-1/+1
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel1-0/+3
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+3
2017-04-12arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier1-1/+3
2017-03-20arm64: Use full path in KBUILD_IMAGE definitionMichal Marek1-3/+3
2016-12-06arm64: Add detection code for broken .inst support in binutilsMarc Zyngier1-2/+8
2016-10-20arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel1-1/+1
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek1-0/+2
2016-08-26arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabledWill Deacon1-0/+8
2016-08-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel1-1/+1
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+10
2016-07-19arm64: localise Image objcopy flagsMark Rutland1-1/+0
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky1-0/+10
2016-06-21arm64: fix boot image dependencies to not generate invalid imagesMasahiro Yamada1-1/+1
2016-06-03arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabledMark Rutland1-1/+3
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+9
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel1-0/+4
2016-02-24arm64: add support for module PLTsArd Biesheuvel1-1/+5
2016-02-19arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada1-1/+1
2016-01-26arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier1-0/+1
2016-01-26Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modulesWilliam Cohen1-0/+1
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+7
2015-10-12arm64: add KASAN supportAndrey Ryabinin1-0/+7
2015-10-12arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon1-1/+1
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon1-0/+4
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon1-1/+12