index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi/libstub: Add a basic printf implementation
Arvind Sankar
2020-05-19
4
-1
/
+320
*
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
3
-16
/
+16
*
efi/libstub: Include dependencies of efistub.h
Arvind Sankar
2020-05-19
1
-0
/
+5
*
efi/libstub: Correct comment typos
Joe Perches
2020-05-06
2
-2
/
+2
*
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
2020-05-05
2
-13
/
+8
*
efi/libstub/x86: Work around LLVM ELF quirk build regression
Ard Biesheuvel
2020-05-05
1
-0
/
+1
*
efi/libstub: Fix mixed mode boot issue after macro refactor
Arvind Sankar
2020-05-05
1
-10
/
+4
*
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
2020-05-01
2
-8
/
+27
*
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
4
-40
/
+52
*
efi/x86: Move command-line initrd loading to efi_main
Arvind Sankar
2020-05-01
1
-39
/
+25
*
efi/libstub: Upgrade ignored dtb= argument message to error
Arvind Sankar
2020-05-01
1
-1
/
+1
*
efi/tpm: Use efi_err for error messages
Arvind Sankar
2020-05-01
1
-1
/
+1
*
efi/gop: Use efi_err for error messages
Arvind Sankar
2020-05-01
1
-5
/
+5
*
efi/x86: Use efi_err for error messages
Arvind Sankar
2020-05-01
1
-12
/
+12
*
efi/libstub: Move pr_efi/pr_efi_err into efi namespace
Arvind Sankar
2020-05-01
9
-52
/
+52
*
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
2020-05-01
3
-22
/
+23
*
efi/x86: Use correct size for boot_params
Arvind Sankar
2020-05-01
1
-3
/
+4
*
efi/libstub: Re-enable command line initrd loading for x86
Ard Biesheuvel
2020-04-25
1
-2
/
+2
*
efi: Move arch_tables check to caller
Ard Biesheuvel
2020-04-24
1
-10
/
+8
*
efi: Clean up config table description arrays
Ard Biesheuvel
2020-04-24
2
-16
/
+16
*
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
7
-39
/
+20
*
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
5
-32
/
+22
*
efi: Kill __efistub_global
Arvind Sankar
2020-04-24
5
-14
/
+11
*
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
2020-04-24
2
-15
/
+21
*
efi/arm: Remove __efistub_global annotation
Arvind Sankar
2020-04-24
2
-4
/
+5
*
efi/libstub: Move efi_relocate_kernel() into separate source file
Ard Biesheuvel
2020-04-24
4
-184
/
+175
*
efi/libstub/arm64: Switch to ordinary page allocator for kernel image
Ard Biesheuvel
2020-04-24
1
-2
/
+2
*
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
2020-04-24
4
-17
/
+71
*
efi/libstub/arm64: Simplify randomized loading of kernel image
Ard Biesheuvel
2020-04-23
1
-27
/
+5
*
efi/libstub/arm64: Replace 'preferred' offset with alignment check
Ard Biesheuvel
2020-04-23
1
-37
/
+25
*
efi/libstub/random: Increase random alloc granularity
Ard Biesheuvel
2020-04-23
1
-1
/
+1
*
efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
Ard Biesheuvel
2020-04-23
1
-1
/
+3
*
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
2020-04-23
1
-1
/
+83
*
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
2020-04-23
1
-5
/
+43
*
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
2020-04-23
1
-1
/
+83
*
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-04-23
3
-0
/
+112
*
efi/gop: Add prototypes for query_mode and set_mode
Arvind Sankar
2020-04-23
1
-2
/
+4
*
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
2020-04-23
1
-40
/
+26
*
efi/gop: Use helper macros for find_bits
Arvind Sankar
2020-04-23
1
-18
/
+8
*
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
2020-04-23
1
-2
/
+2
*
efi/gop: Move variable declarations into loop block
Arvind Sankar
2020-04-23
1
-5
/
+8
*
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
2020-04-23
1
-17
/
+13
*
efi/gop: Factor out locating the gop into a function
Arvind Sankar
2020-04-23
1
-6
/
+17
*
efi/gop: Get mode information outside the loop
Arvind Sankar
2020-04-23
1
-24
/
+14
*
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
2020-04-23
1
-5
/
+6
*
efi/gop: Remove redundant current_fb_base
Arvind Sankar
2020-04-23
1
-3
/
+1
*
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
2020-04-23
1
-1
/
+1
[next]