summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+1
|\
| * kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
* | Merge branch 'for-next/atomics' into for-next/coreWill Deacon2019-08-301-1/+8
|\ \
| * | arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon2019-08-301-1/+8
| |/
| |
| \
| \
| \
*---. \ Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-8/+0
|\ \ \ \ | | | |/ | | |/|
| * | | arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper2019-08-091-8/+0
| * | | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-1/+1
| |/ /
* / / arm64: add arch/arm64/KbuildMasahiro Yamada2019-08-211-5/+1
|/ /
* / arm64: vdso: Fix Makefile regressionVincenzo Frascino2019-07-311-1/+1
|/
* Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-121-2/+0
|\
| * kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0
* | arm64: vdso: Enable vDSO compat supportVincenzo Frascino2019-06-221-2/+21
* | arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor2019-06-121-1/+1
|/
* arm64: Silence gcc warnings about arch ABI driftDave Martin2019-06-061-0/+1
* kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2018-12-281-1/+10
* arm64: enable per-task stack canariesArd Biesheuvel2018-12-121-0/+10
* arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel2018-12-041-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-11-031-0/+2
|\
| * arm64: makefile fix build of .i file in external module caseVictor Kamensky2018-11-021-0/+2
* | kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-16/+1
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-4/+5
|\
| * arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-231-4/+5
* | Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott2018-07-101-2/+4
* | arm64: remove no-op -p linker flagGreg Hackmann2018-07-051-1/+1
* | arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada2018-07-041-4/+2
* | arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski2018-07-041-2/+2
|/
* arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-06-081-6/+0
* kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
* arm64: support __int128 with clangJason A. Donenfeld2018-04-241-0/+4
* arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-091-5/+0
* kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-03-061-4/+6
* arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-011-3/+0
* arm64: support __int128 on gcc 5+Jason A. Donenfeld2017-11-031-0/+2
* arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers2017-10-301-2/+6
* arm64: ensure the kernel is compiled for LP64Andrew Pinski2017-09-181-0/+5
* arm64: pass endianness info to sparseLuc Van Oostenryck2017-06-261-0/+2
* arm64: pass machine size to sparseLuc Van Oostenryck2017-06-201-1/+1
* arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel2017-06-071-0/+3
* Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-3/+3
|\
| * arm64: Use full path in KBUILD_IMAGE definitionMichal Marek2017-03-201-3/+3
* | arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier2017-04-121-1/+3
|/
* arm64: Add detection code for broken .inst support in binutilsMarc Zyngier2016-12-061-2/+8
* arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel2016-10-201-1/+1
* arm64: Set UTS_MACHINE in the MakefileMichal Marek2016-08-311-0/+2
* arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabledWill Deacon2016-08-261-0/+8
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-061-1/+1
|\
| * arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel2016-07-291-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-1/+10
|\|
| * arm64: localise Image objcopy flagsMark Rutland2016-07-191-1/+0