index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-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
2019-08-12
efi-stub: Fix get_efi_config_table on mixed-mode setups
Hans de Goede
1
-11
/
+27
2019-06-24
Abstract out support for locating an EFI config table
Matthew Garrett
1
-0
/
+15
2019-02-04
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
Ard Biesheuvel
1
-0
/
+10
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
1
-4
/
+1
2018-07-22
efi: Deduplicate efi_open_volume()
Lukas Wunner
1
-2
/
+29
2017-08-17
efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
Baoquan He
1
-2
/
+2
2017-04-05
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
1
-0
/
+9
[next]