index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-16
efi/arm: Revert "Defer persistent reservations until after paging_init()"
Ard Biesheuvel
1
-4
/
+0
2018-11-30
efi: Reduce the amount of memblock reservations for persistent allocations
Ard Biesheuvel
1
-4
/
+17
2018-11-30
efi: Permit multiple entries in persistent memreserve data structure
Ard Biesheuvel
1
-12
/
+27
2018-11-27
efi: Prevent GICv3 WARN() by mapping the memreserve table before first use
Ard Biesheuvel
1
-10
/
+26
2018-11-15
efi: Permit calling efi_mem_reserve_persistent() from atomic context
Ard Biesheuvel
1
-12
/
+19
2018-11-15
efi/arm: Defer persistent reservations until after paging_init()
Ard Biesheuvel
1
-0
/
+4
2018-09-26
efi: add API to reserve memory persistently across kexec reboot
Ard Biesheuvel
1
-0
/
+32
2018-09-26
efi: honour memory reservations passed via a linux specific config table
Ard Biesheuvel
1
-1
/
+26
2018-08-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2018-07-17
mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids
Rik van Riel
1
-0
/
+1
2018-07-16
efi: Drop type and attribute checks in efi_mem_desc_lookup()
Ard Biesheuvel
1
-7
/
+1
2018-07-16
efi: Use a work queue to invoke EFI Runtime Services
Sai Praneeth
1
-0
/
+14
2018-03-12
efi: Use efi_mm in x86 as well as ARM
Sai Praneeth
1
-0
/
+9
2018-03-09
efi: Reorder pr_notice() with add_device_randomness() call
Ard Biesheuvel
1
-1
/
+1
2018-02-01
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
1
-0
/
+4
2018-01-08
efi: call get_event_log before ExitBootServices
Thiebaud Weksteen
1
-0
/
+4
2018-01-03
efi: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-1
/
+1
2017-12-06
efi: Add comment to avoid future expanding of sysfs systab
Dave Young
1
-0
/
+2
2017-12-06
efi: Move some sysfs files to be read-only by root
Greg Kroah-Hartman
1
-2
/
+1
2017-08-26
efi: Move efi_mem_type() to common code
Jan Beulich
1
-6
/
+31
2017-08-26
efi/random: Increase size of firmware supplied randomness
Ard Biesheuvel
1
-1
/
+2
2017-08-26
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Ingo Molnar
1
-0
/
+33
2017-08-21
firmware/efi: Constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-07-18
efi: Add an EFI table address match function
Tom Lendacky
1
-0
/
+33
2017-06-23
efi: Process the MEMATTR table only if EFI_MEMMAP is enabled
Daniel Kiper
1
-1
/
+2
2017-03-17
efi/esrt: Cleanup bad memory map log messages
Daniel Drake
1
-1
/
+0
2017-02-01
efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...
Sai Praneeth
1
-0
/
+2
2016-11-13
efi: Add support for seeding the RNG from a UEFI config table
Ard Biesheuvel
1
-0
/
+72
2016-10-18
efi/efivar_ssdt_load: Don't return success on allocation failure
Dan Carpenter
1
-1
/
+3
2016-09-13
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
1
-31
/
+36
2016-09-09
efi: Replace runtime services spinlock with semaphore
Ard Biesheuvel
1
-0
/
+3
2016-09-09
efi: Allow drivers to reserve boot services forever
Matt Fleming
1
-0
/
+30
2016-09-09
efi: Split out EFI memory map functions into new file
Matt Fleming
1
-129
/
+0
2016-09-09
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
1
-40
/
+95
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
1
-0
/
+46
2016-09-05
efi: Fix handling error value in fdt_find_uefi_params
Andrzej Hajda
1
-2
/
+5
2016-07-27
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-16
/
+65
2016-07-08
efi / ACPI: load SSTDs from EFI variables
Octavian Purdila
1
-0
/
+96
2016-07-06
Xen: EFI: Parse DT parameters for Xen specific UEFI
Shannon Zhao
1
-16
/
+65
2016-04-28
efi: Move efi_status_to_err() to drivers/firmware/efi/
Matt Fleming
1
-0
/
+33
2016-04-28
efi/arm/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
1
-2
/
+3
2016-04-28
efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
Ard Biesheuvel
1
-0
/
+2
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
1
-1
/
+1
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
1
-5
/
+1
2016-02-03
efi: Add Persistent Memory type name
Robert Elliott
1
-1
/
+2
2016-02-03
efi: Add NV memory attribute
Robert Elliott
1
-1
/
+4
2016-02-03
efi: Expose non-blocking set_variable() wrapper to efivars
Ard Biesheuvel
1
-0
/
+1
2016-02-03
Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...
Ingo Molnar
1
-0
/
+2
2016-01-13
efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap
Ard Biesheuvel
1
-1
/
+1
2015-12-14
x86/efi-bgrt: Fix kernel panic when mapping BGRT data
Sai Praneeth
1
-32
/
+0
[next]