aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-1/+1
2020-12-22arm64: enable armv8.5-a asm-arch optionVincenzo Frascino1-0/+5
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-4/+0
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2020-10-20arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers1-2/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-4/+0
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel1-6/+0
2020-09-03arm64/build: Warn on orphan section placementKees Cook1-0/+4
2020-09-01arm64/build: Remove .eh_frame* sections due to unwind tablesKees Cook1-1/+4
2020-08-28arm64: vdso32: make vdso32 install conditionalFrank van der Linden1-1/+2
2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen1-3/+8
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd1-0/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+7
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds1-1/+1
2020-07-15arm64: enable tlbi range instructionsZhenyu Ye1-0/+7
2020-07-09efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada1-1/+1
2020-06-15arm64: remove TEXT_OFFSET randomizationArd Biesheuvel1-6/+0
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon1-0/+4
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-0/+7
2020-05-15arm64: Reserve register x18 from general allocation with SCSSami Tolvanen1-0/+4
2020-05-12kbuild: remove unused AS assignmentMasahiro Yamada1-2/+0
2020-05-07arm64: bti: Support building kernel C code using BTIMark Brown1-0/+4
2020-05-07arm64: Document why we enable PAC support for leaf functionsMark Brown1-0/+3
2020-04-28arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyArd Biesheuvel1-1/+1
2020-04-28arm64: drop GZFLAGS definition and exportArd Biesheuvel1-2/+1
2020-04-01arm64: Always force a branch protection mode when the compiler has oneMark Brown1-1/+6
2020-03-18arm64: compile the kernel with ptrauth return address signingKristina Martsenko1-0/+11
2020-01-15arm64: Turn "broken gas inst" into real config optionVladimir Murzin1-7/+3
2020-01-15arm64: Move the LSE gas support detection to KconfigCatalin Marinas1-7/+4
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