index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi: libstub: Factor out min alignment and preferred kernel load address
Ard Biesheuvel
2022-11-09
3
-23
/
+6
*
efi: libstub: Add image code and data size to the zimage metadata
Ard Biesheuvel
2022-11-09
2
-13
/
+11
*
efi: libstub: Factor out EFI stub entrypoint into separate file
Ard Biesheuvel
2022-11-09
4
-64
/
+100
*
efi: libstub: Provide local implementations of strrchr() and memchr()
Ard Biesheuvel
2022-11-09
2
-1
/
+64
*
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
2022-11-09
7
-41
/
+93
*
efi: libstub: Enable efi_printk() in zboot decompressor
Ard Biesheuvel
2022-11-09
5
-167
/
+198
*
efi: libstub: Clone memcmp() into the stub
Ard Biesheuvel
2022-11-09
2
-10
/
+19
*
efi: libstub: Use local strncmp() implementation unconditionally
Ard Biesheuvel
2022-11-09
1
-2
/
+0
*
arm64: efi: Move efi-entry.S into the libstub source directory
Ard Biesheuvel
2022-11-09
2
-2
/
+59
*
arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
Ard Biesheuvel
2022-11-09
1
-1
/
+9
*
efi: libstub: Deduplicate ftrace command line argument filtering
Ard Biesheuvel
2022-11-09
1
-9
/
+10
*
efi: libstub: Drop handling of EFI properties table
Ard Biesheuvel
2022-11-09
1
-13
/
+0
*
efi: libstub: Drop randomization of runtime memory map
Ard Biesheuvel
2022-11-09
1
-29
/
+0
*
efi: efivars: Fix variable writes with unsupported query_variable_store()
Ard Biesheuvel
2022-10-28
1
-48
/
+20
*
efi: random: Use 'ACPI reclaim' memory for random seed
Ard Biesheuvel
2022-10-24
1
-1
/
+6
*
efi: random: reduce seed size to 32 bytes
Ard Biesheuvel
2022-10-24
1
-1
/
+1
*
efi/tpm: Pass correct address to memblock_reserve
Jerry Snitselaar
2022-10-24
1
-1
/
+1
*
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
2022-10-21
3
-6
/
+6
*
efi: libstub: Fix incorrect payload size in zboot header
Ard Biesheuvel
2022-10-21
1
-1
/
+2
*
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
2022-10-21
1
-3
/
+3
*
efi: efivars: Fix variable writes without query_variable_store()
Ard Biesheuvel
2022-10-21
1
-5
/
+5
*
efi: ssdt: Don't free memory if ACPI table was loaded successfully
Ard Biesheuvel
2022-10-21
1
-0
/
+2
*
efi: libstub: Remove zboot signing from build options
Ard Biesheuvel
2022-10-21
2
-47
/
+4
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
2
-1
/
+2
|
\
|
*
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
2022-10-03
1
-0
/
+1
|
*
mm: remove rb tree.
Liam R. Howlett
2022-09-27
1
-1
/
+0
|
*
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-27
1
-0
/
+1
*
|
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-09
21
-489
/
+1237
|
\
\
|
*
|
efi/arm64: libstub: avoid SetVirtualAddressMap() when possible
Ard Biesheuvel
2022-09-27
2
-1
/
+9
|
*
|
efi: zboot: create MemoryMapped() device path for the parent if needed
Ard Biesheuvel
2022-09-27
1
-4
/
+16
|
*
|
efi: libstub: fix up the last remaining open coded boot service call
Ard Biesheuvel
2022-09-27
1
-2
/
+2
|
*
|
efi/arm: libstub: move ARM specific code out of generic routines
Ard Biesheuvel
2022-09-27
1
-59
/
+2
|
*
|
efi/libstub: measure EFI LoadOptions
Ilias Apalodimas
2022-09-27
2
-0
/
+11
|
*
|
efi/libstub: refactor the initrd measuring functions
Ilias Apalodimas
2022-09-27
1
-43
/
+77
|
*
|
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
2022-09-27
13
-364
/
+358
|
|
\
\
|
|
*
|
efi/loongarch: libstub: remove dependency on flattened DT
Ard Biesheuvel
2022-09-27
2
-12
/
+57
|
|
*
|
efi: libstub: install boot-time memory map as config table
Ard Biesheuvel
2022-09-27
6
-8
/
+30
|
|
*
|
efi: libstub: remove DT dependency from generic stub
Ard Biesheuvel
2022-09-27
3
-61
/
+60
|
|
*
|
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-27
7
-97
/
+98
|
|
*
|
efi: libstub: remove pointless goto kludge
Ard Biesheuvel
2022-09-26
1
-15
/
+7
|
|
*
|
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
2022-09-26
8
-157
/
+76
|
|
*
|
efi: libstub: avoid efi_get_memory_map() for allocating the virt map
Ard Biesheuvel
2022-09-26
3
-22
/
+47
|
|
*
|
efi: libstub: drop pointless get_memory_map() call
Ard Biesheuvel
2022-09-20
1
-8
/
+0
|
*
|
|
efi: libstub: fix type confusion for load_options_size
Ard Biesheuvel
2022-09-20
3
-11
/
+12
|
*
|
|
efi/libstub: implement generic EFI zboot
Ard Biesheuvel
2022-09-20
7
-3
/
+612
|
*
|
|
efi/libstub: move efi_system_table global var into separate object
Ard Biesheuvel
2022-09-19
3
-3
/
+10
|
*
|
|
efi/libstub: use EFI provided memcpy/memset routines
Ard Biesheuvel
2022-09-17
3
-3
/
+33
|
*
|
|
efi/libstub: add some missing EFI prototypes
Ard Biesheuvel
2022-09-17
1
-5
/
+26
|
|
/
/
|
*
/
efi/loongarch: Add efistub booting support
Huacai Chen
2022-09-06
4
-8
/
+86
|
|
/
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-10-06
1
-2
/
+2
|
\
\
[next]