index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Age
Commit message (
Expand
)
Author
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-24
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
2020-04-24
efi/arm: Remove __efistub_global annotation
Arvind Sankar
2020-04-24
efi/libstub: Move efi_relocate_kernel() into separate source file
Ard Biesheuvel
2020-04-24
efi/libstub/arm64: Switch to ordinary page allocator for kernel image
Ard Biesheuvel
2020-04-24
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
2020-04-23
efi/libstub/arm64: Simplify randomized loading of kernel image
Ard Biesheuvel
2020-04-23
efi/libstub/arm64: Replace 'preferred' offset with alignment check
Ard Biesheuvel
2020-04-23
efi/libstub/random: Increase random alloc granularity
Ard Biesheuvel
2020-04-23
efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
Ard Biesheuvel
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-04-23
efi/gop: Add prototypes for query_mode and set_mode
Arvind Sankar
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
2020-04-23
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
2020-04-23
efi/libstub: unify EFI call wrappers for non-x86
Ard Biesheuvel
2020-04-23
efi/libstub: Make initrd file loader configurable
Ard Biesheuvel
2020-04-23
efi/libstub: Move arm-stub to a common file
Atish Patra
2020-04-14
efi/libstub/file: Merge file name buffers to reduce stack usage
Ard Biesheuvel
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-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
2020-04-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2020-04-01
arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature
Ard Biesheuvel
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-03-29
efi/libstub/arm: Fix spurious message that an initrd was loaded
Ard Biesheuvel
2020-03-29
efi/libstub/arm64: Avoid image_base value from efi_loaded_image
Ard Biesheuvel
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
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-25
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...
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
[prev]
[next]