summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/head.S
AgeCommit message (Expand)AuthorFilesLines
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel1-0/+62
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-25/+14
2020-05-19ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel1-11/+4
2020-05-19ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel1-11/+12
2020-05-19ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel1-2/+4
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-70/+66
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel1-10/+8
2020-02-27ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel1-53/+30
2020-02-27ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel1-0/+10
2020-02-27ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel1-17/+26
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-33/+9
2020-02-22efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel1-0/+6
2020-02-22efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel1-6/+14
2020-01-25ARM: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleanin...Ard Biesheuvel1-15/+1
2020-01-25ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...Ard Biesheuvel1-0/+13
2019-11-15ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers1-1/+1
2019-11-15ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner1-1/+1
2019-08-23ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij1-1/+1
2019-08-23ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij1-0/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2018-09-19ARM: 8786/1: Debug kernel copy by printingFabrizio Castro1-0/+43
2018-05-19ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach1-2/+2
2018-05-19ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach1-8/+8
2017-10-03ARM: add additional table to compressed kernelRussell King1-0/+2
2017-06-05ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel1-7/+10
2017-04-09ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier1-1/+11
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-10-02ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana1-1/+1
2015-12-14ARM: add UEFI stub supportRoy Franz1-2/+52
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-2/+2
2015-03-28ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood1-6/+27
2015-03-27ARM: add documentation for finding start of physical memoryRussell King1-1/+18
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King1-10/+31
2015-01-29ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeNicolas Pitre1-9/+30
2015-01-21ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada1-1/+1
2014-11-13ARM: 8191/1: decompressor: ensure I-side picks up relocated codeWill Deacon1-4/+16
2014-07-18ARM: 8079/1: zImage: identify kernel endiannessNicolas Pitre1-0/+1
2014-07-01ARM: 8067/1: zImage: ensure header in LE format for BE8 kernelsNicolas Pitre1-3/+4
2014-05-26ARM: compressed/head.S: remove s3c24xx special caseHeiko Stuebner1-5/+0
2013-10-19ARM: set BE8 if LE in head codeBen Dooks1-0/+1
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks1-6/+2
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King1-10/+30
2013-06-24ARM: 7770/1: remove residual ARMv2 support from decompressorMarc Zyngier1-5/+0
2013-06-17ARM: 7751/1: zImage: don't overwrite ourself with a page tableNicolas Pitre1-5/+30
2013-06-05ARM: 7750/1: update legacy CPU ID in decompressor cache support jump tableMarc C1-2/+2
2013-06-05ARM: 7743/1: compressed/head.S: work around new binutils warningArnd Bergmann1-0/+1
2012-12-16ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.SShawn Guo1-1/+1
2012-11-23ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and aboveDave Martin1-1/+13
2012-09-30Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King1-7/+64