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