aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/head.S
AgeCommit message (Expand)Author
2022-09-28ARM: remove check for CONFIG_DEBUG_LL_SER3Paul Bolle
2021-12-17ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encodingAndre Przywara
2021-02-01ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ coresVladimir Murzin
2021-02-01ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven
2021-02-01ARM: 9039/1: assembler: generalize byte swapping macro into rev_lArd Biesheuvel
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds
2020-12-21Merge branch 'devel-stable' into for-nextRussell King
2020-12-21ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven
2020-12-21ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven
2020-12-21ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven
2020-10-28ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel
2020-10-28ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel
2020-10-26efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel
2020-09-15ARM: add malloc size to decompressor kexec size structureRussell King
2020-09-15ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij
2020-09-15ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij
2020-09-15ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij
2020-09-15ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel
2020-05-19ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel
2020-05-19ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel
2020-05-19ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel
2020-02-27ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel
2020-02-27ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel
2020-02-27ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel
2020-02-22efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel
2020-02-22efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel
2020-01-25ARM: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleanin...Ard Biesheuvel
2020-01-25ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...Ard Biesheuvel
2019-11-15ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers
2019-11-15ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner
2019-08-23ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij
2019-08-23ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-23ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel
2018-09-19ARM: 8786/1: Debug kernel copy by printingFabrizio Castro
2018-05-19ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach
2018-05-19ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach
2017-10-03ARM: add additional table to compressed kernelRussell King
2017-06-05ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel
2017-04-09ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada
2016-10-02ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana
2015-12-14ARM: add UEFI stub supportRoy Franz
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King
2015-03-28ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood