summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/quirks.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+5Star
* 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-021-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/+0Star
* 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
* Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-171-1/+1
|\
| * ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu2016-04-091-1/+1
* | efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-6/+4Star
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+35
|\
| * efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-1/+32
| * Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-031-4/+13
| |\
| * | x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-141-1/+3
* | | x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming2016-03-121-17/+62
| |/ |/|
* | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-191-4/+13
|/
* x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming2014-07-181-0/+23
* x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming2014-06-191-2/+2
* x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri2014-06-191-0/+267