aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/quirks.c
AgeCommit message (Expand)Author
2023-05-17efivarfs: expose used and total sizeAnisse Astier
2021-12-05x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com
2020-07-17x86/efi: Delete SGI UV1 detection.steve.wahl@hpe.com
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-24x86/platform: Convert to new CPU match macrosThomas Gleixner
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel
2019-12-10x86/efi: Explicitly include realmode.h to handle RM trampoline quirkSean Christopherson
2019-12-04x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams
2019-06-21x86/efi: fix a -Wtype-limits compilation warningQian Cai
2019-05-25efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell
2019-02-04x86/efi: Mark can_free_region() as an __init functionSai Praneeth Prakhya
2018-12-22x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...Sai Praneeth Prakhya
2018-11-30x86/efi: Unmap EFI boot services code/data regions from efi_pgdSai Praneeth Prakhya
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel
2018-07-16efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Sai Praneeth
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel
2018-03-09x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Jia-Ju Bai
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel
2017-06-05efi/capsule: Add support for Quark security headerJan Kiszka
2017-05-28efi: Don't issue error message when booted under XenJuergen Gross
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-04-13x86/efi: Don't try to reserve runtime regionsOmar Sandoval
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming
2016-08-11x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski