aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/head.S
AgeCommit message (Expand)Author
2015-01-23Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lsklsk-v3.10-15.01Mark Brown
2015-01-22arm64: Remove unused variable in head.SGeoff Levand
2015-01-22arm64: align randomized TEXT_OFFSET on 4 kB boundaryArd Biesheuvel
2015-01-21arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas
2015-01-17Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lskMark Brown
2014-10-23arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon
2014-10-11Merge remote-tracking branch 'lsk/v3.10/topic/gicv3' into linux-linaro-lskMark Brown
2014-10-02arm64: gicv3: Allow GICv3 compilation with older binutilsCatalin Marinas
2014-10-02irqchip: gic-v3: Initial support for GICv3Marc Zyngier
2014-07-24Merge remote-tracking branch 'lsk/v3.10/topic/arm64-efi' into linux-linaro-lskMark Brown
2014-07-24arm64: efi: add EFI stubMark Salter
2014-07-24arm64: Expand arm64 image headerRoy Franz
2014-07-24Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lskMark Brown
2014-07-23arm64: place initial page tables above the kernelMark Rutland
2014-07-23arm64: Relax the kernel cache requirements for bootCatalin Marinas
2014-07-23arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach
2014-07-23arm64: head.S: remove unnecessary function alignmentMark Rutland
2014-05-24Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lskMark Brown
2014-05-23arm64: add early_ioremap supportMark Salter
2014-05-22Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lskMark Brown
2014-05-21arm64: Extend the idmap to the whole kernel imageCatalin Marinas
2014-05-20Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lskMark Brown
2014-05-20arm64: Remove unused __data_loc variableGeoff Levand
2014-05-16Merge remote-tracking branch 'lsk/v3.10/topic/arm64-cpu' into lsk-v3.10-arm64...Mark Brown
2014-05-15Merge remote-tracking branch 'lsk/v3.10/topic/arm64-misc' into linux-linaro-lskMark Brown
2014-05-15arm64: Expand arm64 image headerRoy Franz
2014-03-13arm64: big-endian: set correct endianess on kernel entryMatthew Leach
2014-03-13arm64: head: create a new function for setting the boot_cpu_mode flagMatthew Leach
2013-12-11arm64: factor out spin-table boot methodMark Rutland
2013-03-20arm64: head: match all affinity levels in the pen of the secondariesJavi Merino
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas
2012-12-05arm64: hyp: initialize vttbr_el2 to zeroMarc Zyngier
2012-12-05arm64: add hypervisor stubMarc Zyngier
2012-12-05arm64: record boot mode when entering the kernelMarc Zyngier
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon
2012-09-17arm64: Kernel booting and initialisationCatalin Marinas