| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -3/+15 |
| 2025-05-16 | arm64/boot: Disallow BSS exports to startup code |  Ard Biesheuvel | 1 | -0/+2 |
| 2025-05-16 | arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespace |  Ard Biesheuvel | 1 | -4/+4 |
| 2025-05-06 | KVM: arm64: Add .hyp.data section |  David Brazdil | 1 | -3/+15 |
| 2025-02-07 | arm64: Handle .ARM.attributes section in linker scripts |  Nathan Chancellor | 1 | -0/+1 |
| 2024-11-07 | arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG |  Masahiro Yamada | 1 | -3/+3 |
| 2024-08-19 | runtime constants: move list of constants to vmlinux.lds.h |  Jann Horn | 1 | -2/+1 |
| 2024-07-09 | arm64: add 'runtime constant' support |  Linus Torvalds | 1 | -0/+3 |
| 2024-02-16 | arm64: head: Move early kernel mapping routines into C code |  Ard Biesheuvel | 1 | -2/+2 |
| 2024-02-16 | arm64: head: Run feature override detection before mapping the kernel |  Ard Biesheuvel | 1 | -3/+1 |
| 2024-02-16 | arm64: head: Clear BSS and the kernel page tables in one go |  Ard Biesheuvel | 1 | -0/+3 |
| 2024-02-16 | arm64: head: move relocation handling to C code |  Ard Biesheuvel | 1 | -4/+8 |
| 2023-05-02 | arm64: lds: move .got section out of .text |  Fangrui Song | 1 | -10/+9 |
| 2023-02-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -1/+7 |
| 2023-02-10 | Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-next/misc', 'for-next/sme2', 'for-next/tpidr2', 'for-next/scs', 'for-next/compat-hwcap', 'for-next/ftrace', 'for-next/efi-boot-mmu-on', 'for-next/ptrauth' and 'for-next/pseudo-nmi', remote-tracking branch 'arm64/for-next... |  Catalin Marinas | 1 | -1/+7 |
| 2023-01-27 | arm64: avoid executing padding bytes during kexec / hibernation |  Mark Rutland | 1 | -0/+6 |
| 2023-01-24 | arm64: kernel: move identity map out of .text mapping |  Ard Biesheuvel | 1 | -1/+1 |
| 2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr |  Peter Zijlstra | 1 | -1/+0 |
| 2022-11-09 | arm64: unwind: add asynchronous unwind tables to kernel and modules |  Ard Biesheuvel | 1 | -0/+13 |
| 2022-07-25 | Merge branch 'for-next/boot' into for-next/core |  Will Deacon | 1 | -10/+9 |
| 2022-06-24 | arm64: head: use relative references to the RELA and RELR tables |  Ard Biesheuvel | 1 | -8/+4 |
| 2022-06-24 | arm64: head: cover entire kernel image in initial ID map |  Ard Biesheuvel | 1 | -2/+5 |
| 2022-06-24 | arm64: entry: simplify trampoline data page |  Ard Biesheuvel | 1 | -1/+2 |
| 2022-05-17 | arm64: lds: move special code sections out of kernel exec segment |  Ard Biesheuvel | 1 | -9/+12 |
| 2022-02-15 | arm64: entry: Allow the trampoline text to occupy multiple pages |  James Morse | 1 | -1/+1 |
| 2021-10-29 | Merge branch 'for-next/kexec' into for-next/core |  Will Deacon | 1 | -0/+19 |
| 2021-10-21 | arm64: vmlinux.lds.S: remove `.fixup` section |  Mark Rutland | 1 | -1/+0 |
| 2021-10-21 | arm64: extable: add `type` and `data` fields |  Mark Rutland | 1 | -1/+1 |
| 2021-10-01 | arm64: kexec: use ld script for relocation function |  Pasha Tatashin | 1 | -0/+19 |
| 2021-08-04 | arm64: Move .hyp.rodata outside of the _sdata.._edata range |  Marc Zyngier | 1 | -2/+2 |
| 2021-03-19 | KVM: arm64: Page-align the .hyp sections |  Quentin Perret | 1 | -13/+9 |
| 2021-03-19 | KVM: arm64: Introduce a BSS section for use at Hyp |  Quentin Perret | 1 | -18/+34 |
| 2021-02-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -3/+15 |
| 2021-02-03 | arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offset |  Joey Gouly | 1 | -0/+5 |
| 2021-02-03 | arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offset |  Joey Gouly | 1 | -0/+3 |
| 2021-01-23 | KVM: arm64: Generate hyp relocation data |  David Brazdil | 1 | -0/+11 |
| 2021-01-23 | KVM: arm64: Set up .hyp.rodata ELF section |  David Brazdil | 1 | -3/+4 |
| 2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+10 |
| 2020-12-09 | Merge branch 'for-next/misc' into for-next/core |  Catalin Marinas | 1 | -6/+4 |
| 2020-12-09 | Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lto', 'for-next/mem-hotplug', 'for-next/cppc-ffh', 'for-next/pad-image-header', 'for-next/zone-dma-default-32-bit', 'for-next/signal-tag-bits' and 'for-next/cmdline-extended' into for-next/core |  Catalin Marinas | 1 | -8/+28 |
| 2020-12-04 | KVM: arm64: Add .hyp.data..ro_after_init ELF section |  David Brazdil | 1 | -0/+10 |
| 2020-11-27 | arm64: vmlinux.lds.S: Drop redundant *.init.rodata.* |  Youling Tang | 1 | -1/+1 |
| 2020-11-17 | arm64: omit [_text, _stext) from permanent kernel mapping |  Ard Biesheuvel | 1 | -1/+1 |
| 2020-11-10 | arm64: consistently use reserved_pg_dir |  Mark Rutland | 1 | -5/+3 |
| 2020-11-09 | arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y |  Will Deacon | 1 | -1/+1 |
| 2020-10-28 | arm64: vmlinux.lds: account for spurious empty .igot.plt sections |  Ard Biesheuvel | 1 | -1/+1 |
| 2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+13 |
| 2020-10-12 | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -4/+24 |
| 2020-09-30 | kvm: arm64: Set up hyp percpu data for nVHE |  David Brazdil | 1 | -0/+8 |
| 2020-09-30 | kvm: arm64: Only define __kvm_ex_table for CONFIG_KVM |  David Brazdil | 1 | -0/+4 |