aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head-common.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel1-3/+1
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel1-0/+5
2020-12-21Merge branch 'devel-stable' into for-nextRussell King1-16/+6
2020-10-28ARM: head-common.S: use PC-relative insn sequence for __proc_infoArd Biesheuvel1-16/+6
2020-10-27ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij1-0/+3
2020-10-27ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij1-2/+2
2019-10-10ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-11-12ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2018-01-21ARM: 8745/1: get rid of __memzero()Nicolas Pitre1-2/+3
2017-10-14ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel()Geert Uytterhoeven1-0/+1
2017-09-10ARM: XIP kernel: store .data compressed in ROMNicolas Pitre1-1/+10
2017-09-10ARM: head-common.S: speed up startup codeNicolas Pitre1-32/+44
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-3/+4
2014-06-02ARM: remove global cr_no_alignmentRussell King1-2/+1
2014-02-21ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPUThomas Petazzoni1-0/+12
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-1/+0
2013-07-09ARM: 7780/1: add missing linker section markup to head-common.SStephen Warren1-0/+3
2013-01-31ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König1-2/+7
2011-05-11arm/dt: Make __vet_atags also accept a dtb imageGrant Likely1-6/+18
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King1-90/+0
2011-01-15ARM: fix missing branch in __error_aRussell King1-0/+2
2010-10-18Merge branch 'hotplug' into develRussell King1-146/+159
2010-10-08ARM: cleanup lookup_machine_type data and ensure these are placed in __HEADRussell King1-11/+15
2010-10-08ARM: hotplug cpu: move __error and __error_p to cpuinit sectionRussell King1-34/+33
2010-10-08ARM: move __mmap_switched, C-API functions to init sectionRussell King1-70/+72
2010-10-08ARM: cleanup boot cpu calling __mmap_switchedRussell King1-2/+1
2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_typeRussell King1-36/+45
2010-10-08ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King1-1/+1
2009-11-08ARM: 5784/1: fix early boot machine ID mismatch error displayNicolas Pitre1-1/+1
2009-10-02ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown1-1/+3
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas1-5/+8
2009-07-24Thumb-2: Add some .align statements to the .S filesCatalin Marinas1-0/+2
2008-12-01[ARM] use asm/sections.hRussell King1-1/+1
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas1-9/+10
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-1/+1
2008-04-19[ARM] 4881/1: print unrecognised processor ID as part of failure messageLennert Buytenhek1-1/+6
2008-03-06[ARM] 4849/1: move ATAGS asm definitionsGreg Ungerer1-0/+3
2007-07-12[ARM] 4423/1: add ATAGS supportBill Gatliff1-3/+37
2006-03-27[ARM] nommu: start-up codeHyok S. Choi1-0/+217