summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+1
* ARM: footbridge: remove CATSArnd Bergmann2023-01-101-1/+1
* ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDERMike Rapoport2022-07-171-17/+17
* ARM: mm: switch to swapper_pg_dir early for vmap'ed stackArd Biesheuvel2022-01-241-0/+7
*-. Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-021-2/+3
|\ \
| * | ARM: smp: Pass task to secondary_start_kernelKeith Packard2021-09-271-2/+3
| |/
* / ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin2021-10-251-2/+2
|/
* ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2021-08-101-3/+14
* ARM: 9089/1: Define kernel physical section start and endLinus Walleij2021-06-131-3/+24
* ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij2021-06-131-2/+1
* Merge branch 'devel-stable' into for-nextRussell King2020-12-211-190/+15
|\
| * ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSETArd Biesheuvel2020-10-281-8/+2
| * ARM: head: use PC-relative insn sequence for __smp_altArd Biesheuvel2020-10-281-10/+2
| * ARM: kernel: use relative references for UP/SMP alternativesArd Biesheuvel2020-10-281-5/+5
| * ARM: head.S: use PC-relative insn sequence for secondary_dataArd Biesheuvel2020-10-281-15/+4
| * ARM: head-common.S: use PC-relative insn sequence for idmap creationArd Biesheuvel2020-10-281-10/+2
| * ARM: p2v: move patching code to separate assembler source fileArd Biesheuvel2020-10-281-138/+0
| * ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel2020-10-281-5/+1
* | ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...Ard Biesheuvel2020-12-211-2/+2
* | ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2020-10-271-3/+2
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre2018-11-121-1/+1
* ARM: align .data sectionRussell King2017-08-141-0/+2
* Revert "arm: move exports to definitions"Russell King2016-11-231-3/+0
* arm: move exports to definitionsAl Viro2016-08-071-0/+3
*-. Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-031-4/+4
|\ \
| | * ARM: domains: move initial domain setting value to asm/domains.hRussell King2015-08-211-4/+1
| |/ |/|
| * ARM: 8408/1: Fix the secondary_startup function in Big Endian caseGregory CLEMENT2015-08-071-0/+3
|/
* Merge branch 'bsym' into for-nextRussell King2015-06-121-4/+4
|\
| * ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-4/+4
| |
| \
*-. \ Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King2015-06-121-12/+32
|\ \ \ | |_|/ |/| |
| | * ARM: redo TTBR setup code for LPAERussell King2015-06-011-11/+31
| |/ |/|
| * ARM: 8359/1: correct secondary_startup_arm modeYingjoe Chen2015-06-021-1/+1
|/
* ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel2015-03-281-7/+7
* ARM: 8302/1: Add a secondary_startup that assumes ARM modeStephen Boyd2015-02-101-0/+7
* ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv codeMasahiro Yamada2015-01-211-1/+1
* ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-9/+9
* Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-051-1/+1
|\
| * ARM: 8028/1: move __fixup_smp out of init sectionRob Herring2014-05-251-1/+1
* | ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issueVictor Kamensky2014-04-221-1/+1
|/
*---. Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...Russell King2014-04-041-9/+10
|\ \ \
| | * | ARM: Better virt_to_page() handlingRussell King2014-04-031-8/+9
| |/ / |/| |
| * | ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPUThomas Petazzoni2014-02-211-1/+1
|/ /
* | ARM: 7947/1: Make pgtbl macro more robustChristopher Covington2014-01-281-1/+2
* | ARM: fix asm/memory.h build errorRussell King2013-12-131-1/+1
|/
* ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky2013-11-141-1/+5
* ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky2013-11-141-0/+1
* Merge branch 'devel-stable' into for-nextRussell King2013-11-121-16/+66
|\