index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
x86-stub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags
Yuntao Wang
2024-01-02
1
-0
/
+2
*
efi/x86: Avoid physical KASLR on older Dell systems
Ard Biesheuvel
2023-12-11
1
-7
/
+24
*
Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-10-31
1
-41
/
+7
|
\
|
*
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
2023-10-18
1
-0
/
+2
|
*
x86/efi: Disregard setup header of loaded image
Ard Biesheuvel
2023-09-15
1
-40
/
+6
*
|
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
2023-10-17
1
-0
/
+2
*
|
x86/efistub: Don't try to print after ExitBootService()
Nikolay Borisov
2023-10-13
1
-4
/
+1
|
/
*
Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-08-29
1
-1
/
+1
|
\
|
*
x86/efistub: Fix PCI ROM preservation in mixed mode
Mikel Rychliski
2023-08-24
1
-1
/
+1
*
|
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
2023-08-07
1
-94
/
+72
*
|
x86/efistub: Perform SNP feature test while running in the firmware
Ard Biesheuvel
2023-08-07
1
-0
/
+17
*
|
x86/efistub: Prefer EFI memory attributes protocol over DXE services
Ard Biesheuvel
2023-08-07
1
-8
/
+21
*
|
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
2023-08-07
1
-26
/
+14
*
|
x86/efistub: Clear BSS in EFI handover protocol entrypoint
Ard Biesheuvel
2023-08-07
1
-2
/
+11
*
|
x86/efistub: Simplify and clean up handover entry code
Ard Biesheuvel
2023-08-07
1
-4
/
+16
*
|
x86/efistub: Branch straight to kernel entry point from C code
Ard Biesheuvel
2023-08-07
1
-5
/
+17
|
/
*
x86/efi: Safely enable unaccepted memory in UEFI
Dionna Glaze
2023-06-06
1
-0
/
+36
*
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
2023-06-06
1
-0
/
+13
*
efi/x86: Get full memory map in allocate_e820()
Kirill A. Shutemov
2023-06-06
1
-15
/
+11
*
x86/boot/compressed, efi: Merge multiple definitions of image_offset into one
Ard Biesheuvel
2022-11-24
1
-1
/
+1
*
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
2022-10-21
1
-3
/
+3
*
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-09
1
-21
/
+12
|
\
|
*
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-27
1
-6
/
+7
|
*
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
2022-09-26
1
-15
/
+5
*
|
efi: x86: Wipe setup_data on pure EFI boot
Ard Biesheuvel
2022-09-22
1
-0
/
+7
*
|
efi/x86: libstub: remove unused variable
chen zhang
2022-09-07
1
-1
/
+0
|
/
*
efi/x86: libstub: Make DXE calls mixed mode safe
Ard Biesheuvel
2022-06-01
1
-2
/
+2
*
efi: libstub: ensure allocated memory to be executable
Baskov Evgeniy
2022-05-03
1
-4
/
+106
*
efi: libstub: declare DXE services table
Baskov Evgeniy
2022-05-03
1
-1
/
+8
*
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
2021-11-21
1
-16
/
+10
*
efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()
Arvind Sankar
2020-10-26
1
-1
/
+4
*
efi/x86: Only copy upto the end of setup_header
Arvind Sankar
2020-06-25
1
-2
/
+4
*
efi/x86: Remove unused variables
Arvind Sankar
2020-06-25
1
-2
/
+0
*
efi/x86: Don't blow away existing initrd
Arvind Sankar
2020-05-28
1
-4
/
+6
*
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2020-05-25
1
-69
/
+55
|
\
|
*
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
2020-05-22
1
-1
/
+1
|
*
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
2020-05-01
1
-2
/
+10
|
*
efi/x86: Support builtin command line
Arvind Sankar
2020-05-01
1
-4
/
+8
|
*
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
2020-05-01
1
-11
/
+2
|
*
efi/x86: Move command-line initrd loading to efi_main
Arvind Sankar
2020-05-01
1
-39
/
+25
|
*
efi/x86: Use efi_err for error messages
Arvind Sankar
2020-05-01
1
-12
/
+12
|
*
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
2020-05-01
1
-18
/
+14
|
*
efi/x86: Use correct size for boot_params
Arvind Sankar
2020-05-01
1
-3
/
+4
*
|
Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes
Ingo Molnar
2020-05-25
1
-15
/
+9
|
\
\
|
|
/
|
/
|
|
*
efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
Lenny Szubowicz
2020-05-14
1
-15
/
+9
*
|
efi/libstub/x86: Avoid getter function for efi_is64
Ard Biesheuvel
2020-04-24
1
-8
/
+0
*
|
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
1
-2
/
+2
*
|
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
1
-14
/
+9
*
|
efi: Kill __efistub_global
Arvind Sankar
2020-04-24
1
-1
/
+1
|
/
*
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
2020-04-14
1
-4
/
+10
[next]