summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head-common.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-211-2/+3
* ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel()Geert Uytterhoeven2017-10-141-0/+1
* ARM: XIP kernel: store .data compressed in ROMNicolas Pitre2017-09-101-1/+10
* ARM: head-common.S: speed up startup codeNicolas Pitre2017-09-101-32/+44
* ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-3/+4
* ARM: remove global cr_no_alignmentRussell King2014-06-021-2/+1
* ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPUThomas Petazzoni2014-02-211-0/+12
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-141-1/+0
* ARM: 7780/1: add missing linker section markup to head-common.SStephen Warren2013-07-091-0/+3
* ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König2013-01-311-2/+7
* arm/dt: Make __vet_atags also accept a dtb imageGrant Likely2011-05-111-6/+18
* ARM: Defer lookup of machine_type to setup.cRussell King2011-02-151-90/+0
* ARM: fix missing branch in __error_aRussell King2011-01-151-0/+2
* Merge branch 'hotplug' into develRussell King2010-10-181-146/+159
|\
| * ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King2010-10-081-11/+15
| * ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King2010-10-081-34/+33
| * ARM: move __mmap_switched, C-API functions to init sectionRussell King2010-10-081-70/+72
| * ARM: cleanup boot cpu calling __mmap_switchedRussell King2010-10-081-2/+1
| * ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King2010-10-081-36/+45
* | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King2010-10-081-1/+1
|/
* ARM: 5784/1: fix early boot machine ID mismatch error displayNicolas Pitre2009-11-081-1/+1
* ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown2009-10-021-1/+3
* Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas2009-07-241-5/+8
* Thumb-2: Add some .align statements to the .S filesCatalin Marinas2009-07-241-0/+2
* [ARM] use asm/sections.hRussell King2008-12-011-1/+1
* [ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas2008-09-011-9/+10
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-021-1/+1
* [ARM] 4881/1: print unrecognised processor ID as part of failure messageLennert Buytenhek2008-04-191-1/+6
* [ARM] 4849/1: move ATAGS asm definitionsGreg Ungerer2008-03-061-0/+3
* [ARM] 4423/1: add ATAGS supportBill Gatliff2007-07-121-3/+37
* [ARM] nommu: start-up codeHyok S. Choi2006-03-271-0/+217