summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/Makefile
AgeCommit message (Expand)AuthorLines
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2025-07-08arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=yMasahiro Yamada-1/+1
2025-07-04arm64: Unconditionally select CONFIG_JUMP_LABELMarc Zyngier-2/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2024-10-23arm64: Detect if in a realm and set RIPAS RAMSuzuki K Poulose-1/+2
2024-06-13arm64: cpuidle: Move ACPI specific code into drivers/acpi/arm64/Sudeep Holla-1/+0
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He-1/+1
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel-8/+0
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel-3/+1
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel-1/+2
2024-01-30arm64: scs: Disable LTO for SCS patching codeArd Biesheuvel-0/+6
2024-01-30arm64: Revert "scs: Work around full LTO issue with dynamic SCS"Ard Biesheuvel-7/+1
2024-01-12arm64: scs: Work around full LTO issue with dynamic SCSArd Biesheuvel-1/+7
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2023-06-09arm64: add hw_nmi_get_sample_period for preparation of lockup detectorLecopzer Chen-0/+1
2023-06-06arm64: module: mandate MODULE_PLTSMark Rutland-2/+1
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier-1/+0
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+1
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel-0/+2
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel-8/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-2/+2
2022-09-06arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel-0/+1
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon-1/+1
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel-1/+1
2022-06-23arm64: kasan: do not instrument stacktrace.cAndrey Konovalov-0/+5
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly-0/+4
2022-02-15arm64: mte: Dump the MTE tags in the core fileCatalin Marinas-0/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada-0/+3
2021-07-15arm64: entry: fix KCOV suppressionMark Rutland-1/+1
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon-2/+3
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland-1/+2
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland-0/+5
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry-1/+1
2021-05-27arm64: Move patching utilities out of instruction encoding/decodingJulien Thierry-1/+1
2021-04-08arm64: entry: Enable random_kstack_offset supportKees Cook-0/+5
2021-02-12Merge branch 'for-next/vdso' into for-next/coreWill Deacon-2/+3
2021-02-09arm64: cpufeature: Add an early command-line cpufeature override facilityMarc Zyngier-1/+1
2021-01-20arm64: do not descend to vdso directories twiceMasahiro Yamada-2/+3
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen-1/+0
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon-0/+1
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon-2/+1
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon-1/+1
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon-1/+1
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon-2/+1
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel-2/+0
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino-0/+1
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon-2/+0
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen-0/+1