aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-12-14arm64/xor: use EOR3 instructions when availableGravatar Ard Biesheuvel 1-0/+5
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 1-7/+0
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+5
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreGravatar Catalin Marinas 1-9/+12
2021-08-11arm64: clean vdso & vdso32 filesGravatar Andrew Delgadillo 1-0/+2
2021-08-03arm64: move the (z)install rules to arch/arm64/MakefileGravatar Masahiro Yamada 1-2/+5
2021-08-03arm64: move warning about toolchains to archprepareGravatar Masahiro Yamada 1-9/+12
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionGravatar Daniel Kiss 1-1/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildGravatar Masahiro Yamada 1-1/+0
2021-05-10arm64: Generate cpucaps.hGravatar Mark Brown 1-0/+3
2021-04-25arm64: move --fix-cortex-a53-843419 linker test to KconfigGravatar Masahiro Yamada 1-1/+1
2021-01-20arm64: do not descend to vdso directories twiceGravatar Masahiro Yamada 1-4/+6
2021-01-05arm64: link with -z norelro for LLD or aarch64-elfGravatar Nick Desaulniers 1-3/+7
2020-12-22kasan, arm64: expand CONFIG_KASAN checksGravatar Andrey Konovalov 1-1/+1
2020-12-22arm64: enable armv8.5-a asm-arch optionGravatar Vincenzo Frascino 1-0/+5
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigGravatar Nathan Chancellor 1-4/+0
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-4/+0
2020-10-20arm64: link with -z norelro regardless of CONFIG_RELOCATABLEGravatar Nick Desaulniers 1-2/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+8
2020-09-25kbuild: preprocess module linker scriptGravatar Masahiro Yamada 1-4/+0
2020-09-07arm64: get rid of TEXT_OFFSETGravatar Ard Biesheuvel 1-6/+0
2020-09-03arm64/build: Warn on orphan section placementGravatar Kees Cook 1-0/+4
2020-09-01arm64/build: Remove .eh_frame* sections due to unwind tablesGravatar Kees Cook 1-1/+4
2020-08-28arm64: vdso32: make vdso32 install conditionalGravatar Frank van der Linden 1-1/+2
2020-08-28arm64: use a common .arch preamble for inline assemblyGravatar Sami Tolvanen 1-3/+8
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installGravatar Stephen Boyd 1-0/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+7
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-15arm64: enable tlbi range instructionsGravatar Zhenyu Ye 1-0/+7
2020-07-09efi/libstub/arm64: link stub lib.a conditionallyGravatar Masahiro Yamada 1-1/+1
2020-06-15arm64: remove TEXT_OFFSET randomizationGravatar Ard Biesheuvel 1-6/+0
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+0
2020-05-28Merge branch 'for-next/scs' into for-next/coreGravatar Will Deacon 1-0/+4
2020-05-28Merge branch 'for-next/bti' into for-next/coreGravatar Will Deacon 1-0/+7
2020-05-15arm64: Reserve register x18 from general allocation with SCSGravatar Sami Tolvanen 1-0/+4
2020-05-12kbuild: remove unused AS assignmentGravatar Masahiro Yamada 1-2/+0
2020-05-07arm64: bti: Support building kernel C code using BTIGravatar Mark Brown 1-0/+4
2020-05-07arm64: Document why we enable PAC support for leaf functionsGravatar Mark Brown 1-0/+3
2020-04-28arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyGravatar Ard Biesheuvel 1-1/+1
2020-04-28arm64: drop GZFLAGS definition and exportGravatar Ard Biesheuvel 1-2/+1
2020-04-01arm64: Always force a branch protection mode when the compiler has oneGravatar Mark Brown 1-1/+6
2020-03-18arm64: compile the kernel with ptrauth return address signingGravatar Kristina Martsenko 1-0/+11
2020-01-15arm64: Turn "broken gas inst" into real config optionGravatar Vladimir Murzin 1-7/+3
2020-01-15arm64: Move the LSE gas support detection to KconfigGravatar Catalin Marinas 1-7/+4
2019-11-06arm64: implement ftrace with regsGravatar Torsten Duwe 1-0/+5
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionGravatar Will Deacon 1-5/+0
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileGravatar Will Deacon 1-7/+0
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGGravatar Will Deacon 1-0/+4