aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/efi-entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-2/+2
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba1-2/+3
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel1-1/+1
2020-04-28arm64: rename stext to primary_entryArd Biesheuvel1-1/+1
2020-02-29efi/arm64: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel1-13/+13
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-69/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+2
2017-01-17arm64: efi-entry.S: avoid open-coded adr_lMark Rutland1-6/+3
2016-04-14arm64: move early boot code to the .init segmentArd Biesheuvel1-1/+1
2016-03-04arm64: efi: add missing frame pointer assignmentArd Biesheuvel1-0/+1
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel1-1/+1
2015-10-12arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel1-5/+5
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+2
2014-11-13arm64: efi: Fix stub cache maintenanceMark Rutland1-6/+21
2014-11-05arm64/efi: efistub: jump to 'stext' directly, not through the headerArd Biesheuvel1-1/+2
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier1-2/+1
2014-04-30arm64: efi: add EFI stubMark Salter1-0/+109