index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-14
efi/libstub/file: Merge file name buffers to reduce stack usage
Ard Biesheuvel
1
-13
/
+14
2020-04-14
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
1
-4
/
+10
2020-04-14
efi/x86: Move efi stub globals from .bss to .data
Arvind Sankar
2
-2
/
+2
2020-04-14
efi/libstub/x86: Remove redundant assignment to pointer hdr
Colin Ian King
1
-2
/
+0
2020-04-14
efi/cper: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-04-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-5
/
+3
2020-04-01
arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature
Ard Biesheuvel
1
-5
/
+3
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2020-03-31
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
31
-1346
/
+2790
2020-03-30
Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-1
/
+214
2020-03-29
efi/libstub/arm: Fix spurious message that an initrd was loaded
Ard Biesheuvel
1
-1
/
+1
2020-03-29
efi/libstub/arm64: Avoid image_base value from efi_loaded_image
Ard Biesheuvel
1
-1
/
+6
2020-03-20
platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
Hans de Goede
1
-0
/
+3
2020-03-20
Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/...
Greg Kroah-Hartman
4
-0
/
+210
2020-03-09
Merge 5.6-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2020-03-08
efi/x86: Fix cast of image argument
Arvind Sankar
1
-1
/
+1
2020-03-08
efi/libstub/x86: Use ULONG_MAX as upper bound for all allocations
Ard Biesheuvel
1
-13
/
+4
2020-03-08
efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()
Vladis Dronov
2
-2
/
+2
2020-03-08
efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinux
Masahiro Yamada
1
-1
/
+1
2020-03-08
efi/x86: Ignore the memory attributes table on i386
Ard Biesheuvel
1
-1
/
+1
2020-03-08
efi/x86: Don't relocate the kernel unless necessary
Arvind Sankar
1
-3
/
+30
2020-03-08
efi/x86: Decompress at start of PE image load address
Arvind Sankar
1
-3
/
+14
2020-03-08
efi/libstub/x86: Deal with exit() boot service returning
Ard Biesheuvel
1
-1
/
+2
2020-03-08
efi/x86: Avoid using code32_start
Arvind Sankar
1
-5
/
+5
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...
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 sec...
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
-121
/
+89
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
[next]