summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/head.S
AgeCommit message (Expand)Author
9 daysarm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2HArd Biesheuvel
9 daysarm64/head: Drop unnecessary pre-disable-MMU workaroundArd Biesheuvel
2024-04-01arm64: Fix early handling of FEAT_E2H0 not being implementedMarc Zyngier
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel
2024-02-16arm64: head: move memstart_offset_seed handling to C codeArd Biesheuvel
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel
2024-02-16arm64: head: Run feature override detection before mapping the kernelArd Biesheuvel
2024-02-16arm64: head: Clear BSS and the kernel page tables in one goArd Biesheuvel
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel
2024-02-08arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negativeMarc Zyngier
2023-12-12arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel
2023-07-27arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASKAnshuman Khandual
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-06-15KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1Marc Zyngier
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly
2023-04-26arm64: Fix label placement in record_mmu_state()Neeraj Upadhyay
2023-02-20arm64: fix .idmap.text assertion for large kernelsMark Rutland
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel
2023-01-24arm64: head: Clean the ID map and the HYP text to the PoC if neededArd Biesheuvel
2023-01-24arm64: head: avoid cache invalidation when entering with the MMU onArd Biesheuvel
2023-01-24arm64: head: record the MMU state at primary entryArd Biesheuvel
2023-01-24arm64: kernel: move identity map out of .text mappingArd Biesheuvel
2023-01-24arm64: head: Move all finalise_el2 calls to after __enable_mmuArd Biesheuvel
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARangeMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown
2022-09-01arm64: head: Ignore bogus KASLR displacement on non-relocatable kernelsArd Biesheuvel
2022-07-20arm64: fix KASAN_INLINEMark Rutland
2022-07-01arm64: Allow sticky E2H when entering EL1Marc Zyngier
2022-07-01arm64: Save state of HCR_EL2.E2H before switch to EL1Marc Zyngier
2022-07-01arm64: Rename the VHE switch to "finalise_el2"Marc Zyngier
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel
2022-06-29arm64: head: remove __PHYS_OFFSETMark Rutland
2022-06-24arm64: setup: drop early FDT pointer helpersArd Biesheuvel
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel
2022-06-24arm64: head: populate kernel page tables with MMU and caches onArd Biesheuvel
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel
2022-06-24arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel