summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* 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/+11Star
* arm64: merge __enable_mmu and __turn_mmu_onArd Biesheuvel2015-03-191-26/+7Star
* arm64: use PC-relative reference for secondary_holding_pen_releaseArd Biesheuvel2015-03-191-8/+1Star
* arm64: remove __switch_data object from head.SArd Biesheuvel2015-03-191-21/+8Star
* arm64: remove processor_idArd Biesheuvel2015-03-191-6/+1Star
* arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-191-71/+5Star
* 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
* arm64: Remove unused variable in head.SGeoff Levand2014-08-261-4/+0Star
* arm64: align randomized TEXT_OFFSET on 4 kB boundaryArd Biesheuvel2014-08-191-4/+4
* arm64: gicv3: Allow GICv3 compilation with older binutilsCatalin Marinas2014-07-251-3/+3
* Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/linuxCatalin Marinas2014-07-251-0/+18
|\
| * irqchip: gic-v3: Initial support for GICv3Marc Zyngier2014-07-091-0/+18
* | arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas2014-07-231-2/+4
* | arm64: Clean up the initial page table creation in head.SCatalin Marinas2014-07-231-32/+27Star
* | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-1/+1
* | arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-8/+34
* | arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-231-7/+0Star
* | arm64: Enable TEXT_OFFSET fuzzingMark Rutland2014-07-101-2/+6
* | arm64: Update the Image headerMark Rutland2014-07-101-3/+3
* | arm64: place initial page tables above the kernelMark Rutland2014-07-101-20/+8Star
* | arm64: head.S: remove unnecessary function alignmentMark Rutland2014-07-101-1/+6
* | arm64: fix el2_setup check of CurrentELMarc Zyngier2014-07-041-2/+1Star
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-5/+3Star
|\
| * arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon2014-05-091-5/+3Star
* | arm64: efi: add EFI stubMark Salter2014-04-301-0/+112
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-081-2/+28
|\
| * arm64: Relax the kernel cache requirements for bootCatalin Marinas2014-04-051-2/+28
* | arm64: add early_ioremap supportMark Salter2014-04-081-6/+3Star
|/
* arm64: Extend the idmap to the whole kernel imageCatalin Marinas2014-02-261-12/+8Star
* arm64: Remove unused __data_loc variableGeoff Levand2013-12-201-10/+0Star
* arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi2013-12-061-1/+2
* arm64: big-endian: set correct endianess on kernel entryMatthew Leach2013-10-251-3/+14
* arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach2013-10-251-9/+25
* arm64: factor out spin-table boot methodMark Rutland2013-10-251-2/+10