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
/
efi-stub-helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
2023-08-07
1
-0
/
+2
*
efi/libstub: Disable PCI DMA before grabbing the EFI memory map
Ard Biesheuvel
2023-06-27
1
-3
/
+3
*
efi: zboot: Use EFI protocol to remap code/data with the right attributes
Ard Biesheuvel
2023-02-03
1
-0
/
+67
*
efi: libstub: Always enable initrd command line loader and bump version
Ard Biesheuvel
2022-12-01
1
-2
/
+1
*
efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment
Jialin Zhang
2022-11-18
1
-2
/
+2
*
efi: libstub: Add mixed mode support to command line initrd loader
Ard Biesheuvel
2022-11-18
1
-1
/
+1
*
efi: libstub: Enable efi_printk() in zboot decompressor
Ard Biesheuvel
2022-11-09
1
-143
/
+0
*
efi/arm64: libstub: avoid SetVirtualAddressMap() when possible
Ard Biesheuvel
2022-09-27
1
-1
/
+1
*
efi/libstub: measure EFI LoadOptions
Ilias Apalodimas
2022-09-27
1
-0
/
+10
*
efi/libstub: refactor the initrd measuring functions
Ilias Apalodimas
2022-09-27
1
-43
/
+77
*
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
2022-09-27
1
-73
/
+72
|
\
|
*
efi: libstub: install boot-time memory map as config table
Ard Biesheuvel
2022-09-27
1
-1
/
+1
|
*
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-27
1
-45
/
+54
|
*
efi: libstub: remove pointless goto kludge
Ard Biesheuvel
2022-09-26
1
-15
/
+7
|
*
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
2022-09-26
1
-14
/
+12
*
|
efi: libstub: fix type confusion for load_options_size
Ard Biesheuvel
2022-09-20
1
-8
/
+9
|
/
*
efi/libstub: measure loaded initrd info into the TPM
Ilias Apalodimas
2022-01-06
1
-14
/
+58
*
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
2021-11-21
1
-4
/
+9
*
isystem: ship and use stdarg.h
Alexey Dobriyan
2021-08-19
1
-1
/
+1
*
efi/libstub: Fix the efi_load_initrd function description
Atish Patra
2021-07-16
1
-2
/
+2
*
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
2020-10-12
1
-2
/
+10
|
\
|
*
efi/libstub: Handle unterminated cmdline
Arvind Sankar
2020-08-20
1
-2
/
+4
|
*
efi/libstub: Handle NULL cmdline
Arvind Sankar
2020-08-20
1
-1
/
+5
|
*
efi/libstub: Stop parsing arguments at "--"
Arvind Sankar
2020-08-20
1
-0
/
+2
*
|
efi/x86: Add a quirk to support command line arguments on Dell EFI firmware
Arvind Sankar
2020-09-17
1
-1
/
+100
|
/
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2020-07-18
1
-1
/
+1
|
\
|
*
efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLR
Will Deacon
2020-07-13
1
-1
/
+1
*
|
efi/libstub: Descriptions for stub helper functions
Heinrich Schuchardt
2020-06-16
1
-11
/
+67
|
/
*
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
2020-05-22
1
-3
/
+3
*
efi/libstub: Don't parse overlong command lines
Arvind Sankar
2020-05-22
1
-5
/
+23
*
efi/libstub: Use snprintf with %ls to convert the command line
Arvind Sankar
2020-05-20
1
-60
/
+6
*
efi/libstub: Get the exact UTF-8 length
Arvind Sankar
2020-05-20
1
-12
/
+32
*
efi/libstub: Add UTF-8 decoding to efi_puts
Arvind Sankar
2020-05-20
1
-5
/
+62
*
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
2020-05-20
1
-0
/
+35
*
efi/libstub: Implement printk-style logging
Arvind Sankar
2020-05-20
1
-2
/
+27
*
efi/printf: Turn vsprintf into vsnprintf
Arvind Sankar
2020-05-19
1
-1
/
+5
*
efi/libstub: Add a basic printf implementation
Arvind Sankar
2020-05-19
1
-0
/
+17
*
efi/libstub: Buffer output of efi_puts
Arvind Sankar
2020-05-19
1
-6
/
+13
*
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
2020-05-19
1
-9
/
+9
*
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
2020-05-05
1
-12
/
+7
*
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
2020-05-01
1
-3
/
+43
*
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
1
-25
/
+6
*
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
1
-3
/
+3
*
efi: Kill __efistub_global
Arvind Sankar
2020-04-24
1
-8
/
+7
*
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-04-23
1
-0
/
+3
*
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
-0
/
+7
*
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
2020-02-23
1
-0
/
+86
*
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
2020-02-23
1
-53
/
+26
*
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
2020-02-23
1
-288
/
+6
[next]