index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-21
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
1
-4
/
+4
2022-10-21
efi: libstub: Fix incorrect payload size in zboot header
Ard Biesheuvel
1
-1
/
+2
2022-10-21
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
1
-3
/
+3
2022-10-21
efi: libstub: Remove zboot signing from build options
Ard Biesheuvel
1
-25
/
+4
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2022-10-09
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-428
/
+1177
2022-10-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2022-10-03
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-0
/
+2
2022-10-03
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
1
-0
/
+1
2022-09-27
efi/arm64: libstub: avoid SetVirtualAddressMap() when possible
Ard Biesheuvel
2
-1
/
+9
2022-09-27
efi: zboot: create MemoryMapped() device path for the parent if needed
Ard Biesheuvel
1
-4
/
+16
2022-09-27
efi: libstub: fix up the last remaining open coded boot service call
Ard Biesheuvel
1
-2
/
+2
2022-09-27
efi/libstub: measure EFI LoadOptions
Ilias Apalodimas
2
-0
/
+11
2022-09-27
efi/libstub: refactor the initrd measuring functions
Ilias Apalodimas
1
-43
/
+77
2022-09-27
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
12
-364
/
+343
2022-09-27
efi/loongarch: libstub: remove dependency on flattened DT
Ard Biesheuvel
2
-12
/
+57
2022-09-27
efi: libstub: install boot-time memory map as config table
Ard Biesheuvel
6
-8
/
+30
2022-09-27
efi: libstub: remove DT dependency from generic stub
Ard Biesheuvel
3
-61
/
+60
2022-09-27
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
6
-97
/
+83
2022-09-26
efi: libstub: remove pointless goto kludge
Ard Biesheuvel
1
-15
/
+7
2022-09-26
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
8
-157
/
+76
2022-09-26
efi: libstub: avoid efi_get_memory_map() for allocating the virt map
Ard Biesheuvel
3
-22
/
+47
2022-09-26
treewide: Filter out CC_FLAGS_CFI
Sami Tolvanen
1
-0
/
+2
2022-09-22
efi: libstub: check Shim mode using MokSBStateRT
Ard Biesheuvel
1
-4
/
+4
2022-09-22
efi: x86: Wipe setup_data on pure EFI boot
Ard Biesheuvel
1
-0
/
+7
2022-09-20
efi: libstub: drop pointless get_memory_map() call
Ard Biesheuvel
1
-8
/
+0
2022-09-20
efi: libstub: fix type confusion for load_options_size
Ard Biesheuvel
3
-11
/
+12
2022-09-20
efi/libstub: implement generic EFI zboot
Ard Biesheuvel
6
-3
/
+571
2022-09-19
efi/libstub: move efi_system_table global var into separate object
Ard Biesheuvel
3
-3
/
+10
2022-09-17
efi/libstub: use EFI provided memcpy/memset routines
Ard Biesheuvel
3
-3
/
+33
2022-09-17
efi/libstub: add some missing EFI prototypes
Ard Biesheuvel
1
-5
/
+26
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
1
-2
/
+2
2022-09-07
efi/x86: libstub: remove unused variable
chen zhang
1
-1
/
+0
2022-09-06
efi/loongarch: Add efistub booting support
Huacai Chen
3
-6
/
+84
2022-08-25
efi: libstub: Disable struct randomization
Ard Biesheuvel
1
-0
/
+7
2022-07-19
riscv/efi_stub: Add 64bit boot-hartid support on RV64
Sunil V L
1
-3
/
+10
2022-06-01
efi/x86: libstub: Make DXE calls mixed mode safe
Ard Biesheuvel
1
-2
/
+2
2022-05-19
riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
2
-6
/
+30
2022-05-06
efi: stub: prefer mirrored memory for randomized allocations
Ard Biesheuvel
1
-0
/
+11
2022-05-03
efi/arm64: libstub: run image in place if randomized by the loader
Ard Biesheuvel
1
-3
/
+9
2022-05-03
efi: libstub: pass image handle to handle_kernel_image()
Ard Biesheuvel
5
-5
/
+9
2022-05-03
efi: libstub: ensure allocated memory to be executable
Baskov Evgeniy
1
-4
/
+106
2022-05-03
efi: libstub: declare DXE services table
Baskov Evgeniy
2
-1
/
+82
2022-02-28
riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
Sunil V L
1
-7
/
+10
2022-01-23
efi/libstub: arm64: Fix image check alignment at entry
Mihai Carabas
1
-3
/
+3
2022-01-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
1
-0
/
+2
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
1
-0
/
+2
2022-01-06
efi/libstub: measure loaded initrd info into the TPM
Ilias Apalodimas
1
-14
/
+58
2021-11-21
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
4
-29
/
+21
2021-11-21
efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()
Ard Biesheuvel
1
-1
/
+28
[next]