summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/eboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-191-3/+1Star
* x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg2018-11-301-24/+41
* efi/x86: Call efi_parse_options() from efi_main()Hans de Goede2018-09-261-0/+10
* efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Ard Biesheuvel2018-07-221-10/+6Star
* efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-63/+0Star
* efi/x86: Add missing NULL initialization in UGA draw protocol discoveryArd Biesheuvel2018-07-221-0/+1
* efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routinesArd Biesheuvel2018-07-221-85/+26Star
* efi/x86: Align efi_uga_draw_protocol typedef names to conventionArd Biesheuvel2018-07-221-2/+2
* efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routinesArd Biesheuvel2018-07-221-91/+32Star
* efi/x86: Clean up the eboot codeIngo Molnar2018-07-161-120/+125
* efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel2018-07-111-9/+3Star
* efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel2018-06-241-1/+1
* efi/x86: Ignore unrealistically large option ROMsHans de Goede2018-05-141-1/+8
* efi/x86: Fold __setup_efi_pci32() and __setup_efi_pci64() into one functionArd Biesheuvel2018-05-141-82/+25Star
* efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel2018-05-141-4/+4
* efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel2018-05-141-2/+4
* efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-121-1/+2
* efi: Make const array 'apple' staticColin Ian King2018-03-091-1/+1
* treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-2/+2
* efi: call get_event_log before ExitBootServicesThiebaud Weksteen2018-01-081-0/+1
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-0/+3
|\
| * efi/libstub: Enable reset attack mitigationMatthew Garrett2017-08-261-0/+3
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-051-4/+4
|\ \
| * | x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-291-4/+4
| |/
* / efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He2017-08-171-1/+1
|/
* x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurationsKirill A. Shutemov2017-06-131-2/+23
* x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configurationsKirill A. Shutemov2017-06-131-2/+7
* x86/boot/efi: Cleanup initialization of GDT entriesKirill A. Shutemov2017-06-131-18/+21
* Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-172/+10Star
|\
| * efi: Get and store the secure boot statusDavid Howells2017-02-071-0/+7
| * x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells2017-02-071-0/+1
| * x86/efi: Deduplicate efi_char16_printk()Lukas Wunner2017-02-011-24/+2Star
| * efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner2017-02-011-148/+0Star
* | x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar2017-01-291-8/+8
* | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-6/+6
* | x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-11/+11
* | x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-11/+11
* | x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-6/+6
* | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+2
|/
* x86/efi: Retrieve and assign Apple device propertiesLukas Wunner2016-11-131-0/+65
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-131-37/+3Star
|\
| * x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner2016-09-091-12/+1Star
| * x86/efi: Remove unused find_bits() functionLukas Wunner2016-09-091-23/+0Star
| * x86/efi: Initialize status to ensure garbage is not returned on small sizeColin Ian King2016-09-091-2/+2
* | x86/efi: Use efi_exit_boot_services()Jeffrey Hugo2016-09-051-69/+67Star
* | efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-7/+13
|/
* x86/efi: Remove unused variable 'efi'Colin Ian King2016-06-271-2/+0Star
* efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel2016-04-281-318/+0Star
* x86/efi: Prepare GOP handling code for reuse as generic codeArd Biesheuvel2016-04-281-23/+35