index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-13
1
-1
/
+1
|
\
|
*
x86/boot/compressed, efi: Merge multiple definitions of image_offset into one
Ard Biesheuvel
2022-11-24
1
-1
/
+1
*
|
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-13
25
-863
/
+1181
|
\
\
|
*
|
arm64: efi: Limit allocations to 48-bit addressable physical region
Ard Biesheuvel
2022-12-07
5
-3
/
+12
|
*
|
efi: Put Linux specific magic number in the DOS header
Ard Biesheuvel
2022-12-05
1
-1
/
+2
|
*
|
efi: libstub: Always enable initrd command line loader and bump version
Ard Biesheuvel
2022-12-01
1
-2
/
+1
|
*
|
efi: stub: use random seed from EFI variable
Jason A. Donenfeld
2022-12-01
1
-16
/
+52
|
*
|
efi: random: combine bootloader provided RNG seed with RNG protocol output
Ard Biesheuvel
2022-11-18
2
-6
/
+38
|
*
|
efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment
Jialin Zhang
2022-11-18
1
-2
/
+2
|
*
|
efi: libstub: Add mixed mode support to command line initrd loader
Ard Biesheuvel
2022-11-18
3
-43
/
+72
|
*
|
efi: libstub: Permit mixed mode return types other than efi_status_t
Ard Biesheuvel
2022-11-18
1
-6
/
+14
|
*
|
efi: libstub: Implement devicepath support for initrd commandline loader
Ard Biesheuvel
2022-11-18
2
-12
/
+81
|
*
|
efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory
Ard Biesheuvel
2022-11-18
5
-9
/
+16
|
*
|
Merge tag 'efi-zboot-direct-for-v6.2' into efi/next
Ard Biesheuvel
2022-11-18
21
-774
/
+902
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
efi: libstub: Merge zboot decompressor with the ordinary stub
Ard Biesheuvel
2022-11-09
2
-228
/
+74
|
|
*
efi/loongarch: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
2022-11-09
3
-67
/
+82
|
|
*
efi/loongarch: Don't jump to kernel entry via the old image
Ard Biesheuvel
2022-11-09
1
-9
/
+24
|
|
*
efi/arm64: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
2022-11-09
5
-29
/
+76
|
|
*
efi/riscv: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
2022-11-09
3
-75
/
+106
|
|
*
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
5
-38
/
+70
|
|
*
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
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-12-12
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
2022-11-09
1
-0
/
+1
|
|
/
*
/
arm64: efi: Force the use of SetVirtualAddressMap() on Altra machines
Ard Biesheuvel
2022-11-10
4
-2
/
+93
|
/
*
efi: random: Use 'ACPI reclaim' memory for random seed
Ard Biesheuvel
2022-10-24
1
-1
/
+6
*
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
2022-10-21
1
-4
/
+4
*
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: libstub: Remove zboot signing from build options
Ard Biesheuvel
2022-10-21
1
-25
/
+4
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-0
/
+1
|
\
|
*
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
2022-10-03
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
18
-428
/
+1177
|
\
\
|
*
|
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/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
12
-364
/
+343
|
|
\
\
|
|
*
|
efi/loongarch: libstub: remove dependency on flattened DT
Ard Biesheuvel
2022-09-27
2
-12
/
+57
[next]