summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head-common.S
AgeCommit message (Expand)AuthorLines
2019-10-10ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2018-11-12ARM: make lookup_processor_type() non-__initRussell King-3/+3
2018-01-21ARM: 8745/1: get rid of __memzero()Nicolas Pitre-2/+3
2017-10-14ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel()Geert Uytterhoeven-0/+1
2017-09-10ARM: XIP kernel: store .data compressed in ROMNicolas Pitre-1/+10
2017-09-10ARM: head-common.S: speed up startup codeNicolas Pitre-32/+44
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King-3/+4
2014-06-02ARM: remove global cr_no_alignmentRussell King-2/+1
2014-02-21ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPUThomas Petazzoni-0/+12
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker-1/+0
2013-07-09ARM: 7780/1: add missing linker section markup to head-common.SStephen Warren-0/+3
2013-01-31ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König-2/+7
2011-05-11arm/dt: Make __vet_atags also accept a dtb imageGrant Likely-6/+18
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King-90/+0
2011-01-15ARM: fix missing branch in __error_aRussell King-0/+2
2010-10-18Merge branch 'hotplug' into develRussell King-146/+159
2010-10-08ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King-11/+15
2010-10-08ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King-34/+33
2010-10-08ARM: move __mmap_switched, C-API functions to init sectionRussell King-70/+72
2010-10-08ARM: cleanup boot cpu calling __mmap_switchedRussell King-2/+1
2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King-36/+45
2010-10-08ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King-1/+1
2009-11-08ARM: 5784/1: fix early boot machine ID mismatch error displayNicolas Pitre-1/+1
2009-10-02ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown-1/+3
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas-5/+8
2009-07-24Thumb-2: Add some .align statements to the .S filesCatalin Marinas-0/+2
2008-12-01[ARM] use asm/sections.hRussell King-1/+1
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas-9/+10
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King-1/+1
2008-04-19[ARM] 4881/1: print unrecognised processor ID as part of failure messageLennert Buytenhek-1/+6
2008-03-06[ARM] 4849/1: move ATAGS asm definitionsGreg Ungerer-0/+3
2007-07-12[ARM] 4423/1: add ATAGS supportBill Gatliff-3/+37
2006-03-27[ARM] nommu: start-up codeHyok S. Choi-0/+217