aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06arm64: implement ftrace with regsTorsten Duwe1-0/+5
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon1-5/+0
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon1-7/+0
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon1-0/+4
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino1-13/+5
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon1-1/+8
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-8/+0
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon1-1/+8
2019-08-21arm64: add arch/arm64/KbuildMasahiro Yamada1-5/+1
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada1-1/+1
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper1-8/+0
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-1/+1
2019-07-31arm64: vdso: Fix Makefile regressionVincenzo Frascino1-1/+1
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2019-06-22arm64: vdso: Enable vDSO compat supportVincenzo Frascino1-2/+21
2019-06-12arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor1-1/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada1-2/+0
2019-06-06arm64: Silence gcc warnings about arch ABI driftDave Martin1-0/+1
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