index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
efi-stub-helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-12
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
1
-2
/
+10
2020-09-17
efi/x86: Add a quirk to support command line arguments on Dell EFI firmware
Arvind Sankar
1
-1
/
+100
2020-08-20
efi/libstub: Handle unterminated cmdline
Arvind Sankar
1
-2
/
+4
2020-08-20
efi/libstub: Handle NULL cmdline
Arvind Sankar
1
-1
/
+5
2020-08-20
efi/libstub: Stop parsing arguments at "--"
Arvind Sankar
1
-0
/
+2
2020-07-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2020-07-13
efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLR
Will Deacon
1
-1
/
+1
2020-06-16
efi/libstub: Descriptions for stub helper functions
Heinrich Schuchardt
1
-11
/
+67
2020-05-22
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
1
-3
/
+3
2020-05-22
efi/libstub: Don't parse overlong command lines
Arvind Sankar
1
-5
/
+23
2020-05-20
efi/libstub: Use snprintf with %ls to convert the command line
Arvind Sankar
1
-60
/
+6
2020-05-20
efi/libstub: Get the exact UTF-8 length
Arvind Sankar
1
-12
/
+32
2020-05-20
efi/libstub: Add UTF-8 decoding to efi_puts
Arvind Sankar
1
-5
/
+62
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
1
-0
/
+35
2020-05-20
efi/libstub: Implement printk-style logging
Arvind Sankar
1
-2
/
+27
2020-05-19
efi/printf: Turn vsprintf into vsnprintf
Arvind Sankar
1
-1
/
+5
2020-05-19
efi/libstub: Add a basic printf implementation
Arvind Sankar
1
-0
/
+17
2020-05-19
efi/libstub: Buffer output of efi_puts
Arvind Sankar
1
-6
/
+13
2020-05-19
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
1
-9
/
+9
2020-05-05
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
1
-12
/
+7
2020-05-01
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
1
-3
/
+43
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
1
-25
/
+6
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
1
-3
/
+3
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
1
-8
/
+7
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
1
-0
/
+3
2020-02-23
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
1
-2
/
+2
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
1
-0
/
+7
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
1
-0
/
+86
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
1
-53
/
+26
2020-02-23
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
1
-288
/
+6
2020-02-23
efi/libstub: Move get_dram_base() into arm-stub.c
Ard Biesheuvel
1
-35
/
+0
2020-02-23
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
1
-7
/
+2
2020-02-23
efi/libstub: Use consistent type names for file I/O protocols
Ard Biesheuvel
1
-8
/
+8
2020-02-23
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
1
-3
/
+2
2020-02-23
efi/libstub: Move memory map handling and allocation routines to mem.c
Ard Biesheuvel
1
-313
/
+0
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
1
-0
/
+15
2020-01-10
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
1
-4
/
+1
2019-12-25
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
1
-18
/
+18
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
1
-37
/
+33
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
1
-7
/
+4
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
1
-4
/
+2
2019-12-25
efi/libstub/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
1
-1
/
+4
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
1
-41
/
+33
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
1
-17
/
+17
2019-12-25
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
1
-0
/
+9
2019-12-25
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
1
-10
/
+7
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
1
-2
/
+3
2019-12-25
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
1
-30
/
+15
2019-11-07
efi: Common enable/disable infrastructure for EFI soft reservation
Dan Williams
1
-0
/
+19
2019-10-31
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
1
-14
/
+10
[next]