summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
* | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-2/+30
* | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-231-2/+0
* | efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-1/+0
* | efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel2020-02-231-7/+4
* | efi/x86: Reindent struct initializer for legibilityArd Biesheuvel2020-02-231-5/+5
|/
* Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-091-1/+1
|\
| * efi/x86: Fix boot regression on systems with invalid memmap entriesArd Biesheuvel2020-02-021-1/+1
* | x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-042-3/+3
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-288-724/+335
|\
| * efi/x86: Disable instrumentation in the EFI runtime handling codeArd Biesheuvel2020-01-251-0/+2
| * efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingArd Biesheuvel2020-01-201-5/+6
| * efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-202-16/+17
| * efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-203-184/+33
| * efi/x86: Avoid RWX mappings for all of DRAMArd Biesheuvel2020-01-201-4/+16
| * efi/x86: Don't map the entire kernel text RW for mixed modeArd Biesheuvel2020-01-201-2/+2
| * efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-102-4/+4
| * efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel2020-01-101-3/+0
| * efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-01-102-18/+19
| * efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel2020-01-101-84/+82
| * efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-101-90/+5
| * efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-103-142/+71
| * efi/x86: Simplify 64-bit EFI firmware call wrapperArd Biesheuvel2020-01-103-36/+7
| * efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel2020-01-102-94/+20
| * efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel2020-01-103-53/+54
| * efi/x86: Split off some old memmap handling into separate routinesArd Biesheuvel2020-01-101-13/+22
| * efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-01-101-6/+7
| * efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-2/+0
| * efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-251-2/+2