index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efi.c
Age
Commit message (
Expand
)
Author
2018-09-26
efi: add API to reserve memory persistently across kexec reboot
Ard Biesheuvel
2018-09-26
efi: honour memory reservations passed via a linux specific config table
Ard Biesheuvel
2018-08-13
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-07-17
mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids
Rik van Riel
2018-07-16
efi: Drop type and attribute checks in efi_mem_desc_lookup()
Ard Biesheuvel
2018-07-16
efi: Use a work queue to invoke EFI Runtime Services
Sai Praneeth
2018-03-12
efi: Use efi_mm in x86 as well as ARM
Sai Praneeth
2018-03-09
efi: Reorder pr_notice() with add_device_randomness() call
Ard Biesheuvel
2018-01-31
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
2018-01-08
efi: call get_event_log before ExitBootServices
Thiebaud Weksteen
2018-01-03
efi: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
2017-12-06
efi: Add comment to avoid future expanding of sysfs systab
Dave Young
2017-12-06
efi: Move some sysfs files to be read-only by root
Greg Kroah-Hartman
2017-08-26
efi: Move efi_mem_type() to common code
Jan Beulich
2017-08-26
efi/random: Increase size of firmware supplied randomness
Ard Biesheuvel
2017-08-26
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Ingo Molnar
2017-08-21
firmware/efi: Constify attribute_group structures
Arvind Yadav
2017-07-18
efi: Add an EFI table address match function
Tom Lendacky
2017-06-23
efi: Process the MEMATTR table only if EFI_MEMMAP is enabled
Daniel Kiper
2017-03-17
efi/esrt: Cleanup bad memory map log messages
Daniel Drake
2017-02-01
efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...
Sai Praneeth
2016-11-13
efi: Add support for seeding the RNG from a UEFI config table
Ard Biesheuvel
2016-10-18
efi/efivar_ssdt_load: Don't return success on allocation failure
Dan Carpenter
2016-09-13
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
2016-09-09
efi: Replace runtime services spinlock with semaphore
Ard Biesheuvel
2016-09-09
efi: Allow drivers to reserve boot services forever
Matt Fleming
2016-09-09
efi: Split out EFI memory map functions into new file
Matt Fleming
2016-09-09
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
2016-09-05
efi: Fix handling error value in fdt_find_uefi_params
Andrzej Hajda
2016-07-27
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-07-08
efi / ACPI: load SSTDs from EFI variables
Octavian Purdila
2016-07-06
Xen: EFI: Parse DT parameters for Xen specific UEFI
Shannon Zhao
2016-04-28
efi: Move efi_status_to_err() to drivers/firmware/efi/
Matt Fleming
2016-04-28
efi/arm/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
2016-04-28
efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
Ard Biesheuvel
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
2016-02-03
efi: Add Persistent Memory type name
Robert Elliott
2016-02-03
efi: Add NV memory attribute
Robert Elliott
2016-02-03
efi: Expose non-blocking set_variable() wrapper to efivars
Ard Biesheuvel
2016-02-03
Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...
Ingo Molnar
2016-01-13
efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap
Ard Biesheuvel
2015-12-14
x86/efi-bgrt: Fix kernel panic when mapping BGRT data
Sai Praneeth
2015-12-09
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
Ard Biesheuvel
2015-10-28
efi: Use correct type for struct efi_memory_map::phys_map
Ard Biesheuvel
2015-10-12
efi: Introduce EFI_NX_PE_DATA bit and set it from properties table
Ard Biesheuvel
2015-10-12
efi: Add support for UEFIv2.5 Properties table
Ard Biesheuvel
2015-10-12
efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()
Taku Izumi
2015-10-12
efi/arm64: Clean up efi_get_fdt_params() interface
Leif Lindholm
[next]