aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/efi_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11efi/x86: Move EFI runtime call setup/teardown helpers out of lineGravatar Ard Biesheuvel 1-2/+17
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeGravatar Thomas Gleixner 1-3/+3
2023-02-09efi: x86: Wire up IBT annotation in memory attributes tableGravatar Ard Biesheuvel 1-0/+5
2023-02-04efi: Discover BTI support in runtime services regionsGravatar Ard Biesheuvel 1-1/+2
2022-08-16efi/x86-mixed: move unmitigated RET into .rodataGravatar Ard Biesheuvel 1-5/+13
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Gravatar Tom Lendacky 1-4/+5
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Gravatar Brijesh Singh 1-1/+1
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2021-02-20Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-13/+16
2021-02-06x86/efi: Remove EFI PGD build time checksGravatar Borislav Petkov 1-19/+0
2021-01-29x86/fpu: Make the EFI FPU calling convention explicitGravatar Andy Lutomirski 1-2/+2
2021-01-19efi: x86: clean up previous struct mm switchingGravatar Ard Biesheuvel 1-12/+15
2021-01-19efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Gravatar Ard Biesheuvel 1-1/+1
2020-11-10efi/x86: Free efi_pgd with free_pages()Gravatar Arvind Sankar 1-11/+13
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeGravatar Tom Lendacky 1-0/+10
2020-08-20efi/x86: Mark kernel rodata non-executable for mixed modeGravatar Arvind Sankar 1-0/+2
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()Gravatar steve.wahl@hpe.com 1-35/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-04-14efi/x86: Don't remap text<->rodata gap read-only for mixed modeGravatar Ard Biesheuvel 1-2/+10
2020-04-14efi/x86: Fix the deletion of variables in mixed modeGravatar Gary Lin 1-2/+2
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesGravatar Ingo Molnar 1-99/+52
2020-02-26efi/x86: Handle by-ref arguments covering multiple pages in mixed modeGravatar Ard Biesheuvel 1-19/+26
2020-02-26efi/x86: Remove support for EFI time and counter services in mixed modeGravatar Ard Biesheuvel 1-76/+5
2020-02-26efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperGravatar Ard Biesheuvel 1-4/+21
2020-02-23efi: Add 'runtime' pointer to struct efiGravatar Ard Biesheuvel 1-6/+8
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structGravatar Steven Price 1-2/+2
2020-01-20efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingGravatar Ard Biesheuvel 1-5/+6
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesGravatar Ard Biesheuvel 1-157/+9
2020-01-20efi/x86: Avoid RWX mappings for all of DRAMGravatar Ard Biesheuvel 1-4/+16
2020-01-20efi/x86: Don't map the entire kernel text RW for mixed modeGravatar Ard Biesheuvel 1-2/+2
2020-01-10efi/x86: Don't panic or BUG() on non-critical error conditionsGravatar Ard Biesheuvel 1-4/+5
2020-01-10efi/x86: Simplify mixed mode call wrapperGravatar Ard Biesheuvel 1-26/+47
2020-01-10efi/x86: Simplify 64-bit EFI firmware call wrapperGravatar Ard Biesheuvel 1-0/+3
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsGravatar Ard Biesheuvel 1-20/+36
2020-01-10efi/x86: Split off some old memmap handling into separate routinesGravatar Ard Biesheuvel 1-13/+22
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsGravatar Ard Biesheuvel 1-2/+0
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Gravatar Ard Biesheuvel 1-2/+2
2019-05-25efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGravatar Gen Zhang 1-3/+6
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-09-26efi/x86: drop task_lock() from efi_switch_mm()Gravatar Sebastian Andrzej Siewior 1-6/+4
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+98
2018-07-22efi/x86: Prevent reentrant firmware calls in mixed modeGravatar Ard Biesheuvel 1-3/+98
2018-07-22x86/efi: Access EFI MMIO data as unencrypted when SEV is activeGravatar Brijesh Singh 1-1/+1
2018-06-27x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yGravatar Kirill A. Shutemov 1-2/+2
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableGravatar Kirill A. Shutemov 1-1/+1
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-27/+33
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictGravatar Ingo Molnar 1-1/+1
2018-03-23x86/efi: Free efi_pgd with free_pages()Gravatar Waiman Long 1-1/+1
2018-03-12x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Gravatar Sai Praneeth 1-19/+22