aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/quirks.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-25efi: Allow the number of EFI configuration tables entries to be zeroGravatar Rob Bradford 1-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineGravatar Matteo Croce 1-1/+1
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hGravatar Anders Roxell 1-2/+2
2019-02-04x86/efi: Mark can_free_region() as an __init functionGravatar Sai Praneeth Prakhya 1-1/+1
2018-12-22x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...Gravatar Sai Praneeth Prakhya 1-0/+16
2018-11-30x86/efi: Unmap EFI boot services code/data regions from efi_pgdGravatar Sai Praneeth Prakhya 1-0/+25
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateGravatar Mike Rapoport 1-3/+3
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesGravatar Sai Praneeth 1-0/+78
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Gravatar Ard Biesheuvel 1-1/+2
2018-07-16efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Gravatar Sai Praneeth 1-6/+5
2018-03-12efi: Use string literals for efi_char16_t variable initializersGravatar Ard Biesheuvel 1-3/+5
2018-03-09x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Gravatar Jia-Ju Bai 1-1/+1
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingGravatar Ard Biesheuvel 1-1/+12
2017-06-05efi/capsule: Add support for Quark security headerGravatar Jan Kiszka 1-0/+137
2017-05-28efi: Don't issue error message when booted under XenGravatar Juergen Gross 1-0/+3
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+5
2017-04-13x86/efi: Don't try to reserve runtime regionsGravatar Omar Sandoval 1-0/+4
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Gravatar Ingo Molnar 1-3/+3
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Gravatar Ingo Molnar 1-1/+1
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsGravatar Ingo Molnar 1-0/+2
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Gravatar Nicolai Stange 1-2/+2
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEGravatar Matt Fleming 1-1/+5
2016-09-09efi: Allow drivers to reserve boot services foreverGravatar Matt Fleming 1-11/+110
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapGravatar Matt Fleming 1-2/+0
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeGravatar Matt Fleming 1-2/+2
2016-08-11x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Gravatar Andy Lutomirski 1-0/+21
2016-05-16Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Gravatar Matt Fleming 1-6/+4
2016-04-09ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Gravatar Chen Yu 1-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+35
2016-03-12x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Gravatar Matt Fleming 1-17/+62
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Gravatar Ard Biesheuvel 1-1/+32
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Gravatar Ingo Molnar 1-4/+13
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Gravatar Alex Thorlton 1-4/+13
2015-12-14x86/efi: Preface all print statements with efi* tagGravatar Matt Fleming 1-1/+3
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagGravatar Matt Fleming 1-0/+23
2014-06-19x86/efi: Use early_memunmap() to squelch sparse errorsGravatar Matt Fleming 1-2/+2
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cGravatar Saurabh Tangri 1-0/+267