Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
19fe416532f798e199f04d25816b1bd36e48d6fe
/
drivers
/
firmware
/
efi
/
libstub
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
be09201
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
6f26b36
arm64: kaslr: increase randomization granularity
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
78ce248
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
by Matt Fleming
· 9 years ago
30d7bf0
efi/arm64: Check SetupMode when determining Secure Boot status
by Linn Crosetto
· 9 years ago
73a64925
efi/arm64: Report unexpected errors when determining Secure Boot status
by Linn Crosetto
· 9 years ago
500899c
efi: ARM/arm64: ignore DT memory nodes instead of removing them
by Ard Biesheuvel
· 9 years ago
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
24b5e20
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
26660a4
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c0dd671686
objtool: Mark non-standard object files and directories
by Josh Poimboeuf
· 9 years ago
2b5fe07
arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness
by Ard Biesheuvel
· 9 years ago
48fcb2d
efi: stub: use high allocation for converted command line
by Ard Biesheuvel
· 9 years ago
2ddbfc8
efi: stub: add implementation of efi_random_alloc()
by Ard Biesheuvel
· 9 years ago
e4fbf47
efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
by Ard Biesheuvel
· 9 years ago
b9d6769b
efi/arm*: Perform hardware compatibility check
by Ard Biesheuvel
· 9 years ago
42b5573
efi/arm64: Check for h/w support before booting a >4 KB granular kernel
by Ard Biesheuvel
· 9 years ago
2ec0f0a
efi/arm: Check for LPAE support before booting a LPAE kernel
by Ard Biesheuvel
· 9 years ago
07e83db
efi/efistub: Prevent __init annotations from being used
by Ard Biesheuvel
· 9 years ago
dae31fd
efi/arm64: Drop __init annotation from handle_kernel_image()
by Ard Biesheuvel
· 9 years ago
c6d3085
UBSAN: run-time undefined behavior sanity checker
by Andrey Ryabinin
· 9 years ago
7d1fc01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
01e9d22
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
b523e18
efi: stub: define DISABLE_BRANCH_PROFILING for all architectures
by Ard Biesheuvel
· 9 years ago
81a0bc3
ARM: add UEFI stub support
by Roy Franz
· 9 years ago
e3d132d
treewide: Fix typos in printk
by Masanari Iida
· 9 years ago
2dc10ad
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
f8f8bdc
arm64/efi: fix libstub build under CONFIG_MODVERSIONS
by Ard Biesheuvel
· 9 years ago
bf45778
arm64/efi: move arm64 specific stub C code to libstub
by Ard Biesheuvel
· 9 years ago
e8f3010
arm64/efi: isolate EFI stub from the kernel proper
by Ard Biesheuvel
· 9 years ago
d4dddfd
arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property
by Ard Biesheuvel
· 9 years ago
0ce3cc0
arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions
by Ard Biesheuvel
· 9 years ago
769a808
x86, efi, kasan: #undef memset/memcpy/memmove per arch
by Andrey Ryabinin
· 9 years ago
63a4aea
of: clean-up unnecessary libfdt include paths
by Rob Herring
· 9 years ago
a643375
efi/libstub: Retrieve FDT size when loaded from UEFI config table
by Ard Biesheuvel
· 10 years ago
be482d6
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent
by Ingo Molnar
· 10 years ago
7ed620b
efi/libstub: Fix boundary checking in efi_high_alloc()
by Yinghai Lu
· 10 years ago
5fbe4c2
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
43a9f69
Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"
by Matt Fleming
· 10 years ago
393f203
x86_64: kasan: add interceptors for memset/memmove/memcpy functions
by Andrey Ryabinin
· 10 years ago
0b24bec
kasan: add kernel address sanitizer infrastructure
by Andrey Ryabinin
· 10 years ago
6b00f7e
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
3c01b74
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi
by Ingo Molnar
· 10 years ago
d1a8d66
efi/libstub: Call get_memory_map() to obtain map and desc sizes
by Ard Biesheuvel
· 10 years ago
ddeeefe
arm64/efi: efistub: Apply __init annotation
by Ard Biesheuvel
· 10 years ago
f3cdfd2
arm64/efi: move SetVirtualAddressMap() to UEFI stub
by Ard Biesheuvel
· 10 years ago
cf2b0f1
efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZE
by Ard Biesheuvel
· 10 years ago
0bcaa90
efi: efi-stub: notify on DTB absence
by Mark Rutland
· 10 years ago
75b1285
Merge branch 'next' into efi-next-merge
by Matt Fleming
· 10 years ago
5a17dae
efi: Add efi= parameter parsing to the EFI boot stub
by Matt Fleming
· 10 years ago
0ceac9e
efi/arm64: Fix fdt-related memory reservation
by Mark Salter
· 10 years ago
76f09aa
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
f4f75ad5
efi: efistub: Convert into static library
by Ard Biesheuvel
· 10 years ago