summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/head.S
AgeCommit message (Expand)AuthorFilesLines
2023-07-27arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASKAnshuman Khandual1-2/+2
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2023-06-15KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1Marc Zyngier1-0/+2
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly1-4/+4
2023-04-26arm64: Fix label placement in record_mmu_state()Neeraj Upadhyay1-2/+2
2023-02-20arm64: fix .idmap.text assertion for large kernelsMark Rutland1-5/+7
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas1-21/+91
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel1-1/+22
2023-01-24arm64: head: Clean the ID map and the HYP text to the PoC if neededArd Biesheuvel1-4/+27
2023-01-24arm64: head: avoid cache invalidation when entering with the MMU onArd Biesheuvel1-2/+3
2023-01-24arm64: head: record the MMU state at primary entryArd Biesheuvel1-0/+20
2023-01-24arm64: kernel: move identity map out of .text mappingArd Biesheuvel1-13/+15
2023-01-24arm64: head: Move all finalise_el2 calls to after __enable_mmuArd Biesheuvel1-1/+4
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel1-1/+1
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel1-0/+3
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+5
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARangeMark Brown1-2/+2
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown1-2/+2
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-3/+3
2022-09-01arm64: head: Ignore bogus KASLR displacement on non-relocatable kernelsArd Biesheuvel1-0/+2
2022-07-20arm64: fix KASAN_INLINEMark Rutland1-2/+3
2022-07-01arm64: Allow sticky E2H when entering EL1Marc Zyngier1-24/+10
2022-07-01arm64: Save state of HCR_EL2.E2H before switch to EL1Marc Zyngier1-2/+5
2022-07-01arm64: Rename the VHE switch to "finalise_el2"Marc Zyngier1-3/+3
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel1-0/+18
2022-06-29arm64: head: remove __PHYS_OFFSETMark Rutland1-8/+3
2022-06-24arm64: setup: drop early FDT pointer helpersArd Biesheuvel1-2/+0
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel1-52/+21
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel1-37/+13
2022-06-24arm64: head: populate kernel page tables with MMU and caches onArd Biesheuvel1-46/+16
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel1-4/+1
2022-06-24arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel1-0/+1
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel1-1/+13
2022-06-24arm64: head: use relative references to the RELA and RELR tablesArd Biesheuvel1-9/+4
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel1-10/+21
2022-06-24arm64: head: add helper function to remap regions in early page tablesArd Biesheuvel1-0/+33
2022-06-24arm64: head: pass ID map root table address to __enable_mmu()Ard Biesheuvel1-6/+8
2022-06-24arm64: head: split off idmap creation codeArd Biesheuvel1-49/+52
2022-06-24arm64: head: switch to map_memory macro for the extended ID mapArd Biesheuvel1-39/+37
2022-06-24arm64: head: simplify page table mapping macros (slightly)Ard Biesheuvel1-33/+22
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel1-4/+3
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel1-12/+1
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel1-14/+1
2022-06-24arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel1-7/+0
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel1-1/+1
2021-08-24arm64: head: avoid over-mapping in map_memoryMark Rutland1-5/+6
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon1-3/+2
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon1-8/+5
2021-06-15arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng1-1/+1
2021-06-15arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng1-1/+0