- 33b6d03 efi: call get_event_log before ExitBootServices by Thiebaud Weksteen · 7 years ago
- f92e3da Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 24e700e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 64b163f x86/idt: Unify gate_struct handling for 32/64-bit kernels by Thomas Gleixner · 7 years ago
- ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
- 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
- 919a02d x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations by Kirill A. Shutemov · 8 years ago
- 4c94117 x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configurations by Kirill A. Shutemov · 8 years ago
- f8fceac x86/boot/efi: Cleanup initialization of GDT entries by Kirill A. Shutemov · 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
- de8cb45 efi: Get and store the secure boot status by David Howells · 8 years ago
- a2cd2f3 x86/efi: Allow invocation of arbitrary runtime services by David Howells · 8 years ago
- db4545d x86/efi: Deduplicate efi_char16_printk() by Lukas Wunner · 8 years ago
- 2bd79f3 efi: Deduplicate efi_file_size() / _read() / _close() by Lukas Wunner · 8 years ago
- 7410aa1 x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures by Ingo Molnar · 8 years ago
- 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" 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
- 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct 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
- 58c5475 x86/efi: Retrieve and assign Apple device properties by Lukas Wunner · 8 years ago
- 5465fe0 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core by Ingo Molnar · 8 years ago
- 0a637ee x86/efi: Allow invocation of arbitrary boot services by Lukas Wunner · 8 years ago
- 15cf7ca x86/efi: Remove unused find_bits() function by Lukas Wunner · 8 years ago
- ac0e94b x86/efi: Initialize status to ensure garbage is not returned on small size by Colin Ian King · 9 years ago
- d649340 x86/efi: Use efi_exit_boot_services() by Jeffrey Hugo · 8 years ago
- dadb57a efi/libstub: Allocate headspace in efi_get_memory_map() by Jeffrey Hugo · 8 years ago
- f6d1747 x86/efi: Remove unused variable 'efi' by Colin Ian King · 9 years ago
- fc37206 efi/libstub: Move Graphics Output Protocol handling to generic code by Ard Biesheuvel · 9 years ago
- 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code 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
- 8a53554 x86/efi: Fix multiple GOP device support by Kővágó, Zoltán · 9 years ago
- ae2ee62 efifb: Add support for 64-bit frame buffer addresses by Matt Fleming · 9 years ago
- 5461bd8 Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
- 7cc03e4 x86/efi: Use all 64 bit of efi_memmap in setup_e820() by Dmitry Skorodumov · 9 years ago
- 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 10 years ago
- ad5fb87 e820, efi: add ACPI 6.0 persistent memory types by Dan Williams · 10 years ago
- c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
- 98b228f x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr by Roy Franz · 10 years ago
- 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
- 243b675 efi/x86: Move x86 back to libstub by Ard Biesheuvel · 10 years ago
- 75b1285 Merge branch 'next' into efi-next-merge by Matt Fleming · 10 years ago
- 77e21e8 x86/efi: Adding efi_printks on memory allocationa and pci.reads by Andre Müller · 10 years ago
- 5a17dae efi: Add efi= parameter parsing to the EFI boot stub by Matt Fleming · 10 years ago
- 115c662 x86/efi: Truncate 64-bit values when calling 32-bit OutputString() by Matt Fleming · 10 years ago
- 56394ab x86/efi: Delete misleading efi_printk() error message by Matt Fleming · 10 years ago
- 84be880 Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" by Matt Fleming · 10 years ago
- 47226ad x86/efi: Only load initrd above 4g on second try by Yinghai Lu · 10 years ago
- fb86b24 x86/efi: Add better error logging to EFI boot stub by Ulf Winkelvos · 11 years ago
- f4f75ad5 efi: efistub: Convert into static library by Ard Biesheuvel · 11 years ago
- bd66947 efi: efistub: Refactor stub components by Ard Biesheuvel · 11 years ago
- f23cf8b efi/x86: efistub: Move shared dependencies to <asm/efi.h> by Ard Biesheuvel · 11 years ago
- 4bf7111 x86/efi: Support initrd loaded above 4G by Yinghai Lu · 11 years ago
- c625d1c efi: x86: Handle arbitrary Unicode characters by H. Peter Anvin · 11 years ago
- 47514c9 efi: Pass correct file handle to efi_file_{read,close} by Matt Fleming · 11 years ago
- 7e8213c x86/efi: Correct EFI boot stub use of code32_start by Matt Fleming · 11 years ago
- 396f1a0 x86/efi: Fix boot failure with EFI stub by Matt Fleming · 11 years ago
- 204b0a1 x86, efi: Abstract x86 efi_early calls by Matt Fleming · 11 years ago
- b8ff87a x86/efi: Firmware agnostic handover entry points by Matt Fleming · 11 years ago
- c116e8d x86/efi: Split the boot stub into 32/64 code paths by Matt Fleming · 11 years ago
- 54b52d8 x86/efi: Build our own EFI services pointer table by Matt Fleming · 11 years ago
- 0ce6cda x86 efi: bugfix interrupt disabling sequence by Bart Kuivenhoven · 11 years ago
- d2078d5 x86: EFI stub support for large memory maps by Linn Crosetto · 11 years ago
- 46f4582 efi: Generalize handle_ramdisks() and rename to handle_cmdline_files(). by Roy Franz · 11 years ago
- 0e1cadb efi: Allow efi_free() to be called with size of 0 by Roy Franz · 11 years ago
- ae8e906 efi: use efi_get_memory_map() to get final map for x86 by Roy Franz · 11 years ago
- 5fef387 efi: Move unicode to ASCII conversion to shared function. by Roy Franz · 11 years ago
- 4a9f3a7 efi: Generalize relocate_kernel() for use by other architectures. by Roy Franz · 11 years ago
- c6866d7 efi: Move relocate_kernel() to shared file. by Roy Franz · 11 years ago
- 40e4530 efi: Rename memory allocation/free functions by Roy Franz · 11 years ago
- 876dc36 efi: Add system table pointer argument to shared functions. by Roy Franz · 11 years ago
- 7721da4 efi: Move common EFI stub code from x86 arch code to common location by Roy Franz · 11 years ago
- df981ed x86, efi: correct call to free_pages by Roy Franz · 11 years ago
- 4d6f843 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- d3768d8 x86, efi: retry ExitBootServices() on failure by Zach Bobroff · 12 years ago
- f8b8404 Modify UEFI anti-bricking code by Matthew Garrett · 12 years ago
- f697036 efi: Check EFI revision in setup_efi_vars by Josh Boyer · 12 years ago
- 51f8fbb x86, efi: Fix a build warning by Borislav Petkov · 12 years ago
- cc5a080 efi: Pass boot services variable info to runtime code by Matthew Garrett · 12 years ago
- deb9410 x86, efi: Allow slash in file path of initrd by Lee, Chun-Yi · 12 years ago
- becbd66 Merge tag 'efi-for-3.8' into x86/efi by H. Peter Anvin · 12 years ago
- 7397018 x86, efi: remove attribute check from setup_efi_pci by Maarten Lankhorst · 12 years ago
- b607e21 x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit mode by David Woodhouse · 12 years ago
- 70a479c x86, efi: Fix display detection in EFI boot stub by David Woodhouse · 12 years ago
- bc75479 x86, efi: fix 32-bit warnings in setup_efi_pci() by Jan Beulich · 12 years ago
- 886d751 x86, efi: correct precedence of operators in setup_efi_pci by Sasha Levin · 12 years ago
- 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
- dd5fc85 EFI: Stash ROMs if they're not in the PCI BAR by Matthew Garrett · 12 years ago
- 0f905a4 x86, efi: Fix processor-specific memcpy() build error by Matt Fleming · 12 years ago
- e9b1095 x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmware by Matthew Garrett · 12 years ago
- f462ed9 efifb: Skip DMI checks if the bootloader knows what it's doing by Matthew Garrett · 12 years ago
- 38cb5ef X86: Improve GOP detection in the EFI boot stub by Matthew Garrett · 12 years ago
- 9ca8f72 x86, efi: Handover Protocol by Matt Fleming · 13 years ago
- 9fa7ded x86, efi; Add EFI boot stub console support by Matt Fleming · 13 years ago
- 30dc0d0 x86, efi: Only close open files in error path by Matt Fleming · 13 years ago
- 8ca038d Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- e31be36 x86, efi: Fix .text section overlapping image header for EFI_STUB by Matt Fleming · 13 years ago
- c7b7383 x86, efi: Fix pointer math issue in handle_ramdisks() by Dan Carpenter · 13 years ago
- 2d2da60f x86, efi: Break up large initrd reads by Maarten Lankhorst · 13 years ago
- 291f363 x86, efi: EFI boot stub support by Matt Fleming · 13 years ago