summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-061-1/+1
|\
| * pstore: Split pstore fragile flagsNamhyung Kim2016-09-081-1/+1
* | x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-0/+11
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-1316-308/+1471
|\ \
| * | efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel2016-09-091-15/+17
| * | efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu2016-09-095-0/+878
| * | efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel2016-09-091-0/+20
| * | efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2016-09-092-32/+52
| * | efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-093-70/+125
| * | efi: Use a file local lock for efivarsSylvain Chouleur2016-09-091-36/+47
| * | efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel2016-09-091-0/+1
| * | efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel2016-09-091-2/+3
| * | efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming2016-09-091-16/+4
| * | efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming2016-09-091-22/+13
| * | efi: Allow drivers to reserve boot services foreverMatt Fleming2016-09-091-0/+30
| * | efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming2016-09-092-7/+26
| * | efi: Split out EFI memory map functions into new fileMatt Fleming2016-09-094-267/+274
| * | efi/fake_mem: Refactor main two code chunks into functionsMatt Fleming2016-09-091-95/+134
| * | efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2016-09-092-43/+96
| * | efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-094-16/+64
| * | x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmapMatt Fleming2016-09-091-1/+1
| |/
* | efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo2016-09-051-10/+27
* | efi/libstub: Introduce ExitBootServices helperJeffrey Hugo2016-09-051-0/+73
* | efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-053-37/+88
* | efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda2016-09-051-2/+5
|/
* efi/capsule: Allocate whole capsule into virtual memoryAustin Christ2016-08-112-6/+8
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-272-16/+70
|\
| * Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2016-07-062-16/+70
* | Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds2016-07-261-0/+13
|\ \
| * | Merge tag 'v4.7' into for-linus/pstoreKees Cook2016-07-251-8/+6
| |\|
| * | efi-pstore: implement efivars_pstore_exit()Geliang Tang2016-06-021-0/+7
| * | pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-0/+6
* | | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-261-0/+96
|\ \ \
| * | | efi / ACPI: load SSTDs from EFI variablesOctavian Purdila2016-07-081-0/+96
| | |/ | |/|
* | | efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton2016-06-271-43/+10
* | | efibc: Report more information in the error messagesCompostella, Jeremy2016-06-271-2/+2
|/ /
* / efi/arm: Fix the format of EFI debug messagesDennis Chen2016-06-031-8/+6
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-163-26/+21
|\
| * arm64: kaslr: increase randomization granularityArd Biesheuvel2016-04-281-3/+12
| * efi: ARM: avoid warning about phys_addr_t castArnd Bergmann2016-04-191-1/+1
| * efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel2016-04-152-23/+9
* | efi: Merge boolean flag argumentsJulia Lawall2016-05-072-16/+12
* | efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()Matt Fleming2016-05-071-18/+11
* | efibc: Fix excessive stack footprint warningJeremy Compostella2016-05-071-11/+23
* | efi/capsule: Make efi_capsule_pending() locklessMatt Fleming2016-05-071-10/+25
* | efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland2016-04-281-7/+0
* | efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland2016-04-281-0/+31
* | efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland2016-04-281-4/+0
* | efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland2016-04-281-0/+40
* | efi/arm-init: Reserve rather than unmap the memory map for ARM as wellArd Biesheuvel2016-04-281-14/+3