Age | Commit message (Expand) | Author | Files | Lines |
2020-02-23 | efi/libstub/x86: Incorporate eboot.c into libstub | Ard Biesheuvel | 1 | -777/+0 |
2020-02-22 | efi/libstub/x86: Avoid overflowing code32_start on PE entry | Ard Biesheuvel | 1 | -22/+18 |
2020-02-22 | efi/libstub/x86: Remove pointless zeroing of apm_bios_info | Ard Biesheuvel | 1 | -5/+0 |
2020-02-22 | efi/x86: Mark setup_graphics static | Arvind Sankar | 1 | -1/+1 |
2020-02-22 | efi/x86: Remove GDT setup from efi_main | Arvind Sankar | 1 | -103/+0 |
2020-01-25 | efi/libstub/x86: Fix EFI server boot failure | Qian Cai | 1 | -1/+1 |
2020-01-20 | efi/libstub/x86: Fix unused-variable warning | Arnd Bergmann | 1 | -2/+0 |
2020-01-20 | efi/libstub/x86: Use const attribute for efi_is_64bit() | Ard Biesheuvel | 1 | -8/+6 |
2020-01-10 | efi/x86: Allow translating 64-bit arguments for mixed mode calls | Arvind Sankar | 1 | -16/+0 |
2020-01-10 | efi/libstub/x86: Force 'hidden' visibility for extern declarations | Ard Biesheuvel | 1 | -0/+2 |
2019-12-25 | efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive | Ard Biesheuvel | 1 | -42/+35 |
2019-12-25 | efi/libstub: Drop 'table' argument from efi_table_attr() macro | Ard Biesheuvel | 1 | -4/+4 |
2019-12-25 | efi/libstub: Drop protocol argument from efi_call_proto() macro | Ard Biesheuvel | 1 | -14/+9 |
2019-12-25 | efi/libstub/x86: Work around page freeing issue in mixed mode | Ard Biesheuvel | 1 | -0/+16 |
2019-12-25 | efi/libstub: Remove 'sys_table_arg' from all function prototypes | Ard Biesheuvel | 1 | -22/+18 |
2019-12-25 | efi/libstub: Drop sys_table_arg from printk routines | Ard Biesheuvel | 1 | -14/+14 |
2019-12-25 | efi/libstub/x86: Drop __efi_early() export and efi_config struct | Ard Biesheuvel | 1 | -52/+30 |
2019-12-25 | efi/libstub: Unify the efi_char16_printk implementations | Ard Biesheuvel | 1 | -7/+0 |
2019-12-25 | efi/libstub: Get rid of 'sys_table_arg' macro parameter | Ard Biesheuvel | 1 | -0/+5 |
2019-12-25 | efi/libstub/x86: Avoid thunking for native firmware calls | Ard Biesheuvel | 1 | -1/+2 |
2019-12-25 | efi/libstub: Use stricter typing for firmware function pointers | Ard Biesheuvel | 1 | -4/+6 |
2019-12-25 | efi/libstub: Distinguish between native/mixed not 32/64 bit | Ard Biesheuvel | 1 | -2/+1 |
2019-12-25 | efi/libstub: Use a helper to iterate over a EFI handle array | Ard Biesheuvel | 1 | -9/+5 |
2019-11-26 | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+5 |
2019-11-07 | x86/efi: EFI soft reservation to E820 enumeration | Dan Williams | 1 | -1/+5 |
2019-11-07 | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table | Dominik Brodowski | 1 | -0/+3 |
2019-10-31 | x86, efi: Never relocate kernel below lowest acceptable address | Kairui Song | 1 | -1/+3 |
2019-07-18 | x86/boot/efi: Remove unused variables | Zhenzhong Duan | 1 | -9/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497 | Thomas Gleixner | 1 | -3/+1 |
2018-11-30 | x86/efi: Allocate e820 buffer before calling efi_exit_boot_service | Eric Snowberg | 1 | -24/+41 |
2018-09-26 | efi/x86: Call efi_parse_options() from efi_main() | Hans de Goede | 1 | -0/+10 |
2018-07-22 | efi/x86: Replace references to efi_early->is64 with efi_is_64bit() | Ard Biesheuvel | 1 | -10/+6 |
2018-07-22 | efi: Deduplicate efi_open_volume() | Lukas Wunner | 1 | -63/+0 |
2018-07-22 | efi/x86: Add missing NULL initialization in UGA draw protocol discovery | Ard Biesheuvel | 1 | -0/+1 |
2018-07-22 | efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routines | Ard Biesheuvel | 1 | -85/+26 |
2018-07-22 | efi/x86: Align efi_uga_draw_protocol typedef names to convention | Ard Biesheuvel | 1 | -2/+2 |
2018-07-22 | efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routines | Ard Biesheuvel | 1 | -91/+32 |
2018-07-16 | efi/x86: Clean up the eboot code | Ingo Molnar | 1 | -120/+125 |
2018-07-11 | efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr... | Ard Biesheuvel | 1 | -9/+3 |
2018-06-24 | efi/x86: Fix incorrect invocation of PciIo->Attributes() | Ard Biesheuvel | 1 | -1/+1 |
2018-05-14 | efi/x86: Ignore unrealistically large option ROMs | Hans de Goede | 1 | -1/+8 |
2018-05-14 | efi/x86: Fold __setup_efi_pci32() and __setup_efi_pci64() into one function | Ard Biesheuvel | 1 | -82/+25 |
2018-05-14 | efi: Align efi_pci_io_protocol typedefs to type naming convention | Ard Biesheuvel | 1 | -4/+4 |
2018-05-14 | efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit... | Ard Biesheuvel | 1 | -2/+4 |
2018-03-12 | efi: Use string literals for efi_char16_t variable initializers | Ard Biesheuvel | 1 | -1/+2 |
2018-03-09 | efi: Make const array 'apple' static | Colin Ian King | 1 | -1/+1 |
2018-02-22 | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar | 1 | -2/+2 |
2018-01-08 | efi: call get_event_log before ExitBootServices | Thiebaud Weksteen | 1 | -0/+1 |
2017-09-07 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
2017-09-04 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+4 |