summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-0/+6
|\
| * arm64: scs: Use 'scs_sp' register alias for x18Will Deacon2020-05-181-1/+1
| * arm64: Implement Shadow Call StackSami Tolvanen2020-05-151-0/+6
| |
| \
*-. \ Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-281-15/+28
|\ \ \ | |_|/ |/| |
| | * arm64: simplify ptrauth initializationMark Rutland2020-04-281-2/+10
| |/ |/|
| * arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan2020-04-281-3/+9
| * arm64: rename stext to primary_entryArd Biesheuvel2020-04-281-10/+9
|/
* Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-251-0/+2
|\
| * arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap2020-03-181-0/+2
* | Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas2020-03-251-5/+7
|\ \
| * | arm64: move kimage_vaddr to .rodataRemi Denis-Courmont2020-03-241-5/+7
* | | Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas2020-03-251-36/+39
|\ \ \
| * | | arm64: head: Convert install_el2_stub to SYM_INNER_LABELMark Brown2020-03-251-1/+1
| |/ /
| * | arm64: kernel: Convert to modern annotations for assembly dataMark Brown2020-03-091-3/+6
| * | arm64: head: Annotate stext and preserve_boot_args as codeMark Brown2020-03-091-4/+4
| * | arm64: head.S: Convert to modern annotations for assembly functionsMark Brown2020-03-091-28/+28
| |/
* / arm64: remove gratuitious/stray .ltorg stanzasRemi Denis-Courmont2020-03-041-1/+0
|/
*---. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-6/+14
|\ \ \
| | | * arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon2019-08-271-0/+8
| | |/
| * | arm64: mm: Remove vabits_userSteve Capper2019-08-091-6/+1
| * | arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-091-2/+2
| * | arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2019-08-091-1/+1
| * | arm64: mm: Introduce vabits_actualSteve Capper2019-08-091-0/+5
| * | arm64: mm: Introduce VA_BITS_MINSteve Capper2019-08-091-1/+1
| |/
* / arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne2019-08-051-6/+90
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: Fix size of __early_cpu_boot_statusArun KS2019-05-011-1/+1
* arm64: Use defines instead of magic numbersAlexandru Elisei2019-04-051-5/+5
* arm64: Relax GIC version check during early bootVladimir Murzin2019-02-201-2/+1
* arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon2019-01-101-0/+1
* arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2018-12-131-3/+2
* Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-101-1/+2
|\
| * arm64: add image head flag definitionsAKASHI Takahiro2018-12-061-1/+2
* | arm64: smp: Rework early feature mismatched detectionWill Deacon2018-12-101-8/+4
* | arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-101-2/+2
* | arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-0/+13
* | arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2018-12-101-0/+26
* | arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper2018-12-101-0/+1
|/
* arm64/mm: move runtime pgds to rodataJun Yao2018-09-251-5/+7
* arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2018-09-251-5/+5
* arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()Jun Yao2018-09-251-9/+11
* arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-261-0/+7
* arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-061-1/+1
* arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon2018-02-061-22/+2
* arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2018-02-061-2/+2
* arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2018-02-061-0/+1
* arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2018-01-161-10/+3
* arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-141-38/+106