summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/head.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encodingAndre Przywara2021-12-171-1/+2
* ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ coresVladimir Murzin2021-02-011-2/+2
* ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven2021-02-011-3/+33
* ARM: 9039/1: assembler: generalize byte swapping macro into rev_lArd Biesheuvel2021-02-011-4/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-221-36/+24
|\
| * Merge branch 'devel-stable' into for-nextRussell King2020-12-211-15/+3
| |\
| | * ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel2020-10-281-13/+2
| | * ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel2020-10-281-2/+1
| * | ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven2020-12-211-5/+7
| * | ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven2020-12-211-2/+2
| * | ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven2020-12-211-14/+12
| |/
* / efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel2020-10-261-0/+3
|/
* ARM: add malloc size to decompressor kexec size structureRussell King2020-09-151-2/+2
* ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij2020-09-151-0/+23
* ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij2020-09-151-2/+0
* ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij2020-09-151-5/+10
* ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij2020-09-151-30/+0
* ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel2020-06-131-0/+62
* ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel2020-05-191-25/+14
* ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel2020-05-191-11/+4
* ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel2020-05-191-11/+12
* ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel2020-05-191-2/+4
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-04-031-70/+66
|\
| * ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel2020-02-271-53/+30
| * ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel2020-02-271-0/+10
| * ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel2020-02-271-17/+26
* | efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel2020-02-291-10/+8
* | efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel2020-02-221-33/+9
|/
* efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel2020-02-221-0/+6
* efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel2020-02-221-6/+14
* ARM: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleanin...Ard Biesheuvel2020-01-251-15/+1
* ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...Ard Biesheuvel2020-01-251-0/+13
* ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers2019-11-151-1/+1
* ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner2019-11-151-1/+1
* ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij2019-08-231-1/+1
* ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij2019-08-231-0/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel2019-04-231-1/+15
* ARM: 8786/1: Debug kernel copy by printingFabrizio Castro2018-09-191-0/+43
* ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach2018-05-191-2/+2
* ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach2018-05-191-8/+8
* ARM: add additional table to compressed kernelRussell King2017-10-031-0/+2
* ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel2017-06-051-7/+10
* ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier2017-04-091-1/+11
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2016-10-021-1/+1
* ARM: add UEFI stub supportRoy Franz2015-12-141-2/+52
* ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-2/+2
* ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood2015-03-281-6/+27
* ARM: add documentation for finding start of physical memoryRussell King2015-03-271-1/+18