summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-201-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-202-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-301-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
| |/
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-082-0/+6
|\ \
| * | efi: Add embedded peripheral firmware supportHans de Goede2020-03-031-0/+1
| * | efi: Export boot-services code and data as debugfs-blobsHans de Goede2020-03-032-0/+5
| |/
* | efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky2020-02-291-0/+1
* | efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky2020-02-291-0/+2
* | efi/x86: Drop 'systab' member from struct efiArd Biesheuvel2020-02-231-73/+14
* | efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-234-19/+38
* | efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel2020-02-231-17/+2
* | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-232-13/+49
* | efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel2020-02-231-3/+1
* | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-3/+3
* | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-0/+30
* | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-36/+10
* | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-231-1/+1