aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel1-2/+3
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-0/+11
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/coreIngo Molnar16-308/+1471
2016-09-09efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel1-15/+17
2016-09-09efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu5-0/+878
2016-09-09efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel1-0/+20
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2-32/+52
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur3-70/+125
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur1-36/+47
2016-09-09efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel1-0/+1
2016-09-09efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel1-2/+3
2016-09-09efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming1-16/+4
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-22/+13
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-0/+30
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming2-7/+26
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming4-267/+274
2016-09-09efi/fake_mem: Refactor main two code chunks into functionsMatt Fleming1-95/+134
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2-43/+96
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming4-16/+64
2016-09-09x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmapMatt Fleming1-1/+1
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim1-1/+1
2016-09-05efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo1-10/+27
2016-09-05efi/libstub: Introduce ExitBootServices helperJeffrey Hugo1-0/+73
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo3-37/+88
2016-09-05efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda1-2/+5
2016-08-11efi/capsule: Allocate whole capsule into virtual memoryAustin Christ2-6/+8
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