| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: mm: Make virt_to_pfn() a static inline | Linus Walleij | 2023-05-29 | 1 | -1/+1 |
* | ARM: footbridge: remove CATS | Arnd Bergmann | 2023-01-10 | 1 | -1/+1 |
* | ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDER | Mike Rapoport | 2022-07-18 | 1 | -17/+17 |
* | ARM: mm: switch to swapper_pg_dir early for vmap'ed stack | Ard Biesheuvel | 2022-01-24 | 1 | -0/+7 |
*-. | Merge branches 'devel-stable' and 'misc' into for-linus | Russell King (Oracle) | 2021-11-02 | 1 | -2/+3 |
|\ \ |
|
| * | | ARM: smp: Pass task to secondary_start_kernel | Keith Packard | 2021-09-27 | 1 | -2/+3 |
| |/ |
|
* / | ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.S | LABBE Corentin | 2021-10-25 | 1 | -2/+2 |
|/ |
|
* | ARM: 9104/2: Fix Keystone 2 kernel mapping regression | Linus Walleij | 2021-08-10 | 1 | -3/+14 |
* | ARM: 9089/1: Define kernel physical section start and end | Linus Walleij | 2021-06-13 | 1 | -3/+24 |
* | ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSET | Linus Walleij | 2021-06-13 | 1 | -2/+1 |
* | Merge branch 'devel-stable' into for-next | Russell King | 2020-12-21 | 1 | -190/+15 |
|\ |
|
| * | ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET | Ard Biesheuvel | 2020-10-28 | 1 | -8/+2 |
| * | ARM: head: use PC-relative insn sequence for __smp_alt | Ard Biesheuvel | 2020-10-28 | 1 | -10/+2 |
| * | ARM: kernel: use relative references for UP/SMP alternatives | Ard Biesheuvel | 2020-10-28 | 1 | -5/+5 |
| * | ARM: head.S: use PC-relative insn sequence for secondary_data | Ard Biesheuvel | 2020-10-28 | 1 | -15/+4 |
| * | ARM: head-common.S: use PC-relative insn sequence for idmap creation | Ard Biesheuvel | 2020-10-28 | 1 | -10/+2 |
| * | ARM: p2v: move patching code to separate assembler source file | Ard Biesheuvel | 2020-10-28 | 1 | -138/+0 |
| * | ARM: p2v: fix handling of LPAE translation in BE mode | Ard Biesheuvel | 2020-10-28 | 1 | -5/+1 |
* | | ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical... | Ard Biesheuvel | 2020-12-21 | 1 | -2/+2 |
* | | ARM: 9012/1: move device tree mapping out of linear region | Ard Biesheuvel | 2020-10-27 | 1 | -3/+2 |
|/ |
|
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | ARM: 8811/1: always list both ldrd/strd registers explicitly | Nicolas Pitre | 2018-11-12 | 1 | -1/+1 |
* | ARM: align .data section | Russell King | 2017-08-14 | 1 | -0/+2 |
* | Revert "arm: move exports to definitions" | Russell King | 2016-11-23 | 1 | -3/+0 |
* | arm: move exports to definitions | Al Viro | 2016-08-08 | 1 | -0/+3 |
*-. | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 2015-09-03 | 1 | -4/+4 |
|\ \ |
|
| | * | ARM: domains: move initial domain setting value to asm/domains.h | Russell King | 2015-08-21 | 1 | -4/+1 |
| |/
|/| |
|
| * | ARM: 8408/1: Fix the secondary_startup function in Big Endian case | Gregory CLEMENT | 2015-08-07 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'bsym' into for-next | Russell King | 2015-06-12 | 1 | -4/+4 |
|\ |
|
| * | ARM: replace BSYM() with badr assembly macro | Russell King | 2015-05-08 | 1 | -4/+4 |
| | | |
| \ | |
*-. \ | Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next | Russell King | 2015-06-12 | 1 | -12/+32 |
|\ \ \
| |_|/
|/| | |
|
| | * | ARM: redo TTBR setup code for LPAE | Russell King | 2015-06-02 | 1 | -11/+31 |
| |/
|/| |
|
| * | ARM: 8359/1: correct secondary_startup_arm mode | Yingjoe Chen | 2015-06-02 | 1 | -1/+1 |
|/ |
|
* | ARM: 8314/1: replace PROCINFO embedded branch with relative offset | Ard Biesheuvel | 2015-03-28 | 1 | -7/+7 |
* | ARM: 8302/1: Add a secondary_startup that assumes ARM mode | Stephen Boyd | 2015-02-10 | 1 | -0/+7 |
* | ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv code | Masahiro Yamada | 2015-01-21 | 1 | -1/+1 |
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 2014-07-18 | 1 | -9/+9 |
* | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 2014-06-05 | 1 | -1/+1 |
|\ |
|
| * | ARM: 8028/1: move __fixup_smp out of init section | Rob Herring | 2014-05-26 | 1 | -1/+1 |
* | | ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issue | Victor Kamensky | 2014-04-22 | 1 | -1/+1 |
|/ |
|
*---. | Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst... | Russell King | 2014-04-04 | 1 | -9/+10 |
|\ \ \ |
|
| | * | | ARM: Better virt_to_page() handling | Russell King | 2014-04-03 | 1 | -8/+9 |
| |/ /
|/| | |
|
| * | | ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPU | Thomas Petazzoni | 2014-02-21 | 1 | -1/+1 |
|/ / |
|
* | | ARM: 7947/1: Make pgtbl macro more robust | Christopher Covington | 2014-01-28 | 1 | -1/+2 |
* | | ARM: fix asm/memory.h build error | Russell King | 2013-12-13 | 1 | -1/+1 |
|/ |
|
* | ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE | Victor Kamensky | 2013-11-14 | 1 | -1/+5 |
* | ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE case | Victor Kamensky | 2013-11-14 | 1 | -0/+1 |
* | Merge branch 'devel-stable' into for-next | Russell King | 2013-11-12 | 1 | -16/+66 |
|\ |
|