summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
...
| * arm64: kernel: don't export local symbols from head.SArd Biesheuvel2016-04-261-3/+3
| * arm64: move early boot code to the .init segmentArd Biesheuvel2016-04-141-17/+15
* | arm64: Fix EL1/EL2 early init inconsistencies with VHEDave Martin2016-04-211-0/+10
* | arm64: fix invalidation of wrong __early_cpu_boot_status cachelineArd Biesheuvel2016-04-181-1/+2
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-241-4/+5
|\
| * arm64: kaslr: use callee saved register to preserve SCTLR across C callArd Biesheuvel2016-03-241-2/+2
| * arm64: fix KASLR boot-time I-cache maintenanceMark Rutland2016-03-211-2/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-22/+145
|\ \ | |/
| * arm64: Handle early CPU boot failuresSuzuki K Poulose2016-02-251-2/+32
| * arm64: add support for kernel ASLRArd Biesheuvel2016-02-241-8/+51
| * arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-02-241-0/+32
| * arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2016-02-241-13/+26
| * arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2016-02-241-3/+3
| * arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-181-1/+5
| * arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel2016-02-181-1/+1
| * arm64: mm: place empty_zero_page in bssMark Rutland2016-02-161-0/+1
* | arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier2016-02-291-1/+27
|/
* arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2016-01-251-0/+5
* arm64: head.S: use memset to clear BSSMark Rutland2016-01-061-8/+7
* arm64: Store struct thread_info in sp_el0Jungseok Lee2015-12-081-0/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-39/+37
|\
| * arm64: Check for selected granule supportSuzuki K. Poulose2015-10-191-2/+15
| * arm64: Handle 4 level page table for swapperSuzuki K. Poulose2015-10-191-1/+4
| * arm64: Move swapper pagetable definitionsSuzuki K. Poulose2015-10-191-29/+8
| * arm64: add KASAN supportAndrey Ryabinin2015-10-121-0/+3
| * arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2015-10-121-7/+7
* | arm64: el2_setup: Make sure ICC_SRE_EL2.SRE sticks before using GICv3 sysregsMarc Zyngier2015-10-091-0/+2
|/
* arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
* arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon2015-08-051-0/+8
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-7/+0
* arm64: reduce ID map to a single pageArd Biesheuvel2015-06-021-6/+7
* arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-021-38/+1
* arm64: head.S: ensure idmap_t0sz is visibleMark Rutland2015-03-241-1/+4
* arm64: head.S: ensure visibility of page tablesMark Rutland2015-03-241-0/+1
* arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-231-0/+37
* arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocolArd Biesheuvel2015-03-191-1/+18
* arm64: remove __calc_phys_offsetArd Biesheuvel2015-03-191-36/+11
* arm64: merge __enable_mmu and __turn_mmu_onArd Biesheuvel2015-03-191-26/+7
* arm64: use PC-relative reference for secondary_holding_pen_releaseArd Biesheuvel2015-03-191-8/+1
* arm64: remove __switch_data object from head.SArd Biesheuvel2015-03-191-21/+8
* arm64: remove processor_idArd Biesheuvel2015-03-191-6/+1
* arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-191-71/+5
* arm64: fix hyp mode mismatch detectionMark Rutland2015-03-171-1/+1
* arm64: put __boot_cpu_mode label after alignment instead of beforeArd Biesheuvel2015-03-141-1/+1
* arm64: Move some head.text functions to executable sectionLaura Abbott2014-11-261-198/+209
* arm64: Switch to adrp for loading the stub vectorsLaura Abbott2014-11-251-1/+2
* arm64/efi: set PE/COFF file alignment to 512 bytesArd Biesheuvel2014-11-051-1/+1
* arm64/efi: set PE/COFF section alignment to 4 KBArd Biesheuvel2014-11-051-2/+10
* arm64/efi: efistub: jump to 'stext' directly, not through the headerArd Biesheuvel2014-11-051-4/+6
* arm64/efi: efistub: cover entire static mem footprint in PE/COFF .textArd Biesheuvel2014-09-081-3/+3
OpenPOWER on IntegriCloud