aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-14ARM: align .data sectionRussell King1-0/+2
2016-11-23Revert "arm: move exports to definitions"Russell King1-3/+0
2016-08-07arm: move exports to definitionsAl Viro1-0/+3
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King1-4/+4
2015-08-21ARM: domains: move initial domain setting value to asm/domains.hRussell King1-4/+1
2015-08-07ARM: 8408/1: Fix the secondary_startup function in Big Endian caseGregory CLEMENT1-0/+3
2015-06-12Merge branch 'bsym' into for-nextRussell King1-4/+4
2015-06-12Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King1-12/+32
2015-06-02ARM: 8359/1: correct secondary_startup_arm modeYingjoe Chen1-1/+1
2015-06-01ARM: redo TTBR setup code for LPAERussell King1-11/+31
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-4/+4
2015-03-28ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel1-7/+7
2015-02-10ARM: 8302/1: Add a secondary_startup that assumes ARM modeStephen Boyd1-0/+7
2015-01-21ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv codeMasahiro Yamada1-1/+1
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-9/+9
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-1/+1
2014-05-25ARM: 8028/1: move __fixup_smp out of init sectionRob Herring1-1/+1
2014-04-22ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issueVictor Kamensky1-1/+1
2014-04-04Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-nextRussell King1-9/+10
2014-04-03ARM: Better virt_to_page() handlingRussell King1-8/+9
2014-02-21ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPUThomas Petazzoni1-1/+1
2014-01-28ARM: 7947/1: Make pgtbl macro more robustChristopher Covington1-1/+2
2013-12-13ARM: fix asm/memory.h build errorRussell King1-1/+1
2013-11-14ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky1-1/+5
2013-11-14ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky1-0/+1
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-16/+66
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/delta/linux into devel-stableRussell King1-4/+22
2013-10-29ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align keywordSricharan R1-1/+2
2013-10-19ARM: set BE8 if LE in head codeBen Dooks1-0/+4
2013-10-19ARM: fixup_pv_table bug when CPU_ENDIAN_BE8Ben Dooks1-0/+8
2013-10-10ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R1-16/+47
2013-10-03ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devicesSantosh Shilimkar1-1/+20
2013-08-01ARM: Add .text annotations where required after __CPUINIT removalRussell King1-0/+1
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-1/+0
2013-05-30ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy1-6/+4
2013-04-03ARM: 7690/1: mm: fix CONFIG_LPAE typosPaul Bolle1-1/+1
2013-03-03ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endianWill Deacon1-4/+22
2013-01-19Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into fixesRussell King1-1/+1
2013-01-16ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre1-0/+3
2013-01-10ARM: virt: boot secondary CPUs through the right entry pointMarc Zyngier1-1/+1
2012-10-11Merge branch 'fixes' into for-linusRussell King1-2/+2
2012-09-19ARM: virt: allow the kernel to be entered in HYP modeDave Martin1-3/+11
2012-09-14ARM: move debug macros to common locationRob Herring1-2/+2
2012-07-09ARM: 7439/1: head.S: simplify initial page table mappingNicolas Pitre1-36/+23
2012-05-04ARM: 7363/1: DEBUG_LL: limit early mapping to the minimumNicolas Pitre1-8/+1
2012-03-24ARM: 7338/1: add support for early console output via semihostingNicolas Pitre1-4/+4
2012-03-24ARM: move CP15 definitions to separate header fileRussell King1-1/+1
2012-01-13ARM: 7275/1: LPAE: Check the CPU support for the long descriptor formatCatalin Marinas1-0/+8
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stableRussell King1-2/+45
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas1-2/+43