summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
Commit message (Expand)AuthorAgeFilesLines
* arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky2024-01-301-1/+1
* arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbgMasahiro Yamada2023-12-051-1/+1
* arm64: add dependency between vmlinuz.efi and ImageMasahiro Yamada2023-11-231-1/+1
* kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-6/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-211-40/+30
|\
| *-. Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-101-40/+30
| |\ \
| | | * arm64: pauth: don't sign leaf functionsMark Rutland2023-01-311-20/+8
| | | * arm64: unify asm-arch manipulationMark Rutland2023-01-311-19/+18
| | |/ | |/|
| | * arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-241-1/+4
| |/
* / arm64: configs: Add virtconfigMark Brown2023-02-131-0/+6
|/
* Merge branch 'for-next/ftrace' into for-next/coreWill Deacon2022-12-061-1/+1
|\
| * ftrace: arm64: move from REGS to ARGSMark Rutland2022-11-181-1/+1
* | arm64: implement dynamic shadow call stack for ClangArd Biesheuvel2022-11-091-2/+8
* | arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel2022-11-091-0/+5
|/
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-3/+0
|\
| * kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-3/+0
* | arm64: efi: enable generic EFI compressed bootArd Biesheuvel2022-09-201-2/+7
|/
* kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-4/+2
* arm64/xor: use EOR3 instructions when availableArd Biesheuvel2021-12-141-0/+5
* kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-7/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-011-2/+5
|\
| * Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-311-9/+12
| |\
| * | arm64: move the (z)install rules to arch/arm64/MakefileMasahiro Yamada2021-08-031-2/+5
* | | arm64: clean vdso & vdso32 filesAndrew Delgadillo2021-08-111-0/+2
| |/ |/|
* | arm64: move warning about toolchains to archprepareMasahiro Yamada2021-08-031-9/+12
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
* | arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss2021-06-151-1/+1
|/
* arm64: Generate cpucaps.hMark Brown2021-05-101-0/+3
* arm64: move --fix-cortex-a53-843419 linker test to KconfigMasahiro Yamada2021-04-251-1/+1
* arm64: do not descend to vdso directories twiceMasahiro Yamada2021-01-201-4/+6
* arm64: link with -z norelro for LLD or aarch64-elfNick Desaulniers2021-01-051-3/+7
* kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-221-1/+1
* arm64: enable armv8.5-a asm-arch optionVincenzo Frascino2020-12-221-0/+5
* kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-4/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-231-2/+2
|\
| * arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers2020-10-201-2/+2
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-4/+0
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-4/+0
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-1/+8
|\ \ \ | |_|/ |/| |
| * | arm64/build: Warn on orphan section placementKees Cook2020-09-031-0/+4
| * | arm64/build: Remove .eh_frame* sections due to unwind tablesKees Cook2020-09-011-1/+4
* | | arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-071-6/+0
* | | arm64: vdso32: make vdso32 install conditionalFrank van der Linden2020-08-281-1/+2
* | | arm64: use a common .arch preamble for inline assemblySami Tolvanen2020-08-281-3/+8
| |/ |/|
* | ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd2020-08-211-0/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-0/+7
|\
| * arm64: enable tlbi range instructionsZhenyu Ye2020-07-151-0/+7
* | Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-251-1/+1
|\ \ | |/ |/|
| * efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada2020-07-091-1/+1