- 9589351 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- c90beea x86/boot/compressed: Fix debug_puthex() parameter type by Joerg Roedel · 4 years, 10 months ago
- d5cdf4c efi/x86: Don't relocate the kernel unless necessary by Arvind Sankar · 4 years, 10 months ago
- 964124a efi/x86: Remove extra headroom for setup block by Arvind Sankar · 4 years, 10 months ago
- 2672519 efi/x86: Add kernel preferred address to PE header by Arvind Sankar · 4 years, 10 months ago
- 1887c9b efi/x86: Decompress at start of PE image load address by Arvind Sankar · 4 years, 10 months ago
- 8ef44be x86/boot/compressed/32: Save the output address instead of recalculating it by Arvind Sankar · 4 years, 10 months ago
- 81a3489 x86/boot: Use unsigned comparison for addresses by Arvind Sankar · 4 years, 10 months ago
- 8acf63e efi/x86: Avoid using code32_start by Arvind Sankar · 4 years, 10 months ago
- 3fab433 efi/x86: Make efi32_pe_entry() more readable by Arvind Sankar · 4 years, 10 months ago
- 71ff44a efi/x86: Respect 32-bit ABI in efi32_pe_entry() by Arvind Sankar · 4 years, 10 months ago
- 3cdcd68 efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA by Arvind Sankar · 4 years, 10 months ago
- c98a76e x86/boot/compressed: Fix reloading of GDTR post-relocation by Arvind Sankar · 4 years, 10 months ago
- e976568 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
- 6f8f0dc x86/vmlinux: Drop unneeded linker script discard of .eh_frame by Arvind Sankar · 4 years, 10 months ago
- 003602a x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections by Arvind Sankar · 4 years, 10 months ago
- 0eea39a x86/boot/compressed: Remove .eh_frame section from bzImage by Arvind Sankar · 5 years ago
- 148d3f7 efi/libstub: Introduce symbolic constants for the stub major/minor version by Ard Biesheuvel · 4 years, 11 months ago
- a3326a0 efi/x86: Use symbolic constants in PE header instead of bare numbers by Ard Biesheuvel · 4 years, 11 months ago
- 97aa276 efi/x86: Add true mixed mode entry point into .compat section by Ard Biesheuvel · 4 years, 11 months ago
- 17054f4 efi/x86: Implement mixed mode boot without the handover protocol by Ard Biesheuvel · 4 years, 11 months ago
- 832187f efi/x86: Drop redundant .bss section by Ard Biesheuvel · 4 years, 11 months ago
- 223e3ee efi/x86: add headroom to decompressor BSS to account for setup block by Ard Biesheuvel · 4 years, 10 months ago
- c2d0b47 efi/libstub/x86: Incorporate eboot.c into libstub by Ard Biesheuvel · 5 years ago
- 04a7d0e efi/libstub/x86: Avoid overflowing code32_start on PE entry by Ard Biesheuvel · 5 years ago
- e6d832e efi/libstub/x86: Remove pointless zeroing of apm_bios_info by Ard Biesheuvel · 5 years ago
- f32ea1c efi/x86: Mark setup_graphics static by Arvind Sankar · 5 years ago
- 8a3abe3 x86/boot: Micro-optimize GDT loading instructions by Arvind Sankar · 5 years ago
- b75e2b0 x86/boot: GDT limit value should be size - 1 by Arvind Sankar · 5 years ago
- ef5a7b5 efi/x86: Remove GDT setup from efi_main by Arvind Sankar · 5 years ago
- cae0e43 x86/boot: Clear direction and interrupt flags in startup_64 by Arvind Sankar · 5 years ago
- 32d0091 x86/boot: Reload GDTR after copying to the end of the buffer by Arvind Sankar · 5 years ago
- 90ff226 efi/x86: Don't depend on firmware GDT layout by Arvind Sankar · 5 years ago
- 67a6af7 x86/boot: Remove KEEP_SEGMENTS support by Arvind Sankar · 5 years ago
- 3ee372cc x86/boot/compressed/64: Remove .bss/.pgtable from bzImage by Arvind Sankar · 5 years ago
- df6d4f9 x86/boot/compressed: Don't declare __force_order in kaslr_64.c by H.J. Lu · 5 years ago
- a86255f x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len by Arvind Sankar · 5 years ago
- 48bfdb9 x86/boot/compressed/64: Use LEA to initialize boot stack pointer by Arvind Sankar · 5 years ago
- 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
- 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
- 2b73ea3 x86/boot: Handle malformed SRAT tables during early ACPI parsing by Steven Clarkson · 5 years ago
- c0275ae Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 6b90e71 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- bcc8aff Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- cada0b6 efi/libstub/x86: Fix EFI server boot failure by Qian Cai · 5 years ago
- 183ef7a x86/boot: Simplify calculation of output address by Arvind Sankar · 5 years ago
- bc310ba x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld by Ard Biesheuvel · 5 years ago
- bd1d7093 efi/libstub/x86: Fix unused-variable warning by Arnd Bergmann · 5 years ago
- ac3c76c efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed mode by Ard Biesheuvel · 5 years ago
- 796eb8d efi/libstub/x86: Use const attribute for efi_is_64bit() by Ard Biesheuvel · 5 years ago
- 14442a1 x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_* by Sean Christopherson · 5 years ago
- ea7d87f efi/x86: Allow translating 64-bit arguments for mixed mode calls by Arvind Sankar · 5 years ago
- 14b864f efi/x86: Check number of arguments to variadic functions by Arvind Sankar · 5 years ago
- bc7c9d6 efi/libstub/x86: Force 'hidden' visibility for extern declarations by Ard Biesheuvel · 5 years ago
- 12dc9e1 efi/libstub: Fix boot argument handling in mixed mode entry code by Ard Biesheuvel · 5 years ago
- 0679715 efi/libstub/x86: Avoid globals to store context during mixed mode calls by Ard Biesheuvel · 5 years ago
- 966291f efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive by Ard Biesheuvel · 5 years ago
- 99ea8b1 efi/libstub: Drop 'table' argument from efi_table_attr() macro by Ard Biesheuvel · 5 years ago
- 47c0fd3 efi/libstub: Drop protocol argument from efi_call_proto() macro by Ard Biesheuvel · 5 years ago
- 23e6039 efi/libstub/x86: Work around page freeing issue in mixed mode by Ard Biesheuvel · 5 years ago
- cd33a5c efi/libstub: Remove 'sys_table_arg' from all function prototypes by Ard Biesheuvel · 5 years ago
- 8173ec7 efi/libstub: Drop sys_table_arg from printk routines by Ard Biesheuvel · 5 years ago
- c3710de efi/libstub/x86: Drop __efi_early() export and efi_config struct by Ard Biesheuvel · 5 years ago
- dc29da1 efi/libstub: Unify the efi_char16_printk implementations by Ard Biesheuvel · 5 years ago
- 2fcdad2 efi/libstub: Get rid of 'sys_table_arg' macro parameter by Ard Biesheuvel · 5 years ago
- afc4cc7 efi/libstub/x86: Avoid thunking for native firmware calls by Ard Biesheuvel · 5 years ago
- 8f24f8c efi/libstub: Annotate firmware routines as __efiapi by Ard Biesheuvel · 5 years ago
- 960a8d0 efi/libstub: Use stricter typing for firmware function pointers by Ard Biesheuvel · 5 years ago
- e8bd5dd efi/libstub: Drop explicit 32/64-bit protocol definitions by Ard Biesheuvel · 5 years ago
- f958efe efi/libstub: Distinguish between native/mixed not 32/64 bit by Ard Biesheuvel · 5 years ago
- 1786e83 efi/libstub: Extend native protocol definitions with mixed_mode aliases by Ard Biesheuvel · 5 years ago
- 2732ea0 efi/libstub: Use a helper to iterate over a EFI handle array by Ard Biesheuvel · 5 years ago
- 4911ee4 x86/efistub: Disable paging at mixed mode entry by Ard Biesheuvel · 5 years ago
- eefb8c1 x86/boot: kbuild: allow readelf executable to be specified by Dmitry Golovin · 5 years ago
- 163159a x86/boot: Discard .eh_frame sections by Ilie Halip · 5 years ago
- 6e9f879 Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
- df28204 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 85fbf15 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- f01ec4f Merge branch 'x86/build' into x86/asm, to pick up completed topic branch by Ingo Molnar · 5 years ago
- b3c72fc x86/boot: Introduce setup_indirect by Daniel Kiper · 5 years ago
- 00cd1c1 x86/boot: Introduce kernel_info.setup_type_max by Daniel Kiper · 5 years ago
- 2c33c27 x86/boot: Introduce kernel_info by Daniel Kiper · 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
- 0d95981 x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table by Dominik Brodowski · 5 years ago
- 220dd76 x86, efi: Never relocate kernel below lowest acceptable address by Kairui Song · 5 years ago
- 228d120 x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guard by Zhenzhong Duan · 5 years ago
- 6d685e5 x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
- 6dcc562 x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
- 4aec216 x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_* by Jiri Slaby · 5 years ago
- ef1e031 x86/asm: Make some functions local by Jiri Slaby · 5 years ago
- 37818af x86/asm: Do not annotate functions with GLOBAL by Jiri Slaby · 5 years ago
- b8c3f9b x86/boot: Annotate data appropriately by Jiri Slaby · 5 years ago
- deff8a2 x86/boot: Annotate local functions by Jiri Slaby · 5 years ago
- 1869dbe x86/boot/64: Round memory hole size up to next PMD page by Steve Wahl · 5 years ago
- 30a2441 x86/asm: Make more symbols local by Jiri Slaby · 5 years ago
- 9e2276f arch/x86/boot: Use prefix map to avoid embedded paths by Bruce Ashfield · 5 years ago
- aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago