summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/quirks.c
Commit message (Expand)AuthorAgeFilesLines
* efivarfs: expose used and total sizeAnisse Astier2023-05-171-0/+8
* x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky2021-12-051-1/+2
* x86/setup: Always reserve the first 1M of RAMMike Rapoport2021-06-031-0/+12
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski2021-02-101-4/+12
* x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com2020-07-171-8/+0
* x86/efi: Delete SGI UV1 detection.steve.wahl@hpe.com2020-07-171-23/+0
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-5/+2
|\
| * x86/platform: Convert to new CPU match macrosThomas Gleixner2020-03-241-5/+2
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-081-0/+4
|\ \
| * | efi: Export boot-services code and data as debugfs-blobsHans de Goede2020-03-031-0/+4
| |/
* / efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-1/+1
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-22/+24
|\
| * efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-201-14/+9
| * efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-201-7/+14
| * efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-251-1/+1
* | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\ \ | |/ |/|
| * x86/efi: Explicitly include realmode.h to handle RM trampoline quirkSean Christopherson2019-12-101-0/+1
* | x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young2019-12-041-4/+2
|/
* x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-071-0/+3
* x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1
* efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-291-1/+1
* efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-02-161-2/+2
* x86/efi: Mark can_free_region() as an __init functionSai Praneeth Prakhya2019-02-041-1/+1
* x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...Sai Praneeth Prakhya2018-12-221-0/+16
* x86/efi: Unmap EFI boot services code/data regions from efi_pgdSai Praneeth Prakhya2018-11-301-0/+25
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-311-3/+3
* efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-0/+78
* efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-161-1/+2
* efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Sai Praneeth2018-07-161-6/+5
* efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-121-3/+5
* x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Jia-Ju Bai2018-03-091-1/+1
* efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-1/+12
* efi/capsule: Add support for Quark security headerJan Kiszka2017-06-051-0/+137
* efi: Don't issue error message when booted under XenJuergen Gross2017-05-281-0/+3
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-3/+5
|\
| * x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-3/+3
| * x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-1/+1
| * x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+2
* | x86/efi: Don't try to reserve runtime regionsOmar Sandoval2017-04-131-0/+4
|/
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-071-2/+2
* x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-1/+5
* efi: Allow drivers to reserve boot services foreverMatt Fleming2016-09-091-11/+110
* efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2016-09-091-2/+0
* efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-091-2/+2
* x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski2016-08-111-0/+21