summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head.S
AgeCommit message (Expand)AuthorFilesLines
2022-07-17ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDERMike Rapoport1-17/+17
2022-01-24ARM: mm: switch to swapper_pg_dir early for vmap'ed stackArd Biesheuvel1-0/+7
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)1-2/+3
2021-10-25ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin1-2/+2
2021-09-27ARM: smp: Pass task to secondary_start_kernelKeith Packard1-2/+3
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij1-3/+14
2021-06-13ARM: 9089/1: Define kernel physical section start and endLinus Walleij1-3/+24
2021-06-13ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij1-2/+1
2020-12-21Merge branch 'devel-stable' into for-nextRussell King1-190/+15
2020-12-21ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...Ard Biesheuvel1-2/+2
2020-10-28ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSETArd Biesheuvel1-8/+2
2020-10-28ARM: head: use PC-relative insn sequence for __smp_altArd Biesheuvel1-10/+2
2020-10-28ARM: kernel: use relative references for UP/SMP alternativesArd Biesheuvel1-5/+5
2020-10-28ARM: head.S: use PC-relative insn sequence for secondary_dataArd Biesheuvel1-15/+4
2020-10-28ARM: head-common.S: use PC-relative insn sequence for idmap creationArd Biesheuvel1-10/+2
2020-10-28ARM: p2v: move patching code to separate assembler source fileArd Biesheuvel1-138/+0
2020-10-28ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel1-5/+1
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel1-3/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-12ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre1-1/+1
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 ...Russell 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 'unst...Russell 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/...Russell King1-4/+22
2013-10-29ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k...Sricharan R1-1/+2