summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix all occurences of the "the the" typoBo Liu2022-05-271-1/+1
* efi: Save location of EFI confidential computing areaDov Murik2022-04-131-0/+3
* objtool,efi: Update __efi64_thunk annotationPeter Zijlstra2022-03-152-3/+4
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-133-3/+3
|\
| * x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-083-3/+3
* | Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-2/+12
|\ \
| * | efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel2021-11-211-2/+12
| |/
* / x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky2021-12-051-1/+2
|/
* x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky2021-10-041-4/+5
* Merge tag 'efi-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-281-1/+1
|\
| * Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-05-231-1/+1
| |\
| | * x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel2021-05-221-1/+1
* | | x86/setup: Always reserve the first 1M of RAMMike Rapoport2021-06-031-0/+12
|/ /
* / x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-1/+1
|/
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-182-3/+3
* Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-211-2/+2
|\
| * x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski2021-01-291-2/+2
* | Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-211-4/+12
|\ \
| * | x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski2021-02-101-4/+12
| |/
* | Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-212-14/+21
|\ \
| * | efi: x86: clean up previous struct mm switchingArd Biesheuvel2021-01-191-12/+15
| * | efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel2021-01-192-2/+6
| |/
* / x86/efi: Remove EFI PGD build time checksBorislav Petkov2021-02-061-19/+0
|/
* efi/x86: Free efi_pgd with free_pages()Arvind Sankar2020-11-101-11/+13
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+10
|\
| * x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky2020-09-101-0/+10
* | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-10-123-76/+39
|\|
| * efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel2020-08-202-76/+37
| * efi/x86: Mark kernel rodata non-executable for mixed modeArvind Sankar2020-08-201-0/+2
* | efi: Support for MOK variable config tableLenny Szubowicz2020-09-161-0/+3
|/
* x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAPsteve.wahl@hpe.com2020-07-171-1/+1
* x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com2020-07-173-54/+6
* x86/efi: Delete SGI UV1 detection.steve.wahl@hpe.com2020-07-171-23/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-4/+4
|\
| * efi: Clean up config table description arraysArd Biesheuvel2020-04-241-4/+4
* | x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2020-04-301-1/+1
|/
* efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel2020-04-141-2/+10
* efi/x86: Fix the deletion of variables in mixed modeGary Lin2020-04-141-2/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-311-5/+2
|\
| * Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-251-5/+2
| |\
| | * x86/platform: Convert to new CPU match macrosThomas Gleixner2020-03-241-5/+2
* | | efi/x86: Preserve %ebx correctly in efi_set_virtual_address_map()Ard Biesheuvel2020-03-081-1/+1
* | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-99/+52
|\| |
| * | efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel2020-02-261-19/+26
| * | efi/x86: Remove support for EFI time and counter services in mixed modeArd Biesheuvel2020-02-261-76/+5
| * | efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel2020-02-261-4/+21
| |/