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