Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c10e8031d5b34cde06b039ca2e8af87a33d5ba11
/
drivers
/
firmware
/
efi
c10e803
efi-pstore: Fix write/erase id tracking
by Kees Cook
· 8 years ago
6f61dd3
efi-pstore: Fix read iter after pstore API refactor
by Kees Cook
· 8 years ago
a61072a
pstore: Replace arguments for erase() API
by Kees Cook
· 8 years ago
76cc958
pstore: Replace arguments for write() API
by Kees Cook
· 8 years ago
125cc42
pstore: Replace arguments for read() API
by Kees Cook
· 8 years ago
b3879a4
efi/libstub: Make file I/O chunking x86-specific
by Ard Biesheuvel
· 8 years ago
f3cf6f7
efi: Disable secure boot if shim is in insecure mode
by Josh Boyer
· 8 years ago
de8cb45
efi: Get and store the secure boot status
by David Howells
· 8 years ago
87a8d03
Merge tag 'v4.10-rc7' into efi/core, to pick up fixes
by Ingo Molnar
· 8 years ago
c8f325a
efi/fdt: Avoid FDT manipulation after ExitBootServices()
by Ard Biesheuvel
· 8 years ago
696204f
efi/libstub: Preserve .debug sections after absolute relocation check
by Ard Biesheuvel
· 8 years ago
e6688080
efi/esrt: Fix typo in pr_err() message
by Colin Ian King
· 8 years ago
18141e8
x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLE
by Sai Praneeth
· 8 years ago
a19ebf5
efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes table
by Sai Praneeth
· 8 years ago
3a6b6c6
efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all architectures
by Sai Praneeth
· 8 years ago
2bd79f3
efi: Deduplicate efi_file_size() / _read() / _close()
by Lukas Wunner
· 8 years ago
20b1e22
x86/efi: Don't allocate memmap through memblock after mm_init()
by Nicolai Stange
· 8 years ago
abfb7b6
efi/libstub/arm*: Pass latest memory map to the kernel
by Ard Biesheuvel
· 8 years ago
a9042de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
846221c
Remove references to dead make variable LINUX_INCLUDE
by Paul Bolle
· 8 years ago
f4000cd9
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
018edcf
efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bit
by Ard Biesheuvel
· 8 years ago
58c5475
x86/efi: Retrieve and assign Apple device properties
by Lukas Wunner
· 8 years ago
46cd4b7
efi: Add device path parser
by Lukas Wunner
· 8 years ago
568bc4e
efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
by Ard Biesheuvel
· 8 years ago
a6a1446
efi/libstub: Add random.c to ARM build
by Ard Biesheuvel
· 8 years ago
6362598
efi: Add support for seeding the RNG from a UEFI config table
by Ard Biesheuvel
· 8 years ago
5b88a31
efi/libstub: Fix allocation size calculations
by Roy Franz
· 8 years ago
74239ac
Merge branch 'linus' into efi/core, to pick up fixes
by Ingo Molnar
· 8 years ago
4ddb9bf
arm64: dump: Make ptdump debugfs a separate option
by Laura Abbott
· 8 years ago
b0dddf6
efi/arm: Fix absolute relocation detection for older toolchains
by Ard Biesheuvel
· 8 years ago
a75dcb5
efi/efivar_ssdt_load: Don't return success on allocation failure
by Dan Carpenter
· 8 years ago
c208ed9
efi/efi_test: Use memdup_user() as a cleanup
by Ivan Hu
· 8 years ago
9c30a21
efi/efi_test: Fix uninitialized variable 'rv'
by Ivan Hu
· 8 years ago
46b9b71
efi/efi_test: Fix uninitialized variable 'datasize'
by Ivan Hu
· 8 years ago
0709a00
efi/arm*: Fix efi_init() error handling
by Yisheng Xie
· 8 years ago
10714dd
efi: Remove unused include of <linux/version.h>
by Wei Yongjun
· 8 years ago
0fb3ca4
Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
92dc335
x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE
by Matt Fleming
· 8 years ago
5465fe0
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core
by Ingo Molnar
· 8 years ago
cb82cce
efi/arm64: Treat regions with WT/WC set but WB cleared as memory
by Ard Biesheuvel
· 8 years ago
ff6301d
efi: Add efi_test driver for exporting UEFI runtime service interfaces
by Ivan Hu
· 8 years ago
9d80448
efi/arm64: Add debugfs node to dump UEFI runtime page tables
by Ard Biesheuvel
· 8 years ago
dce48e3
efi: Replace runtime services spinlock with semaphore
by Ard Biesheuvel
· 8 years ago
21b3ddd
efi: Don't use spinlocks for efi vars
by Sylvain Chouleur
· 8 years ago
217b27d
efi: Use a file local lock for efivars
by Sylvain Chouleur
· 8 years ago
2ead308
efi/arm*: esrt: Add missing call to efi_esrt_init()
by Ard Biesheuvel
· 8 years ago
f58a37b
efi/esrt: Use memremap not ioremap to access ESRT table in memory
by Ard Biesheuvel
· 8 years ago
8e80632
efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()
by Matt Fleming
· 9 years ago
31ce8cc
efi/runtime-map: Use efi.memmap directly instead of a copy
by Matt Fleming
· 9 years ago
816e761
efi: Allow drivers to reserve boot services forever
by Matt Fleming
· 9 years ago
c45f4da
efi: Add efi_memmap_install() for installing new EFI memory maps
by Matt Fleming
· 8 years ago
60863c0
efi: Split out EFI memory map functions into new file
by Matt Fleming
· 9 years ago
c8c1a4c
efi/fake_mem: Refactor main two code chunks into functions
by Matt Fleming
· 9 years ago
dca0f97
efi: Add efi_memmap_init_late() for permanent EFI memmap
by Matt Fleming
· 9 years ago
9479c7c
efi: Refactor efi_memmap_init_early() into arch-neutral code
by Matt Fleming
· 9 years ago
4971531
x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmap
by Matt Fleming
· 8 years ago
c950fd6
pstore: Split pstore fragile flags
by Namhyung Kim
· 8 years ago
ed9cc15
efi/libstub: Use efi_exit_boot_services() in FDT
by Jeffrey Hugo
· 8 years ago
fc07716
efi/libstub: Introduce ExitBootServices helper
by Jeffrey Hugo
· 8 years ago
dadb57a
efi/libstub: Allocate headspace in efi_get_memory_map()
by Jeffrey Hugo
· 8 years ago
4af9ed5
efi: Fix handling error value in fdt_find_uefi_params
by Andrzej Hajda
· 8 years ago
6862e6a
efi/capsule: Allocate whole capsule into virtual memory
by Austin Christ
· 8 years ago
08fd8c17
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
1b3fc0b
Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
e663107
Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
74e630a
Merge tag 'v4.7' into for-linus/pstore
by Kees Cook
· 8 years ago
475fb4e
efi / ACPI: load SSTDs from EFI variables
by Octavian Purdila
· 8 years ago
0cac5c3
Xen: EFI: Parse DT parameters for Xen specific UEFI
by Shannon Zhao
· 9 years ago
80e7559
efi: Convert efi_call_virt() to efi_call_virt_pointer()
by Alex Thorlton
· 8 years ago
5356c32
efibc: Report more information in the error messages
by Compostella, Jeremy
· 8 years ago
c753439
efi/arm: Fix the format of EFI debug messages
by Dennis Chen
· 9 years ago
cae7316
efi-pstore: implement efivars_pstore_exit()
by Geliang Tang
· 9 years ago
8cfc8dd
pstore: add lzo/lz4 compression support
by Geliang Tang
· 9 years ago
be09201
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
1cfd631
efi: Merge boolean flag arguments
by Julia Lawall
· 9 years ago
fb7a84c
efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()
by Matt Fleming
· 9 years ago
2e121d7
efibc: Fix excessive stack footprint warning
by Jeremy Compostella
· 9 years ago
62075e5
efi/capsule: Make efi_capsule_pending() lockless
by Matt Fleming
· 9 years ago
6f26b36
arm64: kaslr: increase randomization granularity
by Ard Biesheuvel
· 9 years ago
0cf0223
efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdef
by Mark Rutland
· 9 years ago
1d04ba1
efi/runtime-wrappers: Detect firmware IRQ flag corruption
by Mark Rutland
· 9 years ago
d9c6e1d
efi/runtime-wrappers: Remove redundant #ifdefs
by Mark Rutland
· 9 years ago
f51c35f
efi/runtime-wrappers: Add {__,}efi_call_virt() templates
by Mark Rutland
· 9 years ago
249f763
efi/arm-init: Reserve rather than unmap the memory map for ARM as well
by Ard Biesheuvel
· 9 years ago
65117f1
efi: Add misc char driver interface to update EFI firmware
by Kweh, Hock Leong
· 9 years ago
f0133f3
efi: Add 'capsule' update support
by Matt Fleming
· 9 years ago
806b035
efi: Move efi_status_to_err() to drivers/firmware/efi/
by Matt Fleming
· 9 years ago
06f7d4a
efibc: Add EFI Bootloader Control module
by Compostella, Jeremy
· 9 years ago
e3271c9
efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform device
by Ard Biesheuvel
· 9 years ago
f0827e1
efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'
by Ard Biesheuvel
· 9 years ago
801820b
efi/arm/libstub: Make screen_info accessible to the UEFI stub
by Ard Biesheuvel
· 9 years ago
fc37206
efi/libstub: Move Graphics Output Protocol handling to generic code
by Ard Biesheuvel
· 9 years ago
789957e
efi/arm*: Take the Memory Attributes table into account
by Ard Biesheuvel
· 9 years ago
10f0d2f5
efi: Implement generic support for the Memory Attributes table
by Ard Biesheuvel
· 9 years ago
a604af0
efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
by Ard Biesheuvel
· 9 years ago
24d45d1
efi/arm*: Use memremap() to create the persistent memmap mapping
by Ard Biesheuvel
· 9 years ago
0d054ad
efi: Check EFI_MEMORY_DESCRIPTOR version explicitly
by Ard Biesheuvel
· 9 years ago
884f4f6
efi: Remove global 'memmap' EFI memory map
by Matt Fleming
· 9 years ago
78ce248
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
by Matt Fleming
· 9 years ago
Next »