index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-09-07
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-8
/
+76
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+4
2017-08-26
efi/random: Increase size of firmware supplied randomness
Ard Biesheuvel
1
-6
/
+4
2017-08-26
efi/libstub: Enable reset attack mitigation
Matthew Garrett
3
-0
/
+62
2017-08-21
efi/libstub/arm64: Set -fpie when building the EFI stub
Ard Biesheuvel
1
-1
/
+1
2017-08-21
efi/libstub/arm64: Force 'hidden' visibility for section markers
Ard Biesheuvel
1
-1
/
+9
2017-08-17
efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
Baoquan He
1
-2
/
+2
2017-08-15
efi/arm64: add EFI_KIMG_ALIGN
Mark Rutland
1
-2
/
+4
2017-07-13
efi: avoid fortify checks in EFI stub
Kees Cook
1
-0
/
+1
2017-05-28
efi: Remove duplicate 'const' specifiers
Arnd Bergmann
1
-2
/
+2
2017-05-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+26
2017-04-17
efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT space
Ard Biesheuvel
1
-2
/
+9
2017-04-05
efi/libstub/arm*: Set default address and size cells values for an empty dtb
Sameer Goel
1
-2
/
+26
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
5
-10
/
+30
2017-04-05
efi/libstub: Unify command line param parsing
Ard Biesheuvel
4
-28
/
+21
2017-04-05
efi/libstub: Fix harmless command line parsing bug
Ard Biesheuvel
1
-2
/
+2
2017-04-05
efi/arm32-stub: Allow boot-time allocations in the vmlinux region
Ard Biesheuvel
1
-20
/
+128
2017-04-05
efi/arm-stub: Round up FDT allocation to mapping size
Ard Biesheuvel
1
-33
/
+24
2017-04-05
efi/arm-stub: Correct FDT and initrd allocation rules for arm64
Ard Biesheuvel
1
-3
/
+4
2017-04-05
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Cohen, Eugene
1
-2
/
+4
2017-03-02
efi/libstub: Treat missing SecureBoot variable as Secure Boot disabled
Ard Biesheuvel
1
-2
/
+2
2017-02-07
efi/libstub: Make file I/O chunking x86-specific
Ard Biesheuvel
1
-1
/
+10
2017-02-07
efi: Disable secure boot if shim is in insecure mode
Josh Boyer
1
-1
/
+24
2017-02-07
efi: Get and store the secure boot status
David Howells
3
-58
/
+68
2017-02-07
Merge tag 'v4.10-rc7' into efi/core, to pick up fixes
Ingo Molnar
1
-11
/
+3
2017-02-01
efi/fdt: Avoid FDT manipulation after ExitBootServices()
Ard Biesheuvel
1
-11
/
+3
2017-02-01
efi/libstub: Preserve .debug sections after absolute relocation check
Ard Biesheuvel
1
-8
/
+16
2017-02-01
efi: Deduplicate efi_file_size() / _read() / _close()
Lukas Wunner
3
-77
/
+63
2016-12-28
efi/libstub/arm*: Pass latest memory map to the kernel
Ard Biesheuvel
2
-39
/
+56
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-12-14
Remove references to dead make variable LINUX_INCLUDE
Paul Bolle
1
-1
/
+1
2016-11-25
efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bit
Ard Biesheuvel
1
-6
/
+7
2016-11-13
efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Ard Biesheuvel
3
-0
/
+52
2016-11-13
efi/libstub: Add random.c to ARM build
Ard Biesheuvel
4
-14
/
+16
2016-11-13
efi/libstub: Fix allocation size calculations
Roy Franz
1
-10
/
+14
2016-10-19
efi/arm: Fix absolute relocation detection for older toolchains
Ard Biesheuvel
1
-2
/
+3
2016-09-05
efi/libstub: Use efi_exit_boot_services() in FDT
Jeffrey Hugo
1
-10
/
+27
2016-09-05
efi/libstub: Introduce ExitBootServices helper
Jeffrey Hugo
1
-0
/
+73
2016-09-05
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
3
-37
/
+88
2016-05-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-26
/
+13
2016-04-28
arm64: kaslr: increase randomization granularity
Ard Biesheuvel
1
-3
/
+12
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
1
-0
/
+37
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
2
-1
/
+355
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
1
-2
/
+4
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-15
efi: ARM/arm64: ignore DT memory nodes instead of removing them
Ard Biesheuvel
1
-23
/
+1
[next]