summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: Expand arm64 image headerRoy Franz2013-08-221-0/+8
* arm64: head: match all affinity levels in the pen of the secondariesJavi Merino2013-03-201-1/+3
* arm64: Add simple earlyprintk supportCatalin Marinas2013-01-221-2/+10
* arm64: hyp: initialize vttbr_el2 to zeroMarc Zyngier2012-12-051-0/+3
* arm64: add hypervisor stubMarc Zyngier2012-12-051-0/+4
* arm64: record boot mode when entering the kernelMarc Zyngier2012-12-051-3/+22
* arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-051-0/+1
* arm64: Kernel booting and initialisationCatalin Marinas2012-09-171-0/+510