aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport1-3/+3
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth1-0/+78
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel1-1/+2
2018-07-16efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Sai Praneeth1-6/+5
2018-03-12efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel1-3/+5
2018-03-09x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Jia-Ju Bai1-1/+1
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel1-1/+12
2017-06-05efi/capsule: Add support for Quark security headerJan Kiszka1-0/+137
2017-05-28efi: Don't issue error message when booted under XenJuergen Gross1-0/+3
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2017-04-13x86/efi: Don't try to reserve runtime regionsOmar Sandoval1-0/+4
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-3/+3
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+2
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange1-2/+2
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-1/+5
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-11/+110
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-2/+0
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-2/+2
2016-08-11x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski1-0/+21
2016-05-16Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming1-6/+4
2016-04-09ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu1-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+35
2016-03-12x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tablesMatt Fleming1-17/+62
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel1-1/+32
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixesIngo Molnar1-4/+13
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton1-4/+13
2015-12-14x86/efi: Preface all print statements with efi* tagMatt Fleming1-1/+3
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming1-0/+23
2014-06-19x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming1-2/+2
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri1-0/+267