index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
x86-stub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-27
1
-6
/
+7
*
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
2022-09-26
1
-15
/
+5
*
efi/x86: libstub: Make DXE calls mixed mode safe
Ard Biesheuvel
2022-06-01
1
-2
/
+2
*
efi: libstub: ensure allocated memory to be executable
Baskov Evgeniy
2022-05-03
1
-4
/
+106
*
efi: libstub: declare DXE services table
Baskov Evgeniy
2022-05-03
1
-1
/
+8
*
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
2021-11-21
1
-16
/
+10
*
efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()
Arvind Sankar
2020-10-26
1
-1
/
+4
*
efi/x86: Only copy upto the end of setup_header
Arvind Sankar
2020-06-25
1
-2
/
+4
*
efi/x86: Remove unused variables
Arvind Sankar
2020-06-25
1
-2
/
+0
*
efi/x86: Don't blow away existing initrd
Arvind Sankar
2020-05-28
1
-4
/
+6
*
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2020-05-25
1
-69
/
+55
|
\
|
*
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
2020-05-22
1
-1
/
+1
|
*
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
2020-05-01
1
-2
/
+10
|
*
efi/x86: Support builtin command line
Arvind Sankar
2020-05-01
1
-4
/
+8
|
*
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
2020-05-01
1
-11
/
+2
|
*
efi/x86: Move command-line initrd loading to efi_main
Arvind Sankar
2020-05-01
1
-39
/
+25
|
*
efi/x86: Use efi_err for error messages
Arvind Sankar
2020-05-01
1
-12
/
+12
|
*
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
2020-05-01
1
-18
/
+14
|
*
efi/x86: Use correct size for boot_params
Arvind Sankar
2020-05-01
1
-3
/
+4
*
|
Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes
Ingo Molnar
2020-05-25
1
-15
/
+9
|
\
\
|
|
/
|
/
|
|
*
efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
Lenny Szubowicz
2020-05-14
1
-15
/
+9
*
|
efi/libstub/x86: Avoid getter function for efi_is64
Ard Biesheuvel
2020-04-24
1
-8
/
+0
*
|
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
1
-2
/
+2
*
|
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
1
-14
/
+9
*
|
efi: Kill __efistub_global
Arvind Sankar
2020-04-24
1
-1
/
+1
|
/
*
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
2020-04-14
1
-4
/
+10
*
efi/x86: Move efi stub globals from .bss to .data
Arvind Sankar
2020-04-14
1
-1
/
+1
*
efi/libstub/x86: Remove redundant assignment to pointer hdr
Colin Ian King
2020-04-14
1
-2
/
+0
*
efi/x86: Fix cast of image argument
Arvind Sankar
2020-03-08
1
-1
/
+1
*
efi/libstub/x86: Use ULONG_MAX as upper bound for all allocations
Ard Biesheuvel
2020-03-08
1
-13
/
+4
*
efi/x86: Don't relocate the kernel unless necessary
Arvind Sankar
2020-03-08
1
-3
/
+30
*
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2020-03-08
1
-3
/
+14
*
efi/libstub/x86: Deal with exit() boot service returning
Ard Biesheuvel
2020-03-08
1
-1
/
+2
*
efi/x86: Avoid using code32_start
Arvind Sankar
2020-03-08
1
-5
/
+5
*
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2020-02-23
1
-13
/
+16
*
efi/libstub/x86: Use Exit() boot service to exit the stub on errors
Ard Biesheuvel
2020-02-23
1
-7
/
+13
*
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
2020-02-23
1
-2
/
+2
*
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
2020-02-23
1
-23
/
+29
*
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
2020-02-23
1
-0
/
+23
*
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
2020-02-23
1
-1
/
+1
*
efi/libstub: Take soft and hard memory limits into account for initrd loading
Ard Biesheuvel
2020-02-23
1
-9
/
+2
*
efi/libstub: Rewrite file I/O routine
Ard Biesheuvel
2020-02-23
1
-8
/
+4
*
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
1
-2
/
+3
*
efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
1
-1
/
+6
*
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
2020-02-23
1
-0
/
+774