aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich1-19/+0
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky1-3/+3
2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth1-1/+2
2017-05-28x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth1-2/+4
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar1-5/+5
2017-02-01efi/x86: Add debug code to print cooked memmapDave Young1-0/+5
2017-02-01efi/x86: Move the EFI BGRT init code to early init codeDave Young1-5/+0
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-7/+7
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+1
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones1-0/+66
2016-11-13x86/efi: Fix EFI memmap pointer size warningBorislav Petkov1-1/+1
2016-10-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko1-1/+1
2016-09-09x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri1-2/+0
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-40/+0
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-12/+32
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-49/+17
2016-09-09x86/efi: Consolidate region mapping logicMatt Fleming1-7/+43
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+0
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski1-2/+0
2016-06-27x86/efi: Remove the unused efi_get_time() functionArnd Bergmann1-15/+0
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann1-1/+0
2016-04-28x86/efi: Remove the always true EFI_DEBUG symbolMatt Fleming1-4/+0
2016-04-28efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel1-0/+4
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming1-37/+47
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming1-30/+13
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-2/+0
2016-02-22x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth1-2/+7
2016-02-03x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott1-2/+2
2016-01-21x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming1-0/+15
2015-11-29x86/efi: Build our own page table structuresMatt Fleming1-25/+14
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel1-2/+2
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efiIngo Molnar1-4/+2
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar1-3/+68
2015-10-12x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi1-2/+2
2015-10-12efi/x86: Move efi=debug option parsing to coreLeif Lindholm1-2/+0
2015-10-01x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-downMatt Fleming1-1/+66
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-08-08efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang1-18/+0