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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+3
2025-03-29
Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-81
/
+448
2025-03-14
efi/libstub: Avoid legacy decompressor zlib/zstd wrappers
Ard Biesheuvel
6
-57
/
+136
2025-03-14
efi/libstub: Avoid physical address 0x0 when doing random allocation
Ard Biesheuvel
1
-0
/
+4
2025-03-13
efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServices
Ard Biesheuvel
1
-0
/
+26
2025-03-10
efi: efibc: change kmalloc(size * count, ...) to kmalloc_array()
Ethan Carter Edwards
1
-1
/
+1
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
3
-32
/
+29
2025-03-07
Merge branch 'x86-mixed-mode' into efi/next
Ard Biesheuvel
3
-23
/
+285
2025-02-27
efi/mokvar-table: Avoid repeated map/unmap of the same page
Ard Biesheuvel
1
-3
/
+15
2025-02-27
efi: Don't map the entire mokvar table to determine its size
Peter Jones
1
-28
/
+13
2025-02-23
efi/cper: Fix cper_arm_ctx_info alignment
Patrick Rudolph
1
-1
/
+1
2025-02-23
efi/cper: Fix cper_ia_proc_ctx alignment
Patrick Rudolph
1
-1
/
+1
2025-02-21
x86/efi/mixed: Move mixed mode startup code into libstub
Ard Biesheuvel
2
-0
/
+256
2025-02-21
x86/efistub: Merge PE and handover entrypoints
Ard Biesheuvel
1
-23
/
+29
2025-02-21
efi: rci2: mark bin_attribute as __ro_after_init
Thomas Weißschuh
1
-1
/
+1
2025-02-21
efi/mokvar: Use const 'struct bin_attribute' callback
Thomas Weißschuh
1
-2
/
+2
2025-02-06
efi/cper, cxl: Remove cper_cxl.h
Smita Koralahalli
3
-18
/
+0
2025-02-06
efi/cper, cxl: Make definitions and structures global
Smita Koralahalli
3
-85
/
+2
2025-02-06
efi/cper, cxl: Prefix protocol error struct and function names with cxl_
Smita Koralahalli
3
-5
/
+7
2025-02-04
efi: Avoid cold plugged memory for placing the kernel
Ard Biesheuvel
3
-2
/
+10
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2025-01-22
efi: libstub: Use '-std=gnu11' to fix build with GCC 15
Nathan Chancellor
1
-1
/
+1
2025-01-14
efi: sysfb_efi: fix W=1 warnings when EFI is not set
Randy Dunlap
1
-1
/
+1
2025-01-14
efi/libstub: Use __free() helper for pool deallocations
Ard Biesheuvel
3
-26
/
+20
2025-01-14
efi/libstub: Use cleanup helpers for freeing copies of the memory map
Ard Biesheuvel
5
-29
/
+20
2025-01-14
efi/libstub: Simplify PCI I/O handle buffer traversal
Ard Biesheuvel
2
-49
/
+13
2025-01-14
efi/libstub: Refactor and clean up GOP resolution picker code
Ard Biesheuvel
1
-162
/
+103
2025-01-14
efi/libstub: Simplify GOP handling code
Ard Biesheuvel
4
-74
/
+37
2025-01-14
efi/libstub: Use C99-style for loop to traverse handle buffer
Ard Biesheuvel
4
-12
/
+8
2025-01-14
x86/efistub: Drop long obsolete UGA support
Ard Biesheuvel
2
-93
/
+0
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-2
/
+2
2024-12-19
efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32
Hamza Mahfooz
1
-1
/
+1
2024-12-16
Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-18
/
+6
2024-12-13
efi/esrt: remove esre_attribute::store()
Jiri Slaby (SUSE)
1
-2
/
+0
2024-12-06
efi/zboot: Limit compression options to GZIP and ZSTD
Ard Biesheuvel
2
-16
/
+6
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-11
/
+11
2024-11-17
efi: Fix memory leak in efivar_ssdt_load
Cyrill Gorcunov
1
-13
/
+28
2024-11-17
efi/libstub: Take command line overrides into account for loaded files
Ard Biesheuvel
1
-1
/
+2
2024-11-17
efi/libstub: Fix command line fallback handling when loading files
Ard Biesheuvel
1
-0
/
+21
2024-11-15
efi/libstub: Parse builtin command line after bootloader provided one
Ard Biesheuvel
1
-11
/
+8
2024-11-15
efi/memattr: Ignore table if the size is clearly bogus
Ard Biesheuvel
1
-1
/
+17
2024-11-15
efi/zboot: Fix outdated comment about using LoadImage/StartImage
Ard Biesheuvel
1
-6
/
+4
2024-11-15
efi/libstub: Free correct pointer on failure
Ard Biesheuvel
1
-1
/
+1
2024-10-15
libstub,tpm: do not ignore failure case when reading final event log
Gregory Price
1
-0
/
+3
2024-10-15
tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
Gregory Price
2
-4
/
+4
2024-10-15
tpm: do not ignore memblock_reserve return value
Gregory Price
1
-1
/
+6
2024-10-15
tpm: fix signed/unsigned bug when checking event logs
Gregory Price
1
-8
/
+9
2024-10-15
efi/libstub: measure initrd to PCR9 independent of source
Jeremy Linton
1
-4
/
+5
2024-10-15
efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()
Jonathan Marek
4
-8
/
+5
2024-10-15
efi/libstub: fix efi_parse_options() ignoring the default command line
Jonathan Marek
1
-1
/
+1
[prev]
[next]