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