aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi
AgeCommit message (Expand)AuthorFilesLines
2022-04-13efi: Save location of EFI confidential computing areaGravatar Dov Murik 1-0/+3
2022-03-15objtool,efi: Update __efi64_thunk annotationGravatar Peter Zijlstra 2-3/+4
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-3/+3
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+12
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 3-3/+3
2021-12-05x86/sme: Explicitly map new EFI memmap table as encryptedGravatar Tom Lendacky 1-1/+2
2021-11-21efi/libstub: x86/mixed: increase supported argument countGravatar Ard Biesheuvel 1-2/+12
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Gravatar Tom Lendacky 1-4/+5
2021-06-28Merge tag 'efi-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-06-03x86/setup: Always reserve the first 1M of RAMGravatar Mike Rapoport 1-0/+12
2021-05-23Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 1-1/+1
2021-05-22x86/efi: Log 32/64-bit mismatch with kernel as an errorGravatar Paul Menzel 1-1/+1
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Gravatar Brijesh Singh 1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 1-1/+1
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 2-3/+3
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 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+12
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-14/+21
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Gravatar Andy Lutomirski 1-4/+12
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 2-2/+6
2020-11-10efi/x86: Free efi_pgd with free_pages()Gravatar Arvind Sankar 1-11/+13
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesGravatar Ingo Molnar 3-76/+39
2020-09-16efi: Support for MOK variable config tableGravatar Lenny Szubowicz 1-0/+3
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeGravatar Tom Lendacky 1-0/+10
2020-08-20efi/x86: Move 32-bit code into efi_32.cGravatar Ard Biesheuvel 2-76/+37
2020-08-20efi/x86: Mark kernel rodata non-executable for mixed modeGravatar Arvind Sankar 1-0/+2
2020-07-17x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAPGravatar steve.wahl@hpe.com 1-1/+1
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()Gravatar steve.wahl@hpe.com 3-54/+6
2020-07-17x86/efi: Delete SGI UV1 detection.Gravatar steve.wahl@hpe.com 1-23/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+4
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentGravatar Peter Zijlstra 1-1/+1
2020-04-24efi: Clean up config table description arraysGravatar Ard Biesheuvel 1-4/+4
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-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+2
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictGravatar Ingo Molnar 1-5/+2
2020-03-24x86/platform: Convert to new CPU match macrosGravatar Thomas Gleixner 1-5/+2
2020-03-08efi/x86: Preserve %ebx correctly in efi_set_virtual_address_map()Gravatar Ard Biesheuvel 1-1/+1
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesGravatar Ingo Molnar 1-99/+52
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Gravatar Ingo Molnar 2-0/+6
2020-03-03efi: Add embedded peripheral firmware supportGravatar Hans de Goede 1-0/+1
2020-03-03efi: Export boot-services code and data as debugfs-blobsGravatar Hans de Goede 2-0/+5
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkGravatar Tom Lendacky 1-0/+1