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.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-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
/
libstub
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-01
Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2023-06-27
efi/libstub: Disable PCI DMA before grabbing the EFI memory map
Ard Biesheuvel
1
-3
/
+3
2023-06-06
x86/efi: Safely enable unaccepted memory in UEFI
Dionna Glaze
1
-0
/
+36
2023-06-06
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
6
-0
/
+327
2023-06-06
efi/x86: Get full memory map in allocate_e820()
Kirill A. Shutemov
1
-15
/
+11
2023-05-25
efi: fix missing prototype warnings
Arnd Bergmann
1
-0
/
+3
2023-05-25
efi/libstub: zboot: Avoid eager evaluation of objcopy flags
Ard Biesheuvel
1
-1
/
+2
2023-04-27
efi/zboot: arm64: Grab code size from ELF symbol in payload
Ard Biesheuvel
4
-30
/
+21
2023-04-26
efi/zboot: arm64: Inject kernel code size symbol into the zboot payload
Ard Biesheuvel
2
-1
/
+8
2023-04-20
efi/zboot: Set forward edge CFI compat header flag if supported
Ard Biesheuvel
2
-19
/
+39
2023-04-20
efi/zboot: Add BSS padding before compression
Ard Biesheuvel
3
-13
/
+31
2023-04-20
arm64: efi: Enable BTI codegen and add PE/COFF annotation
Ard Biesheuvel
1
-2
/
+1
2023-04-05
efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
Huacai Chen
1
-17
/
+7
2023-03-23
efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failure
Ard Biesheuvel
1
-0
/
+1
2023-03-23
efi/libstub: Use relocated version of kernel's struct screen_info
Ard Biesheuvel
6
-14
/
+21
2023-03-21
efi/libstub: zboot: Add compressed image to make targets
Ard Biesheuvel
1
-1
/
+1
2023-03-18
efi/libstub: smbios: Drop unused 'recsize' parameter
Ard Biesheuvel
2
-4
/
+3
2023-03-18
arm64: efi: Use SMBIOS processor version to key off Ampere quirk
Ard Biesheuvel
3
-13
/
+80
2023-03-18
efi/libstub: smbios: Use length member instead of record struct size
Ard Biesheuvel
1
-1
/
+1
2023-03-10
efi/libstub: arm64: Remap relocated image with strict permissions
Ard Biesheuvel
1
-0
/
+1
2023-03-10
efi/libstub: zboot: Mark zboot EFI application as NX compatible
Ard Biesheuvel
1
-1
/
+1
2023-02-24
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-0
/
+92
2023-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-83
/
+55
2023-02-09
arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...
Darren Hart
1
-3
/
+6
2023-02-03
efi: zboot: Use EFI protocol to remap code/data with the right attributes
Ard Biesheuvel
3
-0
/
+72
2023-01-30
efi/libstub: Add memory attribute protocol definitions
Evgeniy Baskov
1
-0
/
+20
2023-01-24
efi: arm64: enter with MMU and caches enabled
Ard Biesheuvel
4
-83
/
+55
2022-12-14
Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-12-14
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
25
-863
/
+1181
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2022-12-07
arm64: efi: Limit allocations to 48-bit addressable physical region
Ard Biesheuvel
5
-3
/
+12
2022-12-05
efi: Put Linux specific magic number in the DOS header
Ard Biesheuvel
1
-1
/
+2
2022-12-01
efi: libstub: Always enable initrd command line loader and bump version
Ard Biesheuvel
1
-2
/
+1
2022-12-01
efi: stub: use random seed from EFI variable
Jason A. Donenfeld
1
-16
/
+52
2022-11-24
x86/boot/compressed, efi: Merge multiple definitions of image_offset into one
Ard Biesheuvel
1
-1
/
+1
2022-11-18
efi: random: combine bootloader provided RNG seed with RNG protocol output
Ard Biesheuvel
2
-6
/
+38
2022-11-18
efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment
Jialin Zhang
1
-2
/
+2
2022-11-18
efi: libstub: Add mixed mode support to command line initrd loader
Ard Biesheuvel
3
-43
/
+72
2022-11-18
efi: libstub: Permit mixed mode return types other than efi_status_t
Ard Biesheuvel
1
-6
/
+14
2022-11-18
efi: libstub: Implement devicepath support for initrd commandline loader
Ard Biesheuvel
2
-12
/
+81
2022-11-18
efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory
Ard Biesheuvel
5
-9
/
+16
2022-11-18
Merge tag 'efi-zboot-direct-for-v6.2' into efi/next
Ard Biesheuvel
21
-774
/
+902
2022-11-11
arm64: efi: Force the use of SetVirtualAddressMap() on Altra machines
Ard Biesheuvel
4
-2
/
+93
2022-11-09
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
1
-0
/
+1
2022-11-09
efi: libstub: Merge zboot decompressor with the ordinary stub
Ard Biesheuvel
2
-228
/
+74
2022-11-09
efi/loongarch: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
3
-67
/
+82
2022-11-09
efi/loongarch: Don't jump to kernel entry via the old image
Ard Biesheuvel
1
-9
/
+24
2022-11-09
efi/arm64: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
5
-29
/
+76
2022-11-09
efi/riscv: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
3
-75
/
+106
2022-11-09
efi: libstub: Factor out min alignment and preferred kernel load address
Ard Biesheuvel
3
-23
/
+6
[next]