- 3be5f0d Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core by Ingo Molnar · 4 years, 10 months ago
- f0df68d efi: Add embedded peripheral firmware support by Hans de Goede · 5 years ago
- 0e72a6a efi: Export boot-services code and data as debugfs-blobs by Hans de Goede · 5 years ago
- badc619 efi/x86: Add RNG seed EFI table to unencrypted mapping check by Tom Lendacky · 4 years, 11 months ago
- f10e80a efi/x86: Add TPM related EFI tables to unencrypted mapping checks by Tom Lendacky · 4 years, 11 months ago
- fd26830 efi/x86: Drop 'systab' member from struct efi by Ard Biesheuvel · 5 years ago
- 59f2a61 efi: Add 'runtime' pointer to struct efi by Ard Biesheuvel · 5 years ago
- 0930801 efi/x86: Merge assignments of efi.runtime_version by Ard Biesheuvel · 5 years ago
- 9cd437a efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific by Ard Biesheuvel · 5 years ago
- 0a67361 efi/x86: Remove runtime table address from kexec EFI setup data by Ard Biesheuvel · 5 years ago
- 06c0bd9 efi: Clean up config_parse_tables() by Ard Biesheuvel · 5 years ago
- 3a0701d efi: Make efi_config_init() x86 only by Ard Biesheuvel · 5 years ago
- 14fb420 efi: Merge EFI system table revision and vendor checks by Ard Biesheuvel · 5 years ago
- a17e809 efi: Move mem_attr_table out of struct efi by Ard Biesheuvel · 5 years ago
- fd506e0 efi: Move UGA and PROP table handling to x86 code by Ard Biesheuvel · 5 years ago
- 120540f efi/ia64: Move HCDP and MPS table handling into IA64 arch code by Ard Biesheuvel · 5 years ago
- 50d53c5 efi: Drop handling of 'boot_info' configuration table by Ard Biesheuvel · 5 years ago
- a570b06 efi/x86: Replace #ifdefs with IS_ENABLED() checks by Ard Biesheuvel · 5 years ago
- 14b60cc efi/x86: Reindent struct initializer for legibility by Ard Biesheuvel · 5 years ago
- 59365ca efi/x86: Fix boot regression on systems with invalid memmap entries by Ard Biesheuvel · 5 years ago
- 1db9103 efi: Add tracking for dynamically allocated memmaps by Dan Williams · 5 years ago
- 1f299fa efi/x86: Limit EFI old memory map to SGI UV machines by Ard Biesheuvel · 5 years ago
- 4684abe efi/x86: Remove unreachable code in kexec_enter_virtual_mode() by Ard Biesheuvel · 5 years ago
- e2d68a9 efi/x86: Don't panic or BUG() on non-critical error conditions by Ard Biesheuvel · 5 years ago
- 5b279a2 efi/x86: Clean up efi_systab_init() routine for legibility by Ard Biesheuvel · 5 years ago
- 33b8544 efi/x86: Drop two near identical versions of efi_runtime_init() by Ard Biesheuvel · 5 years ago
- ea5e191 efi/x86: Simplify mixed mode call wrapper by Ard Biesheuvel · 5 years ago
- 6982947 efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions by Ard Biesheuvel · 5 years ago
- ffc2760 efi/x86: Map the entire EFI vendor string before copying it by Ard Biesheuvel · 5 years ago
- 960a8d0 efi/libstub: Use stricter typing for firmware function pointers by Ard Biesheuvel · 5 years ago
- a8147db efi/x86: Rename efi_is_native() to efi_is_mixed() by Ard Biesheuvel · 5 years ago
- 199c847 x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP by Dan Williams · 5 years ago
- 262b45a x86/efi: EFI soft reservation to E820 enumeration by Dan Williams · 5 years ago
- 6950e31 x86/efi: Push EFI_MEMMAP check into leaf routines by Dan Williams · 5 years ago
- 2ecb740 efi/x86: Do not clean dummy variable in kexec path by Dave Young · 5 years ago
- 1c5fecb efi: Export Runtime Configuration Interface table to sysfs by Narendra K · 6 years ago
- 5828efb efi: ia64: move SAL systab handling out of generic EFI code by Ard Biesheuvel · 6 years ago
- ec7e160 efi/x86: move UV_SYSTAB handling into arch/x86 by Ard Biesheuvel · 6 years ago
- e55f31a efi: x86: move efi_is_table_address() into arch/x86 by Ard Biesheuvel · 6 years ago
- 4e78921 efi/x86/Add missing error handling to old_memmap 1:1 mapping code by Gen Zhang · 6 years ago
- 47c33a0 x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86 by Sai Praneeth Prakhya · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 23f0571 efi: Move efi_mem_type() to common code by Jan Beulich · 7 years ago
- f99afd0 efi: Update efi_mem_type() to return an error rather than 0 by Tom Lendacky · 7 years ago
- ac81d3d x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as well by Sai Praneeth · 8 years ago
- 4e52797 x86/efi: Disable runtime services on kexec kernel if booted with efi=old_map by Sai Praneeth · 8 years ago
- d116365 x86: use set_memory.h header by Laura Abbott · 8 years ago
- 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
- 22c091d efi/x86: Add debug code to print cooked memmap by Dave Young · 8 years ago
- 7b0a911 efi/x86: Move the EFI BGRT init code to early init code by Dave Young · 8 years ago
- f9748fa x86/boot/e820: Simplify the e820__update_table() interface by Ingo Molnar · 8 years ago
- 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
- ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
- f52355a x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() by Ingo Molnar · 8 years ago
- bf49557 x86/boot/e820: Harmonize the 'struct e820_table' fields by Ingo Molnar · 8 years ago
- 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
- acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
- 5520b7e x86/boot/e820: Remove spurious asm/e820/api.h inclusions by Ingo Molnar · 8 years ago
- 0100a3e efi/x86: Prune invalid memory map entries and fix boot regression by Peter Jones · 8 years ago
- 02e5690 x86/efi: Fix EFI memmap pointer size warning by Borislav Petkov · 8 years ago
- 3ef0a61 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 4753396 x86/e820: Prepare e280 code for switch to dynamic storage by Denys Vlasenko · 8 years ago
- 3dad6f7 x86/efi: Defer efi_esrt_init until after memblock_x86_fill by Ricardo Neri · 8 years ago
- 31ce8cc efi/runtime-map: Use efi.memmap directly instead of a copy by Matt Fleming · 9 years ago
- dca0f97 efi: Add efi_memmap_init_late() for permanent EFI memmap by Matt Fleming · 9 years ago
- 9479c7c efi: Refactor efi_memmap_init_early() into arch-neutral code by Matt Fleming · 9 years ago
- ab72a27 x86/efi: Consolidate region mapping logic by Matt Fleming · 9 years ago
- 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
- 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
- b684e9b x86/efi: Remove the unused efi_get_time() function by Arnd Bergmann · 9 years ago
- 463a863 char/genrtc: x86: remove remnants of asm/rtc.h by Arnd Bergmann · 9 years ago
- c3c1c47 x86/efi: Remove the always true EFI_DEBUG symbol by Matt Fleming · 9 years ago
- 0d054ad efi: Check EFI_MEMORY_DESCRIPTOR version explicitly by Ard Biesheuvel · 9 years ago
- 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 9 years ago
- 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 9 years ago
- c5b591e efi: Get rid of the EFI_SYSTEM_TABLES status bit by Ard Biesheuvel · 9 years ago
- 6d0cc88 x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables by Sai Praneeth · 9 years ago
- 1e82b94 x86/efi: Show actual ending addresses in efi_print_memmap by Robert Elliott · 9 years ago
- 753b11e x86/efi: Setup separate EFI page tables in kexec paths by Matt Fleming · 9 years ago
- 67a9108 x86/efi: Build our own page table structures by Matt Fleming · 9 years ago
- 44511fb efi: Use correct type for struct efi_memory_map::phys_map by Ard Biesheuvel · 9 years ago
- 790a2ee Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi by Ingo Molnar · 9 years ago
- c7d77a7 Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix by Ingo Molnar · 9 years ago
- 0bbea1c x86/efi: Rename print_efi_memmap() to efi_print_memmap() by Taku Izumi · 9 years ago
- 12dd00e efi/x86: Move efi=debug option parsing to core by Leif Lindholm · 9 years ago
- a5caa20 x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down by Matt Fleming · 9 years ago
- 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
- 7bf7931 efi, x86: Rearrange efi_mem_attributes() by Jonathan (Zhixiong) Zhang · 9 years ago
- 9115c75 efi: Check for NULL efi kernel parameters by Ricardo Neri · 9 years ago
- 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 10 years ago
- b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 10 years ago
- ad5fb87 e820, efi: add ACPI 6.0 persistent memory types by Dan Williams · 10 years ago
- 0bb5490 efi: Add esrt support by Peter Jones · 10 years ago
- 744937b0b efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction by Ingo Molnar · 10 years ago
- 23a0d4e efi: Disable interrupts around EFI calls, not in the epilog/prolog calls by Ingo Molnar · 10 years ago
- fed6cef x86/efi: Add a "debug" option to the efi= cmdline by Borislav Petkov · 10 years ago
- 4e78eb05 x86/efi: Mark initialization code as such by Mathias Krause · 10 years ago
- 0ce4605 x86/efi: Update comment regarding required phys mapped EFI services by Mathias Krause · 10 years ago