aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
AgeCommit message (Expand)Author
2020-05-15efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel
2020-05-15efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel
2019-12-10efi/x86: Do not clean dummy variable in kexec pathDave Young
2019-05-25efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky
2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth
2017-05-28x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar
2017-02-01efi/x86: Add debug code to print cooked memmapDave Young
2017-02-01efi/x86: Move the EFI BGRT init code to early init codeDave Young
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones
2016-11-13x86/efi: Fix EFI memmap pointer size warningBorislav Petkov
2016-10-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko
2016-09-09x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt 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-09-09x86/efi: Consolidate region mapping logicMatt Fleming
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski
2016-06-27x86/efi: Remove the unused efi_get_time() functionArnd Bergmann
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann
2016-04-28x86/efi: Remove the always true EFI_DEBUG symbolMatt Fleming
2016-04-28efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel
2016-02-22x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth
2016-02-03x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott
2016-01-21x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming
2015-11-29x86/efi: Build our own page table structuresMatt Fleming
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar
2015-10-12x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi