summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/head.S
AgeCommit message (Expand)Author
2019-03-23arm64: Relax GIC version check during early bootVladimir Murzin
2019-01-23arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland
2018-04-08arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2017-10-05arm64: Make sure SPsel is always setMarc Zyngier
2016-10-17arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier
2016-09-02arm64: head.S: document the use of callee saved registersArd Biesheuvel
2016-09-02arm64: head.S: use ordinary stack frame for __primary_switched()Ard Biesheuvel
2016-09-02arm64: kernel: drop use of x24 from primary boot pathArd Biesheuvel
2016-09-02arm64: kernel: use x30 for __enable_mmu return addressArd Biesheuvel
2016-09-02arm64: head.S: move KASLR processing out of __enable_mmu()Ard Biesheuvel
2016-09-02arm64: kernel: use ordinary return/argument register for el2_setup()Ard Biesheuvel
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse
2016-08-22arm64: head.S: get rid of x25 and x26 with 'global' scopeArd Biesheuvel
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-04-28arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel
2016-04-26arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid itArd Biesheuvel
2016-04-26arm64: kernel: replace early 64-bit literal loads with move-immediatesArd Biesheuvel
2016-04-26arm64: kernel: perform relocation processing from ID mapArd Biesheuvel
2016-04-26arm64: kernel: use literal for relocated address of __secondary_switchedArd Biesheuvel
2016-04-26arm64: kernel: don't export local symbols from head.SArd Biesheuvel
2016-04-21arm64: Fix EL1/EL2 early init inconsistencies with VHEDave Martin
2016-04-18arm64: fix invalidation of wrong __early_cpu_boot_status cachelineArd Biesheuvel
2016-04-14arm64: move early boot code to the .init segmentArd Biesheuvel
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-24arm64: kaslr: use callee saved register to preserve SCTLR across C callArd Biesheuvel
2016-03-21arm64: fix KASLR boot-time I-cache maintenanceMark Rutland
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-02-29arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland
2016-01-25arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi
2016-01-06arm64: head.S: use memset to clear BSSMark Rutland
2015-12-08arm64: Store struct thread_info in sp_el0Jungseok Lee
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-19arm64: Check for selected granule supportSuzuki K. Poulose
2015-10-19arm64: Handle 4 level page table for swapperSuzuki K. Poulose
2015-10-19arm64: Move swapper pagetable definitionsSuzuki K. Poulose
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-10-12arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel
2015-10-09arm64: el2_setup: Make sure ICC_SRE_EL2.SRE sticks before using GICv3 sysregsMarc Zyngier
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon