summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2016-04-28efibc: Add EFI Bootloader Control moduleCompostella, Jeremy
2016-04-28efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform deviceArd Biesheuvel
2016-04-28efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel
2016-04-28efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel
2016-04-28efi: Implement generic support for the Memory Attributes tableArd Biesheuvel
2016-04-28efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel
2016-04-28efi/arm*: Use memremap() to create the persistent memmap mappingArd Biesheuvel
2016-04-28efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming
2016-04-28efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto
2016-04-28efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto
2016-04-28efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel
2016-04-22efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek
2016-04-16Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-04-07firmware: qemu_fw_cfg.c: hold ACPI global lock during device accessGabriel Somlo
2016-04-07qemu_fw_cfg: don't leak kobj on init errorMichael S. Tsirkin
2016-03-31efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mappingArd Biesheuvel
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-22drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski
2016-03-21Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17drivers/firmware/broadcom/bcm47xx_nvram.c: fix incorrect __ioread32_copyAaro Koskinen
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-17Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-14iscsi_ibft: Add prefix-len attr and display netmaskHannes Reinecke
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel
2016-02-24efi: stub: use high allocation for converted command lineArd Biesheuvel
2016-02-24efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel
2016-02-22efi/arm*: Perform hardware compatibility checkArd Biesheuvel
2016-02-22efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel
2016-02-22efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel
2016-02-22efi/arm-init: Use read-only early mappingsArd Biesheuvel
2016-02-22efi/efistub: Prevent __init annotations from being usedArd Biesheuvel
2016-02-22efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel
2016-02-22efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel
2016-02-22Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar
2016-02-16efi: Add pstore variables to the deletion whitelistMatt Fleming
2016-02-16firmware: arm_scpi: add support for 64-bit sensor valuesSudeep Holla
2016-02-16firmware: arm_scpi: decrease Tx timeout to 20msSudeep Holla
2016-02-16firmware: arm_scpi: fix send_message and sensor_get_value for big-endianSudeep Holla