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
/
arm-stub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi/libstub: Move arm-stub to a common file
Atish Patra
2020-04-23
1
-408
/
+0
*
efi/libstub/arm: Fix spurious message that an initrd was loaded
Ard Biesheuvel
2020-03-29
1
-1
/
+1
*
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
2020-02-23
1
-12
/
+15
*
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
2020-02-23
1
-3
/
+12
*
efi/libstub: Take soft and hard memory limits into account for initrd loading
Ard Biesheuvel
2020-02-23
1
-1
/
+1
*
efi/libstub: Rewrite file I/O routine
Ard Biesheuvel
2020-02-23
1
-8
/
+4
*
efi/libstub: Move get_dram_base() into arm-stub.c
Ard Biesheuvel
2020-02-23
1
-0
/
+33
*
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
1
-1
/
+1
*
efi/libstub/arm64: Use 1:1 mapping of RT services if property table exists
Ard Biesheuvel
2020-02-22
1
-62
/
+22
*
efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint
Ard Biesheuvel
2020-02-22
1
-20
/
+26
*
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
2019-12-25
1
-1
/
+1
*
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
2019-12-25
1
-7
/
+6
*
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
1
-29
/
+26
*
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
2019-12-25
1
-14
/
+14
*
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
2019-12-25
1
-9
/
+0
*
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
2019-12-25
1
-1
/
+10
*
efi/libstub: Extend native protocol definitions with mixed_mode aliases
Ard Biesheuvel
2019-12-25
1
-2
/
+2
*
efi: libstub/tpm: enable tpm eventlog function for ARM platforms
Xinwei Kong
2019-11-07
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-06
1
-0
/
+5
|
\
|
*
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
Ard Biesheuvel
2019-02-04
1
-0
/
+5
*
|
efi/arm: Revert "Defer persistent reservations until after paging_init()"
Ard Biesheuvel
2019-02-16
1
-3
/
+0
|
/
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-12-26
1
-1
/
+1
|
\
|
*
efi: Permit multiple entries in persistent memreserve data structure
Ard Biesheuvel
2018-11-30
1
-1
/
+1
*
|
arm64: mm: Introduce DEFAULT_MAP_WINDOW
Steve Capper
2018-12-10
1
-1
/
+1
|
/
*
efi/arm: Defer persistent reservations until after paging_init()
Ard Biesheuvel
2018-11-15
1
-0
/
+3
*
efi/arm: libstub: add a root memreserve config table
Ard Biesheuvel
2018-09-26
1
-0
/
+27
*
efi: Deduplicate efi_open_volume()
Lukas Wunner
2018-07-22
1
-25
/
+0
*
efi/libstub/arm: Add opt-in Kconfig option for the DTB loader
Ard Biesheuvel
2018-07-16
1
-3
/
+4
*
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-11-04
1
-2
/
+5
|
\
|
*
efi/libstub: arm: omit sorting of the UEFI memory map
Ard Biesheuvel
2017-10-28
1
-2
/
+5
*
|
efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=y
Ard Biesheuvel
2017-10-25
1
-1
/
+2
|
/
*
efi/libstub: Enable reset attack mitigation
Matthew Garrett
2017-08-26
1
-0
/
+3
*
efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT space
Ard Biesheuvel
2017-04-17
1
-2
/
+9
*
ef/libstub/arm/arm64: Randomize the base of the UEFI rt services region
Ard Biesheuvel
2017-04-05
1
-13
/
+36
*
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
2017-04-05
1
-10
/
+10
*
efi/libstub: Unify command line param parsing
Ard Biesheuvel
2017-04-05
1
-17
/
+7
*
efi/arm-stub: Correct FDT and initrd allocation rules for arm64
Ard Biesheuvel
2017-04-05
1
-3
/
+4
*
efi: Get and store the secure boot status
David Howells
2017-02-07
1
-57
/
+6
*
efi: Deduplicate efi_file_size() / _read() / _close()
Lukas Wunner
2017-02-01
1
-69
/
+0
*
efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Ard Biesheuvel
2016-11-13
1
-0
/
+2
*
efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'
Ard Biesheuvel
2016-04-28
1
-0
/
+23
*
efi/arm64: Check SetupMode when determining Secure Boot status
Linn Crosetto
2016-04-28
1
-7
/
+25
*
efi/arm64: Report unexpected errors when determining Secure Boot status
Linn Crosetto
2016-04-28
1
-4
/
+18
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-21
1
-0
/
+4
|
\
|
*
efi/arm*: Perform hardware compatibility check
Ard Biesheuvel
2016-02-22
1
-0
/
+4
*
|
arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness
Ard Biesheuvel
2016-02-24
1
-13
/
+27
|
/
*
ARM: add UEFI stub support
Roy Franz
2015-12-14
1
-1
/
+3
*
arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions
Ard Biesheuvel
2015-10-01
1
-15
/
+73
*
efi/libstub: Retrieve FDT size when loaded from UEFI config table
Ard Biesheuvel
2015-04-01
1
-4
/
+3
[next]