index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
/
efi
/
efi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+46
2022-12-10
efi/x86: Remove EfiMemoryMappedIO from E820 map
Bjorn Helgaas
1
-0
/
+46
2022-11-18
efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures
Ard Biesheuvel
1
-3
/
+5
2022-08-15
x86: Fix various duplicate-word comment typos
Jason Wang
1
-1
/
+1
2022-06-15
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
1
-23
/
+0
2022-04-13
efi: Save location of EFI confidential computing area
Dov Murik
1
-0
/
+3
2021-05-22
x86/efi: Log 32/64-bit mismatch with kernel as an error
Paul Menzel
1
-1
/
+1
2020-10-12
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
1
-69
/
+0
2020-09-16
efi: Support for MOK variable config table
Lenny Szubowicz
1
-0
/
+3
2020-08-20
efi/x86: Move 32-bit code into efi_32.c
Ard Biesheuvel
1
-69
/
+0
2020-07-17
x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAP
steve.wahl@hpe.com
1
-1
/
+1
2020-07-17
x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()
steve.wahl@hpe.com
1
-11
/
+3
2020-04-24
efi: Clean up config table description arrays
Ard Biesheuvel
1
-4
/
+4
2020-03-08
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...
Ingo Molnar
1
-0
/
+2
2020-03-03
efi: Add embedded peripheral firmware support
Hans de Goede
1
-0
/
+1
2020-03-03
efi: Export boot-services code and data as debugfs-blobs
Hans de Goede
1
-0
/
+1
2020-02-29
efi/x86: Add RNG seed EFI table to unencrypted mapping check
Tom Lendacky
1
-0
/
+1
2020-02-29
efi/x86: Add TPM related EFI tables to unencrypted mapping checks
Tom Lendacky
1
-0
/
+2
2020-02-23
efi/x86: Drop 'systab' member from struct efi
Ard Biesheuvel
1
-73
/
+14
2020-02-23
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
1
-3
/
+6
2020-02-23
efi/x86: Merge assignments of efi.runtime_version
Ard Biesheuvel
1
-17
/
+2
2020-02-23
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
Ard Biesheuvel
1
-12
/
+48
2020-02-23
efi/x86: Remove runtime table address from kexec EFI setup data
Ard Biesheuvel
1
-3
/
+1
2020-02-23
efi: Clean up config_parse_tables()
Ard Biesheuvel
1
-3
/
+3
2020-02-23
efi: Make efi_config_init() x86 only
Ard Biesheuvel
1
-0
/
+30
2020-02-23
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
1
-36
/
+10
2020-02-23
efi: Move mem_attr_table out of struct efi
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi: Move UGA and PROP table handling to x86 code
Ard Biesheuvel
1
-2
/
+30
2020-02-23
efi/ia64: Move HCDP and MPS table handling into IA64 arch code
Ard Biesheuvel
1
-2
/
+0
2020-02-23
efi: Drop handling of 'boot_info' configuration table
Ard Biesheuvel
1
-1
/
+0
2020-02-23
efi/x86: Replace #ifdefs with IS_ENABLED() checks
Ard Biesheuvel
1
-7
/
+4
2020-02-23
efi/x86: Reindent struct initializer for legibility
Ard Biesheuvel
1
-5
/
+5
2020-02-02
efi/x86: Fix boot regression on systems with invalid memmap entries
Ard Biesheuvel
1
-1
/
+1
2020-01-20
efi: Add tracking for dynamically allocated memmaps
Dan Williams
1
-2
/
+8
2020-01-20
efi/x86: Limit EFI old memory map to SGI UV machines
Ard Biesheuvel
1
-20
/
+10
2020-01-10
efi/x86: Remove unreachable code in kexec_enter_virtual_mode()
Ard Biesheuvel
1
-3
/
+0
2020-01-10
efi/x86: Don't panic or BUG() on non-critical error conditions
Ard Biesheuvel
1
-14
/
+14
2020-01-10
efi/x86: Clean up efi_systab_init() routine for legibility
Ard Biesheuvel
1
-84
/
+82
2020-01-10
efi/x86: Drop two near identical versions of efi_runtime_init()
Ard Biesheuvel
1
-90
/
+5
2020-01-10
efi/x86: Simplify mixed mode call wrapper
Ard Biesheuvel
1
-15
/
+4
2020-01-10
efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
Ard Biesheuvel
1
-28
/
+2
2020-01-10
efi/x86: Map the entire EFI vendor string before copying it
Ard Biesheuvel
1
-6
/
+7
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
1
-2
/
+2
2019-12-25
efi/x86: Rename efi_is_native() to efi_is_mixed()
Ard Biesheuvel
1
-4
/
+4
2019-11-07
x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
Dan Williams
1
-0
/
+2
2019-11-07
x86/efi: EFI soft reservation to E820 enumeration
Dan Williams
1
-4
/
+45
2019-11-07
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
1
-0
/
+3
2019-10-07
efi/x86: Do not clean dummy variable in kexec path
Dave Young
1
-3
/
+0
2019-08-08
efi: Export Runtime Configuration Interface table to sysfs
Narendra K
1
-0
/
+3
2019-08-08
efi: ia64: move SAL systab handling out of generic EFI code
Ard Biesheuvel
1
-1
/
+0
[next]