aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/head-common.S
AgeCommit message (Expand)Author
2011-05-11arm/dt: Make __vet_atags also accept a dtb imageGrant Likely
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King
2011-01-15ARM: fix missing branch in __error_aRussell King
2010-10-18Merge branch 'hotplug' into develRussell King
2010-10-08ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King
2010-10-08ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King
2010-10-08ARM: move __mmap_switched, C-API functions to init sectionRussell King
2010-10-08ARM: cleanup boot cpu calling __mmap_switchedRussell King
2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King
2010-10-08ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King
2009-11-08ARM: 5784/1: fix early boot machine ID mismatch error displayNicolas Pitre
2009-10-02ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas
2009-07-24Thumb-2: Add some .align statements to the .S filesCatalin Marinas
2008-12-01[ARM] use asm/sections.hRussell King
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King
2008-04-19[ARM] 4881/1: print unrecognised processor ID as part of failure messageLennert Buytenhek
2008-03-06[ARM] 4849/1: move ATAGS asm definitionsGreg Ungerer
2007-07-12[ARM] 4423/1: add ATAGS supportBill Gatliff
2006-03-27[ARM] nommu: start-up codeHyok S. Choi