aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/head.S
Commit message (Expand)AuthorAge
* arm64: Move some head.text functions to executable sectionLaura Abbott2014-11-26
* arm64: Switch to adrp for loading the stub vectorsLaura Abbott2014-11-25
* arm64/efi: set PE/COFF file alignment to 512 bytesArd Biesheuvel2014-11-05
* arm64/efi: set PE/COFF section alignment to 4 KBArd Biesheuvel2014-11-05
* arm64/efi: efistub: jump to 'stext' directly, not through the headerArd Biesheuvel2014-11-05
* arm64/efi: efistub: cover entire static mem footprint in PE/COFF .textArd Biesheuvel2014-09-08
* arm64: Remove unused variable in head.SGeoff Levand2014-08-26
* arm64: align randomized TEXT_OFFSET on 4 kB boundaryArd Biesheuvel2014-08-19
* arm64: gicv3: Allow GICv3 compilation with older binutilsCatalin Marinas2014-07-25
* Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/linuxCatalin Marinas2014-07-25
|\
| * irqchip: gic-v3: Initial support for GICv3Marc Zyngier2014-07-08
* | arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas2014-07-23
* | arm64: Clean up the initial page table creation in head.SCatalin Marinas2014-07-23
* | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-23
* | arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-23
* | arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-23
* | arm64: Enable TEXT_OFFSET fuzzingMark Rutland2014-07-10
* | arm64: Update the Image headerMark Rutland2014-07-10
* | arm64: place initial page tables above the kernelMark Rutland2014-07-10
* | arm64: head.S: remove unnecessary function alignmentMark Rutland2014-07-10
* | arm64: fix el2_setup check of CurrentELMarc Zyngier2014-07-04
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-06
|\
| * arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon2014-05-09
* | arm64: efi: add EFI stubMark Salter2014-04-30
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-08
|\
| * arm64: Relax the kernel cache requirements for bootCatalin Marinas2014-04-05
* | arm64: add early_ioremap supportMark Salter2014-04-07
|/
* arm64: Extend the idmap to the whole kernel imageCatalin Marinas2014-02-26
* arm64: Remove unused __data_loc variableGeoff Levand2013-12-20
* arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi2013-12-06
* arm64: big-endian: set correct endianess on kernel entryMatthew Leach2013-10-25
* arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach2013-10-25
* arm64: factor out spin-table boot methodMark Rutland2013-10-25
* arm64: Expand arm64 image headerRoy Franz2013-08-22
* arm64: head: match all affinity levels in the pen of the secondariesJavi Merino2013-03-20
* arm64: Add simple earlyprintk supportCatalin Marinas2013-01-22
* arm64: hyp: initialize vttbr_el2 to zeroMarc Zyngier2012-12-05
* arm64: add hypervisor stubMarc Zyngier2012-12-05
* arm64: record boot mode when entering the kernelMarc Zyngier2012-12-05
* arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-05
* arm64: Kernel booting and initialisationCatalin Marinas2012-09-17