summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-0/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* efi: Move efi_mem_type() to common codeJan Beulich2017-08-261-19/+0
* efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-3/+3
* x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth2017-06-051-1/+2
* x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2017-05-281-2/+4
* x86: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-5/+5
|\
| * efi/x86: Add debug code to print cooked memmapDave Young2017-02-011-0/+5
| * efi/x86: Move the EFI BGRT init code to early init codeDave Young2017-02-011-5/+0
* | x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar2017-01-281-1/+1
* | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-7/+7
* | x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-1/+1
* | x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-281-1/+1
* | x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-1/+1
* | x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-1/+1
* | x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-1/+1
* | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
|/
* efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones2017-01-141-0/+66
* x86/efi: Fix EFI memmap pointer size warningBorislav Petkov2016-11-131-1/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-1/+1
|\
| * x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-1/+1
* | x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri2016-09-091-2/+0
* | efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming2016-09-091-40/+0
* | efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2016-09-091-12/+32
* | efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-091-49/+17
* | x86/efi: Consolidate region mapping logicMatt Fleming2016-09-091-7/+43
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-1/+0
|\
| * char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-1/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-251-2/+0
|\ \
| * | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-2/+0
| |/
* | x86/efi: Remove the unused efi_get_time() functionArnd Bergmann2016-06-271-15/+0
|/
* x86/efi: Remove the always true EFI_DEBUG symbolMatt Fleming2016-04-281-4/+0
* efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel2016-04-281-0/+4
* efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-281-37/+47
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-30/+13
* efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel2016-04-281-2/+0
* x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-221-2/+7
* x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott2016-02-031-2/+2
* x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming2016-01-211-0/+15
* x86/efi: Build our own page table structuresMatt Fleming2015-11-291-25/+14
* efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-2/+2
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-4/+2
|\
| * x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi2015-10-121-2/+2
| * efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-2/+0
* | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-141-3/+68
|\ \ | |/ |/|
| * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
| * kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2
* | efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-18/+0
|/
OpenPOWER on IntegriCloud