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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-28
efi: Add misc char driver interface to update EFI firmware
Kweh, Hock Leong
3
-0
/
+354
2016-04-28
efi: Add 'capsule' update support
Matt Fleming
3
-1
/
+312
2016-04-28
efi: Move efi_status_to_err() to drivers/firmware/efi/
Matt Fleming
2
-33
/
+33
2016-04-28
efibc: Add EFI Bootloader Control module
Compostella, Jeremy
3
-0
/
+117
2016-04-28
efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform device
Ard Biesheuvel
1
-0
/
+18
2016-04-28
efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'
Ard Biesheuvel
1
-0
/
+23
2016-04-28
efi/arm/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
3
-3
/
+73
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
2
-1
/
+355
2016-04-28
efi/arm*: Take the Memory Attributes table into account
Ard Biesheuvel
2
-2
/
+9
2016-04-28
efi: Implement generic support for the Memory Attributes table
Ard Biesheuvel
2
-1
/
+183
2016-04-28
efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
Ard Biesheuvel
1
-0
/
+2
2016-04-28
efi/arm*: Use memremap() to create the persistent memmap mapping
Ard Biesheuvel
1
-2
/
+1
2016-04-28
efi: Check EFI_MEMORY_DESCRIPTOR version explicitly
Ard Biesheuvel
1
-0
/
+4
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
4
-38
/
+36
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
5
-12
/
+9
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-04-28
efi/arm*: Drop writable mapping of the UEFI System table
Ard Biesheuvel
2
-11
/
+18
2016-04-28
efi: Get rid of the EFI_SYSTEM_TABLES status bit
Ard Biesheuvel
1
-1
/
+0
2016-04-22
efi: Fix out-of-bounds read in variable_matches()
Laszlo Ersek
1
-11
/
+26
2016-03-31
efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping
Ard Biesheuvel
1
-3
/
+15
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-22
drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...
Andy Lutomirski
1
-1
/
+1
2016-03-20
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-129
/
+129
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2016-03-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-37
/
+246
2016-02-29
objtool: Mark non-standard object files and directories
Josh Poimboeuf
1
-0
/
+1
2016-02-24
arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness
Ard Biesheuvel
3
-35
/
+97
2016-02-24
efi: stub: use high allocation for converted command line
Ard Biesheuvel
1
-1
/
+6
2016-02-24
efi: stub: add implementation of efi_random_alloc()
Ard Biesheuvel
2
-0
/
+104
2016-02-24
efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
Ard Biesheuvel
3
-1
/
+39
2016-02-22
efi/arm*: Perform hardware compatibility check
Ard Biesheuvel
2
-0
/
+6
2016-02-22
efi/arm64: Check for h/w support before booting a >4 KB granular kernel
Ard Biesheuvel
1
-0
/
+20
2016-02-22
efi/arm: Check for LPAE support before booting a LPAE kernel
Ard Biesheuvel
1
-0
/
+17
2016-02-22
efi/arm-init: Use read-only early mappings
Ard Biesheuvel
1
-7
/
+7
2016-02-22
efi/efistub: Prevent __init annotations from being used
Ard Biesheuvel
1
-0
/
+10
2016-02-22
efi/arm64: Drop __init annotation from handle_kernel_image()
Ard Biesheuvel
1
-7
/
+7
2016-02-22
efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabled
Ard Biesheuvel
1
-43
/
+28
2016-02-22
Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes
Ingo Molnar
2
-60
/
+119
2016-02-16
efi: Add pstore variables to the deletion whitelist
Matt Fleming
1
-0
/
+1
2016-02-10
efi: Make efivarfs entries immutable by default
Peter Jones
1
-23
/
+64
2016-02-10
efi: Make our variable validation list include the guid
Peter Jones
2
-21
/
+36
2016-02-10
efi: Do variable name validation tests in utf8
Peter Jones
1
-11
/
+21
2016-02-10
efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Peter Jones
1
-19
/
+11
2016-02-03
efi: Add Persistent Memory type name
Robert Elliott
1
-1
/
+2
2016-02-03
efi: Add NV memory attribute
Robert Elliott
1
-1
/
+4
2016-02-03
efivars: Use to_efivar_entry
Geliang Tang
1
-1
/
+1
2016-02-03
efi: Runtime-wrapper: Get rid of the rtc_lock spinlock
Ard Biesheuvel
1
-24
/
+8
2016-02-03
efi/runtime-wrappers: Remove out of date comment regarding in_nmi()
Ard Biesheuvel
1
-26
/
+0
2016-02-03
efi: Add nonblocking option to efi_query_variable_store()
Ard Biesheuvel
1
-2
/
+14
[next]