summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-271-10/+8
|\
| * efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LENDmitry Torokhov2019-11-051-10/+8
* | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-2712-18/+192
|\ \
| * \ Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-2612-17/+191
| |\ \
| | * | x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-074-14/+94
| | * | arm/efi: EFI soft reservation to memblockDan Williams2019-11-074-0/+42
| | * | efi: Common enable/disable infrastructure for EFI soft reservationDan Williams2019-11-073-0/+48
| | * | x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-072-1/+4
| | * | efi: Enumerate EFI_MEMORY_SPDan Williams2019-11-071-2/+3
| * | | Merge branch 'acpica'Rafael J. Wysocki2019-11-261-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | ACPICA: make acpi_load_table() return table indexNikolaus Voss2019-10-281-1/+1
* | | | efi: libstub/tpm: enable tpm eventlog function for ARM platformsXinwei Kong2019-11-071-0/+2
* | | | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-072-4/+3
* | | | efi/random: use arch-independent efi_call_proto()Dominik Brodowski2019-11-071-5/+18
|/ / /
* | | efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas2019-10-311-0/+8
* | | x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-312-15/+11
* | | efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel2019-10-312-3/+14
* | | efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski2019-10-311-1/+1
* | | efi/tpm: Return -EINVAL when determining tpm final events log size failsJerry Snitselaar2019-10-311-0/+1
* | | efi: Make CONFIG_EFI_RCI2_TABLE selectable on x86 onlyNarendra K2019-10-311-0/+1
|/ /
* | efi/tpm: Fix sanity check of unsigned tbl_size being less than zeroColin Ian King2019-10-081-1/+1
* | efi: Make unexported efi_rci2_sysfs_init() staticBen Dooks2019-10-071-1/+1
* | efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar2019-10-071-1/+8
* | efi/tpm: Don't traverse an event log with no eventsPeter Jones2019-10-071-5/+10
* | efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel2019-10-071-0/+3
* | efi/cper: Fix endianness of PCIe class codeLukas Wunner2019-10-071-1/+1
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+6
|\
| * efi: Restrict efivar_ssdt_load when the kernel is locked downMatthew Garrett2019-08-201-0/+6
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-175-36/+179
|\ \
| * | efi: cper: print AER info of PCIe fatal errorXiaofei Tan2019-08-121-0/+15
| * | efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-084-0/+164
| * | efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-2/+0
| * | efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-1/+0
| * | efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-33/+0
* | | efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
|/ /
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-096-39/+150
|\ \ \ | |_|/ |/| |
| * | tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-0/+30
| * | Abstract out support for locating an EFI config tableMatthew Garrett2019-06-243-18/+26
| * | efi: Attempt to get the TCG2 event log in the boot stubMatthew Garrett2019-06-241-17/+33
| * | tpm: Reserve the TPM final events tableMatthew Garrett2019-06-242-4/+61
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-293-12/+17
|\ \ \ | |/ / |/| |
| * | efibc: Replace variable set function in notifier callTian Baofeng2019-06-221-5/+7
| * | efi/bgrt: Drop BGRT status field reserved bits checkHans de Goede2019-06-111-5/+0
| * | efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel2019-06-111-2/+10
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-191-4/+1
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
|/
* efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2