index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
x86-stub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
x86/efistub: Revert to heap allocated boot_params for PE entrypoint
Ard Biesheuvel
1
-5
/
+15
2024-07-12
efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr()
Kees Cook
1
-1
/
+1
2024-07-08
x86/efistub: Drop redundant clearing of BSS
Ard Biesheuvel
1
-3
/
+0
2024-07-08
x86/efistub: Avoid returning EFI_SUCCESS on error
Ard Biesheuvel
1
-4
/
+1
2024-07-08
x86/efistub: Call Apple set_os protocol on dual GPU Intel Macs
Aditya Garg
1
-3
/
+68
2024-07-02
x86/efi: Drop support for fake EFI memory maps
Ard Biesheuvel
1
-1
/
+1
2024-05-21
Merge tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+26
2024-05-17
x86/efistub: Omit physical KASLR when memory reservations exist
Ard Biesheuvel
1
-2
/
+26
2024-03-28
x86/efistub: Reinstate soft limit for initrd loading
Ard Biesheuvel
1
-0
/
+1
2024-03-24
Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2024-03-24
x86/efistub: Don't clear BSS twice in mixed mode
Ard Biesheuvel
1
-1
/
+2
2024-03-17
Merge tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+4
2024-03-15
x86/efistub: Clear decompressor BSS in native EFI entrypoint
Ard Biesheuvel
1
-2
/
+4
2024-03-13
Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+11
2024-03-09
x86/efistub: Remap kernel text read-only before dropping NX attribute
Ard Biesheuvel
1
-1
/
+10
2024-03-09
efi/libstub: Add get_event_log() support for CC platforms
Kuppuswamy Sathyanarayanan
1
-1
/
+1
2024-03-04
x86/boot: Move mem_encrypt= parsing to the decompressor
Ard Biesheuvel
1
-0
/
+3
2024-01-30
x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR
Ard Biesheuvel
1
-0
/
+1
2024-01-26
x86/efistub: Give up if memory attribute protocol returns an error
Ard Biesheuvel
1
-10
/
+14
2024-01-02
efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags
Yuntao Wang
1
-0
/
+2
2023-12-11
efi/x86: Avoid physical KASLR on older Dell systems
Ard Biesheuvel
1
-7
/
+24
2023-10-30
Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-41
/
+7
2023-10-18
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
1
-0
/
+2
2023-10-17
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
1
-0
/
+2
2023-10-13
x86/efistub: Don't try to print after ExitBootService()
Nikolay Borisov
1
-4
/
+1
2023-09-15
x86/efi: Disregard setup header of loaded image
Ard Biesheuvel
1
-40
/
+6
2023-08-28
Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-08-24
x86/efistub: Fix PCI ROM preservation in mixed mode
Mikel Rychliski
1
-1
/
+1
2023-08-07
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
1
-94
/
+72
2023-08-07
x86/efistub: Perform SNP feature test while running in the firmware
Ard Biesheuvel
1
-0
/
+17
2023-08-07
x86/efistub: Prefer EFI memory attributes protocol over DXE services
Ard Biesheuvel
1
-8
/
+21
2023-08-07
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
1
-26
/
+14
2023-08-07
x86/efistub: Clear BSS in EFI handover protocol entrypoint
Ard Biesheuvel
1
-2
/
+11
2023-08-07
x86/efistub: Simplify and clean up handover entry code
Ard Biesheuvel
1
-4
/
+16
2023-08-07
x86/efistub: Branch straight to kernel entry point from C code
Ard Biesheuvel
1
-5
/
+17
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
1
-0
/
+13
2023-06-06
efi/x86: Get full memory map in allocate_e820()
Kirill A. Shutemov
1
-15
/
+11
2022-11-24
x86/boot/compressed, efi: Merge multiple definitions of image_offset into one
Ard Biesheuvel
1
-1
/
+1
2022-10-21
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
1
-3
/
+3
2022-10-09
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+12
2022-09-27
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
1
-6
/
+7
2022-09-26
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
1
-15
/
+5
2022-09-22
efi: x86: Wipe setup_data on pure EFI boot
Ard Biesheuvel
1
-0
/
+7
2022-09-07
efi/x86: libstub: remove unused variable
chen zhang
1
-1
/
+0
2022-06-01
efi/x86: libstub: Make DXE calls mixed mode safe
Ard Biesheuvel
1
-2
/
+2
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
1
-1
/
+8
2021-11-21
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
1
-16
/
+10
2020-10-26
efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()
Arvind Sankar
1
-1
/
+4
[next]