summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi
AgeCommit message (Expand)AuthorFilesLines
2024-01-30x86/efi: Implement arch_ima_efi_boot_mode() in source fileThomas Zimmermann1-0/+5
2023-09-11efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2-2/+29
2023-08-03efi: memmap: Remove kernel-doc warningsZhu Wang1-1/+1
2023-07-01Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2023-07-01Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+9
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner1-3/+3
2023-06-06efi: Add unaccepted memory supportKirill A. Shutemov1-0/+3
2023-05-17efivarfs: expose used and total sizeAnisse Astier1-0/+8
2023-05-10efi: x86: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-09efi: x86: Wire up IBT annotation in memory attributes tableArd Biesheuvel1-0/+5
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+2
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel1-1/+1
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+46
2022-12-10efi/x86: Remove EfiMemoryMappedIO from E820 mapBjorn Helgaas1-0/+46
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel2-0/+195
2022-11-18efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2-3/+8
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2-1/+238
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel2-0/+198
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+23
2022-08-16efi/x86-mixed: move unmitigated RET into .rodataArd Biesheuvel2-8/+23
2022-08-15x86: Fix various duplicate-word comment typosJason Wang1-1/+1
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-23/+0
2022-07-16efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo1-1/+4
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng1-23/+0
2022-05-27x86: Fix all occurences of the "the the" typoBo Liu1-1/+1
2022-04-13efi: Save location of EFI confidential computing areaDov Murik1-0/+3
2022-03-15objtool,efi: Update __efi64_thunk annotationPeter Zijlstra2-3/+4
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
2022-01-12Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+12
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra3-3/+3
2021-12-05x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky1-1/+2
2021-11-21efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel1-2/+12
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky1-4/+5
2021-06-28Merge tag 'efi-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport1-0/+12
2021-05-23Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+1
2021-05-22x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel1-1/+1
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-1/+1
2021-03-22x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar2-3/+3
2021-02-21Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2021-02-21Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+12
2021-02-21Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+21
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski1-4/+12
2021-02-06x86/efi: Remove EFI PGD build time checksBorislav Petkov1-19/+0
2021-01-29x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski1-2/+2
2021-01-19efi: x86: clean up previous struct mm switchingArd Biesheuvel1-12/+15
2021-01-19efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel2-2/+6
2020-11-10efi/x86: Free efi_pgd with free_pages()Arvind Sankar1-11/+13
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10