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
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi: libstub: Add mixed mode support to command line initrd loader
Ard Biesheuvel
2022-11-18
1
-15
/
+17
*
efi: libstub: Implement devicepath support for initrd commandline loader
Ard Biesheuvel
2022-11-18
1
-12
/
+66
*
efi: libstub: Merge zboot decompressor with the ordinary stub
Ard Biesheuvel
2022-11-09
1
-18
/
+0
*
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
2022-09-27
1
-0
/
+3
|
\
|
*
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-27
1
-0
/
+3
*
|
efi: libstub: fix type confusion for load_options_size
Ard Biesheuvel
2022-09-20
1
-1
/
+1
*
|
efi/libstub: implement generic EFI zboot
Ard Biesheuvel
2022-09-20
1
-0
/
+18
|
/
*
efi/libstub: prevent read overflow in find_file_option()
Dan Carpenter
2021-05-22
1
-1
/
+1
*
efi/x86: Add a quirk to support command line arguments on Dell EFI firmware
Arvind Sankar
2020-09-17
1
-1
/
+4
*
efi/libstub: Fix path separator regression
Philipp Fent
2020-06-15
1
-4
/
+12
*
efi/libstub: Use %ls for filename
Arvind Sankar
2020-05-20
1
-3
/
+1
*
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
2020-05-19
1
-2
/
+2
*
efi/libstub: Move pr_efi/pr_efi_err into efi namespace
Arvind Sankar
2020-05-01
1
-6
/
+6
*
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
1
-1
/
+1
*
efi/libstub: Make initrd file loader configurable
Ard Biesheuvel
2020-04-23
1
-25
/
+7
*
efi/libstub/file: Merge file name buffers to reduce stack usage
Ard Biesheuvel
2020-04-14
1
-13
/
+14
*
efi/libstub: Fix error message in handle_cmdline_files()
Heinrich Schuchardt
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
-6
/
+15
*
efi/libstub: Rewrite file I/O routine
Ard Biesheuvel
2020-02-23
1
-205
/
+151
*
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
2020-02-23
1
-0
/
+303