summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel2017-02-071-1/+10
* efi: Disable secure boot if shim is in insecure modeJosh Boyer2017-02-071-1/+24
* efi: Get and store the secure boot statusDavid Howells2017-02-073-58/+68
* Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar2017-02-071-11/+3
|\
| * efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel2017-02-011-11/+3
* | efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel2017-02-011-8/+16
* | efi/esrt: Fix typo in pr_err() messageColin Ian King2017-02-011-1/+1
* | x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLESai Praneeth2017-02-011-1/+4
* | efi: Introduce the EFI_MEM_ATTR bit and set it from the memory attributes tableSai Praneeth2017-02-011-0/+1
* | efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...Sai Praneeth2017-02-012-1/+2
* | efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner2017-02-013-77/+63
|/
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-072-2/+39
* efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2016-12-282-39/+56
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-131-2/+2
|\ \
| * | arm64: dump: Make ptdump debugfs a separate optionLaura Abbott2016-11-071-2/+2
| |/
* | efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel2016-11-251-6/+7
* | x86/efi: Retrieve and assign Apple device propertiesLukas Wunner2016-11-133-0/+262
* | efi: Add device path parserLukas Wunner2016-11-133-0/+209
* | efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel2016-11-133-0/+52
* | efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-134-14/+16
* | efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel2016-11-131-0/+72
* | efi/libstub: Fix allocation size calculationsRoy Franz2016-11-131-10/+14
* | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-11-131-2/+3
|\ \ | |/
| * efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel2016-10-191-2/+3
* | efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter2016-10-181-1/+3
* | efi/efi_test: Use memdup_user() as a cleanupIvan Hu2016-10-181-7/+3
* | efi/efi_test: Fix uninitialized variable 'rv'Ivan Hu2016-10-181-1/+1
* | efi/efi_test: Fix uninitialized variable 'datasize'Ivan Hu2016-10-181-1/+1
* | efi/arm*: Fix efi_init() error handlingYisheng Xie2016-10-181-1/+3
* | efi: Remove unused include of <linux/version.h>Wei Yongjun2016-10-181-1/+0
|/
* 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
OpenPOWER on IntegriCloud