summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/efi-entry.S
AgeCommit message (Expand)Author
2022-11-09arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel
2022-11-09arm64: efi: Avoid dcache_clean_poc() altogether in efi_enter_kernel()Ard Biesheuvel
2022-11-09arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel
2020-04-28arm64: rename stext to primary_entryArd Biesheuvel
2020-02-29efi/arm64: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2017-01-17arm64: efi-entry.S: avoid open-coded adr_lMark Rutland
2016-04-14arm64: move early boot code to the .init segmentArd Biesheuvel
2016-03-04arm64: efi: add missing frame pointer assignmentArd Biesheuvel
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel
2015-10-12arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-11-13arm64: efi: Fix stub cache maintenanceMark Rutland
2014-11-05arm64/efi: efistub: jump to 'stext' directly, not through the headerArd Biesheuvel
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier
2014-04-30arm64: efi: add EFI stubMark Salter