index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efi.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-09
efi: Export symbol efi_mem_desc_lookup
Thomas Zimmermann
1
-0
/
+1
2025-02-04
efi: Avoid cold plugged memory for placing the kernel
Ard Biesheuvel
1
-2
/
+4
2025-01-14
x86/efistub: Drop long obsolete UGA support
Ard Biesheuvel
1
-3
/
+0
2024-11-17
efi: Fix memory leak in efivar_ssdt_load
Cyrill Gorcunov
1
-13
/
+28
2024-09-13
efi: Remove redundant null pointer checks in efi_debugfs_init()
Li Zetao
1
-1
/
+1
2024-03-24
efi: fix panic in kdump kernel
Oleksandr Tymoshenko
1
-0
/
+2
2024-03-09
efi/libstub: Add get_event_log() support for CC platforms
Kuppuswamy Sathyanarayanan
1
-0
/
+1
2024-03-09
efi/tpm: Use symbolic GUID name from spec for final events table
Ard Biesheuvel
1
-1
/
+1
2023-12-11
efivarfs: automatically update super block flag
Masahisa Kojima
1
-0
/
+6
2023-12-11
efi: expose efivar generic ops register function
Masahisa Kojima
1
-0
/
+12
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-12
/
+1
2023-10-20
Merge 3rd batch of EFI fixes into efi/urgent
Ard Biesheuvel
1
-2
/
+6
2023-10-13
efi: fix memory leak in krealloc failure handling
Kuan-Wei Chiu
1
-2
/
+6
2023-09-19
efi/unaccepted: Make sure unaccepted table is mapped
Kirill A. Shutemov
1
-3
/
+29
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-12
/
+1
2023-06-30
Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-0
/
+1
2023-06-26
Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+26
2023-06-21
Revert "efi: random: refresh non-volatile random seed when RNG is initialized"
Linus Torvalds
1
-21
/
+0
2023-06-06
efi: Add unaccepted memory support
Kirill A. Shutemov
1
-0
/
+25
2023-06-06
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
1
-0
/
+1
2023-05-17
efivarfs: expose used and total size
Anisse Astier
1
-0
/
+1
2023-02-23
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-17
/
+57
2023-02-03
efi: Use standard format for printing the EFI revision
Ard Biesheuvel
1
-4
/
+9
2023-02-03
efi: Drop minimum EFI version check at boot
Ard Biesheuvel
1
-8
/
+1
2023-02-03
efi: fix potential NULL deref in efi_mem_reserve_persistent
Anton Gusev
1
-0
/
+2
2023-01-26
efi: verify that variable services are supported
Johan Hovold
1
-0
/
+22
2023-01-23
efi: Warn if trying to reserve memory under Xen
Demi Marie Obenour
1
-0
/
+4
2023-01-23
efi: Apply allowlist to EFI configuration tables when running under Xen
Demi Marie Obenour
1
-3
/
+10
2023-01-22
efi: xen: Implement memory descriptor lookup based on hypercall
Demi Marie Obenour
1
-1
/
+4
2023-01-22
efi: memmap: Disregard bogus entries instead of returning them
Demi Marie Obenour
1
-0
/
+6
2023-01-17
efi: efivars: drop kobject from efivars_register()
Johan Hovold
1
-1
/
+1
2023-01-03
efi: fix NULL-deref in init error path
Johan Hovold
1
-3
/
+6
2022-12-20
efi: random: fix NULL-deref when refreshing seed
Johan Hovold
1
-1
/
+3
2022-12-13
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-6
/
+8
2022-11-22
efi: random: refresh non-volatile random seed when RNG is initialized
Jason A. Donenfeld
1
-0
/
+19
2022-11-18
efi: random: combine bootloader provided RNG seed with RNG protocol output
Ard Biesheuvel
1
-2
/
+2
2022-11-18
efi: x86: Move EFI runtime map sysfs code to arch/x86
Ard Biesheuvel
1
-4
/
+1
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
1
-0
/
+5
2022-10-24
efi: random: reduce seed size to 32 bytes
Ard Biesheuvel
1
-1
/
+1
2022-10-21
efi: ssdt: Don't free memory if ACPI table was loaded successfully
Ard Biesheuvel
1
-0
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2022-09-27
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
1
-0
/
+15
2022-09-26
mm: remove rb tree.
Liam R. Howlett
1
-1
/
+0
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-0
/
+1
2022-06-24
efi: vars: Move efivar caching layer into efivarfs
Ard Biesheuvel
1
-0
/
+1
2022-06-20
efi: avoid efivars layer when loading SSDTs from variables
Ard Biesheuvel
1
-62
/
+41
2022-06-15
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
1
-0
/
+23
2022-04-13
efi: Register efi_secret platform device if EFI secret area is declared
Dov Murik
1
-0
/
+5
2022-04-13
efi: Save location of EFI confidential computing area
Dov Murik
1
-0
/
+6
2022-04-13
efi: Allow to enable EFI runtime services by default on RT
Javier Martinez Canillas
1
-1
/
+1
[next]