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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
2
-11
/
+25
2020-03-08
efi: Add a sanity check to efivar_store_raw()
Vladis Dronov
1
-0
/
+3
2020-03-08
efi: Fix a race and a buffer overflow while reading efivars via sysfs
Vladis Dronov
1
-9
/
+20
2020-03-08
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
Ingo Molnar
4
-0
/
+210
2020-03-04
efi/arm: Start using fw_devlink_get_flags()
Saravana Kannan
1
-1
/
+1
2020-03-03
efi: Add embedded peripheral firmware support
Hans de Goede
3
-0
/
+153
2020-03-03
efi: Export boot-services code and data as debugfs-blobs
Hans de Goede
1
-0
/
+57
2020-02-29
efi: Mark all EFI runtime services as unsupported on non-EFI boot
Ard Biesheuvel
1
-3
/
+3
2020-02-29
efi: Don't shadow 'i' in efi_config_parse_tables()
Heinrich Schuchardt
1
-1
/
+0
2020-02-29
efi/x86: Add RNG seed EFI table to unencrypted mapping check
Tom Lendacky
1
-8
/
+10
2020-02-26
efi: READ_ONCE rng seed size before munmap
Jason A. Donenfeld
1
-2
/
+2
2020-02-25
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections
Arvind Sankar
1
-1
/
+2
2020-02-23
efi: Use EFI ResetSystem only when available
Ard Biesheuvel
1
-2
/
+2
2020-02-23
efi: Register EFI rtc platform device only when available
Ard Biesheuvel
1
-0
/
+3
2020-02-23
efi: Use more granular check for availability for variable services
Ard Biesheuvel
3
-22
/
+10
2020-02-23
efi: Add support for EFI_RT_PROPERTIES table
Ard Biesheuvel
1
-0
/
+12
2020-02-23
efi: Store mask of supported runtime services in struct efi
Ard Biesheuvel
1
-10
/
+17
2020-02-23
efi/arm: Rewrite FDT param discovery routines
Ard Biesheuvel
1
-119
/
+87
2020-02-23
efi/arm: Move FDT specific definitions into fdtparams.c
Ard Biesheuvel
2
-18
/
+29
2020-02-23
efi/arm: Move FDT param discovery code out of efi.c
Ard Biesheuvel
3
-135
/
+143
2020-02-23
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
1
-13
/
+16
2020-02-23
efi/libstub/x86: Use Exit() boot service to exit the stub on errors
Ard Biesheuvel
2
-8
/
+17
2020-02-23
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
3
-18
/
+35
2020-02-23
efi/arm: Drop unnecessary references to efi.systab
Ard Biesheuvel
2
-37
/
+14
2020-02-23
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
2
-2
/
+3
2020-02-23
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
Ard Biesheuvel
2
-37
/
+6
2020-02-23
efi: Clean up config_parse_tables()
Ard Biesheuvel
2
-26
/
+24
2020-02-23
efi: Make efi_config_init() x86 only
Ard Biesheuvel
1
-31
/
+0
2020-02-23
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
2
-27
/
+66
2020-02-23
efi: Make memreserve table handling local to efi.c
Ard Biesheuvel
1
-6
/
+6
2020-02-23
efi: Move mem_attr_table out of struct efi
Ard Biesheuvel
2
-8
/
+8
2020-02-23
efi: Make rng_seed table handling local to efi.c
Ard Biesheuvel
1
-11
/
+10
2020-02-23
efi: Move UGA and PROP table handling to x86 code
Ard Biesheuvel
1
-24
/
+1
2020-02-23
efi/ia64: Move HCDP and MPS table handling into IA64 arch code
Ard Biesheuvel
1
-8
/
+6
2020-02-23
efi: Drop handling of 'boot_info' configuration table
Ard Biesheuvel
1
-3
/
+0
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
4
-35
/
+52
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
4
-3
/
+125
2020-02-23
efi/dev-path-parser: Add struct definition for vendor type device path nodes
Ard Biesheuvel
2
-23
/
+23
2020-02-23
efi/capsule-loader: Drop superfluous assignment
Heinrich Schuchardt
1
-1
/
+1
2020-02-23
efi/esrt: Clean up efi_esrt_init
Heinrich Schuchardt
1
-4
/
+2
2020-02-23
efi/libstub: Fix error message in handle_cmdline_files()
Heinrich Schuchardt
1
-1
/
+1
2020-02-23
efi/libstub: Describe RNG functions
Heinrich Schuchardt
1
-0
/
+24
2020-02-23
efi/libstub: Describe efi_relocate_kernel()
Heinrich Schuchardt
1
-9
/
+20
2020-02-23
efi/libstub: Describe memory functions
Heinrich Schuchardt
1
-2
/
+34
2020-02-23
efi/libstub: Simplify efi_get_memory_map()
Heinrich Schuchardt
1
-6
/
+7
2020-02-23
efi/libstub: Add function description of efi_allocate_pages()
Heinrich Schuchardt
1
-2
/
+14
2020-02-23
efi/libstub: Make the LoadFile EFI protocol accessible
Ard Biesheuvel
1
-0
/
+14
2020-02-23
efi/libstub: Expose LocateDevicePath boot service
Ard Biesheuvel
1
-1
/
+5
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
5
-53
/
+94
2020-02-23
efi/libstub: Take soft and hard memory limits into account for initrd loading
Ard Biesheuvel
4
-17
/
+20
[prev]
[next]