index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
x86-stub.c
Age
Commit message (
Expand
)
Author
2020-10-26
efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()
Arvind Sankar
2020-06-25
efi/x86: Only copy upto the end of setup_header
Arvind Sankar
2020-06-25
efi/x86: Remove unused variables
Arvind Sankar
2020-05-28
efi/x86: Don't blow away existing initrd
Arvind Sankar
2020-05-25
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2020-05-25
Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes
Ingo Molnar
2020-05-22
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
2020-05-14
efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
Lenny Szubowicz
2020-05-01
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
2020-05-01
efi/x86: Support builtin command line
Arvind Sankar
2020-05-01
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
2020-05-01
efi/x86: Move command-line initrd loading to efi_main
Arvind Sankar
2020-05-01
efi/x86: Use efi_err for error messages
Arvind Sankar
2020-05-01
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
2020-05-01
efi/x86: Use correct size for boot_params
Arvind Sankar
2020-04-24
efi/libstub/x86: Avoid getter function for efi_is64
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
2020-04-14
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
2020-04-14
efi/x86: Move efi stub globals from .bss to .data
Arvind Sankar
2020-04-14
efi/libstub/x86: Remove redundant assignment to pointer hdr
Colin Ian King
2020-03-08
efi/x86: Fix cast of image argument
Arvind Sankar
2020-03-08
efi/libstub/x86: Use ULONG_MAX as upper bound for all allocations
Ard Biesheuvel
2020-03-08
efi/x86: Don't relocate the kernel unless necessary
Arvind Sankar
2020-03-08
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2020-03-08
efi/libstub/x86: Deal with exit() boot service returning
Ard Biesheuvel
2020-03-08
efi/x86: Avoid using code32_start
Arvind Sankar
2020-02-23
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2020-02-23
efi/libstub/x86: Use Exit() boot service to exit the stub on errors
Ard Biesheuvel
2020-02-23
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
2020-02-23
efi/libstub: Take soft and hard memory limits into account for initrd loading
Ard Biesheuvel
2020-02-23
efi/libstub: Rewrite file I/O routine
Ard Biesheuvel
2020-02-23
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel