summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede2019-12-251-3/+3
* efi/earlycon: Fix write-combine mapping on x86Arvind Sankar2019-12-251-9/+7
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-174-63/+88
|\
| * efi: Don't attempt to map RCI2 config table if it doesn't existArd Biesheuvel2019-12-101-0/+3
| * efi/earlycon: Remap entire framebuffer after page initializationAndy Shevchenko2019-12-081-0/+40
| * efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar2019-12-081-54/+12
| * efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar2019-12-081-2/+2
| * efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar2019-12-081-6/+6
| * efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel2019-12-081-2/+26
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-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-2612-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-191-0/+6
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-165-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-086-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