aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-16/+70
2016-07-26Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+13
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+96
2016-07-25Merge tag 'v4.7' into for-linus/pstoreKees Cook1-8/+6
2016-07-08efi / ACPI: load SSTDs from EFI variablesOctavian Purdila1-0/+96
2016-07-06Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2-16/+70
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-43/+10
2016-06-27efibc: Report more information in the error messagesCompostella, Jeremy1-2/+2
2016-06-03efi/arm: Fix the format of EFI debug messagesDennis Chen1-8/+6
2016-06-02efi-pstore: implement efivars_pstore_exit()Geliang Tang1-0/+7
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang1-0/+6
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-26/+21
2016-05-07efi: Merge boolean flag argumentsJulia Lawall2-16/+12
2016-05-07efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()Matt Fleming1-18/+11
2016-05-07efibc: Fix excessive stack footprint warningJeremy Compostella1-11/+23
2016-05-07efi/capsule: Make efi_capsule_pending() locklessMatt Fleming1-10/+25
2016-04-28arm64: kaslr: increase randomization granularityArd Biesheuvel1-3/+12
2016-04-28efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland1-7/+0
2016-04-28efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland1-0/+31
2016-04-28efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland1-4/+0
2016-04-28efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland1-0/+40
2016-04-28efi/arm-init: Reserve rather than unmap the memory map for ARM as wellArd Biesheuvel1-14/+3
2016-04-28efi: Add misc char driver interface to update EFI firmwareKweh, Hock Leong3-0/+354
2016-04-28efi: Add 'capsule' update supportMatt Fleming3-1/+312
2016-04-28efi: Move efi_status_to_err() to drivers/firmware/efi/Matt Fleming2-33/+33
2016-04-28efibc: Add EFI Bootloader Control moduleCompostella, Jeremy3-0/+117
2016-04-28efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform deviceArd Biesheuvel1-0/+18
2016-04-28efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel1-0/+23
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel3-3/+73
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel2-1/+355
2016-04-28efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel2-2/+9
2016-04-28efi: Implement generic support for the Memory Attributes tableArd Biesheuvel2-1/+183
2016-04-28efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel1-0/+2
2016-04-28efi/arm*: Use memremap() to create the persistent memmap mappingArd Biesheuvel1-2/+1
2016-04-28efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel1-0/+4
2016-04-28efi: Remove global 'memmap' EFI memory mapMatt Fleming4-38/+36
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming5-12/+9
2016-04-28efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto1-7/+25
2016-04-28efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto1-4/+18
2016-04-28efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel2-11/+18
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-1/+0
2016-04-22efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek1-11/+26
2016-04-19efi: ARM: avoid warning about phys_addr_t castArnd Bergmann1-1/+1
2016-04-15efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel2-23/+9
2016-03-31efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mappingArd Biesheuvel1-3/+15
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-22drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat callersAndy Lutomirski1-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-129/+129
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-37/+246