开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Age
Commit message (
Expand
)
Author
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-10-30
Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-10-20
Merge 3rd batch of EFI fixes into efi/urgent
Ard Biesheuvel
2023-10-18
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
2023-10-17
efi: move screen_info into efi init code
Arnd Bergmann
2023-10-17
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
2023-10-13
x86/efistub: Don't try to print after ExitBootService()
Nikolay Borisov
2023-09-15
x86/efi: Disregard setup header of loaded image
Ard Biesheuvel
2023-09-15
x86/efi: Drop EFI stub .bss from .data section
Ard Biesheuvel
2023-09-11
efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table
Ard Biesheuvel
2023-09-08
Merge patch series "riscv: Introduce KASLR"
Palmer Dabbelt
2023-09-05
riscv: libstub: Implement KASLR by using generic functions
Alexandre Ghiti
2023-09-05
libstub: Fix compilation warning for rv32
Alexandre Ghiti
2023-09-05
arm64: libstub: Move KASLR handling functions to kaslr.c
Alexandre Ghiti
2023-08-30
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-08-28
Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-08-28
Merge remote-tracking branch 'linux-efi/urgent' into efi/next
Ard Biesheuvel
2023-08-24
x86/efistub: Fix PCI ROM preservation in mixed mode
Mikel Rychliski
2023-08-07
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
2023-08-07
x86/efistub: Perform SNP feature test while running in the firmware
Ard Biesheuvel
2023-08-07
efi/libstub: Add limit argument to efi_random_alloc()
Ard Biesheuvel
2023-08-07
x86/efistub: Prefer EFI memory attributes protocol over DXE services
Ard Biesheuvel
2023-08-07
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
2023-08-07
x86/efistub: Clear BSS in EFI handover protocol entrypoint
Ard Biesheuvel
2023-08-07
x86/efistub: Simplify and clean up handover entry code
Ard Biesheuvel
2023-08-07
x86/efistub: Branch straight to kernel entry point from C code
Ard Biesheuvel
2023-08-03
efi/riscv: libstub: Fix comment about absolute relocation
Xiao Wang
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2023-07-08
efi: Do not include <linux/screen_info.h> from EFI header
Thomas Zimmermann
2023-06-30
Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-27
efi/libstub: Disable PCI DMA before grabbing the EFI memory map
Ard Biesheuvel
2023-06-06
x86/efi: Safely enable unaccepted memory in UEFI
Dionna Glaze
2023-06-06
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
2023-06-06
efi/x86: Get full memory map in allocate_e820()
Kirill A. Shutemov
2023-05-25
efi: fix missing prototype warnings
Arnd Bergmann
2023-05-25
efi/libstub: zboot: Avoid eager evaluation of objcopy flags
Ard Biesheuvel
2023-04-26
efi/zboot: arm64: Grab code size from ELF symbol in payload
Ard Biesheuvel
2023-04-26
efi/zboot: arm64: Inject kernel code size symbol into the zboot payload
Ard Biesheuvel
2023-04-20
efi/zboot: Set forward edge CFI compat header flag if supported
Ard Biesheuvel
2023-04-20
efi/zboot: Add BSS padding before compression
Ard Biesheuvel
2023-04-20
arm64: efi: Enable BTI codegen and add PE/COFF annotation
Ard Biesheuvel
2023-04-05
efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
Huacai Chen
2023-03-23
efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failure
Ard Biesheuvel
2023-03-23
efi/libstub: Use relocated version of kernel's struct screen_info
Ard Biesheuvel
2023-03-21
efi/libstub: zboot: Add compressed image to make targets
Ard Biesheuvel
2023-03-18
efi/libstub: smbios: Drop unused 'recsize' parameter
Ard Biesheuvel
2023-03-18
arm64: efi: Use SMBIOS processor version to key off Ampere quirk
Ard Biesheuvel
2023-03-18
efi/libstub: smbios: Use length member instead of record struct size
Ard Biesheuvel
[next]