index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
head_64.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57
Ard Biesheuvel
2024-04-11
1
-0
/
+5
*
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
2023-08-07
1
-27
/
+0
*
x86/decompressor: Move global symbol references to C code
Ard Biesheuvel
2023-08-07
1
-8
/
+2
*
x86/decompressor: Merge trampoline cleanup with switching code
Ard Biesheuvel
2023-08-07
1
-10
/
+4
*
x86/decompressor: Pass pgtable address to trampoline directly
Ard Biesheuvel
2023-08-07
1
-4
/
+4
*
x86/decompressor: Only call the trampoline when changing paging levels
Ard Biesheuvel
2023-08-07
1
-41
/
+4
*
x86/decompressor: Call trampoline directly from C code
Ard Biesheuvel
2023-08-07
1
-18
/
+13
*
x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
Ard Biesheuvel
2023-08-07
1
-18
/
+27
*
x86/decompressor: Use standard calling convention for trampoline
Ard Biesheuvel
2023-08-07
1
-14
/
+13
*
x86/decompressor: Call trampoline as a normal function
Ard Biesheuvel
2023-08-07
1
-44
/
+35
*
x86/decompressor: Store boot_params pointer in callee save register
Ard Biesheuvel
2023-08-07
1
-26
/
+16
*
x86/decompressor: Avoid magic offsets for EFI handover entrypoint
Ard Biesheuvel
2023-08-07
1
-18
/
+0
*
x86/efistub: Simplify and clean up handover entry code
Ard Biesheuvel
2023-08-07
1
-10
/
+2
*
x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
Ard Biesheuvel
2023-08-07
1
-7
/
+23
*
x86/boot: Robustify calling startup_{32,64}() from the decompressor code
Alexander Lobakin
2023-01-09
1
-1
/
+1
*
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-15
1
-0
/
+8
|
\
|
*
arch: Introduce CONFIG_FUNCTION_ALIGNMENT
Peter Zijlstra
2022-10-17
1
-0
/
+8
*
|
x86/efi: Make the deprecated EFI handover protocol optional
Ard Biesheuvel
2022-11-24
1
-1
/
+3
*
|
x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()
Ard Biesheuvel
2022-11-24
1
-2
/
+3
*
|
x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.S
Ard Biesheuvel
2022-11-24
1
-71
/
+0
*
|
x86/boot/compressed: Move startup32_check_sev_cbit() into .text
Ard Biesheuvel
2022-11-24
1
-16
/
+19
*
|
x86/boot/compressed: Move startup32_load_idt() out of head_64.S
Ard Biesheuvel
2022-11-24
1
-72
/
+0
*
|
x86/boot/compressed: Move startup32_load_idt() into .text section
Ard Biesheuvel
2022-11-24
1
-11
/
+20
*
|
x86/boot/compressed: Pull global variable reference into startup32_load_idt()
Ard Biesheuvel
2022-11-24
1
-12
/
+8
*
|
x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()
Ard Biesheuvel
2022-11-24
1
-6
/
+2
*
|
x86/boot/compressed, efi: Merge multiple definitions of image_offset into one
Ard Biesheuvel
2022-11-24
1
-4
/
+0
*
|
x86/boot/compressed: Move efi32_pe_entry() out of head_64.S
Ard Biesheuvel
2022-11-22
1
-86
/
+1
*
|
x86/boot/compressed: Move efi32_entry out of head_64.S
Ard Biesheuvel
2022-11-22
1
-45
/
+0
*
|
x86/boot/compressed: Move efi32_pe_entry into .text section
Ard Biesheuvel
2022-11-22
1
-6
/
+5
*
|
x86/boot/compressed: Move bootargs parsing out of 32-bit startup code
Ard Biesheuvel
2022-11-22
1
-20
/
+4
*
|
x86/boot/compressed: Move 32-bit entrypoint code into .text section
Ard Biesheuvel
2022-11-22
1
-14
/
+34
|
/
*
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-24
1
-5
/
+22
|
\
|
*
x86/boot: Avoid #VE during boot for TDX platforms
Sean Christopherson
2022-04-07
1
-2
/
+18
|
*
x86/boot: Set CR0.NE early and keep it set during the boot
Kirill A. Shutemov
2022-04-07
1
-3
/
+4
*
|
x86/compressed/64: Detect/setup SEV/SME features earlier during boot
Michael Roth
2022-04-06
1
-15
/
+22
|
/
*
x86: clean up symbol aliasing
Mark Rutland
2022-02-22
1
-2
/
+1
*
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
2021-12-08
1
-4
/
+4
*
x86/efi: Restore Firmware IDT before calling ExitBootServices()
Joerg Roedel
2021-08-21
1
-0
/
+3
*
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-26
1
-1
/
+1
|
\
|
*
x86: Fix various typos in comments, take #2
Ingo Molnar
2021-03-21
1
-1
/
+1
*
|
x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-path
Joerg Roedel
2021-03-18
1
-0
/
+83
*
|
x86/boot/compressed/64: Add 32-bit boot #VC handler
Joerg Roedel
2021-03-18
1
-0
/
+6
*
|
x86/boot/compressed/64: Setup IDT in startup_32 boot path
Joerg Roedel
2021-03-18
1
-0
/
+72
*
|
x86/boot/compressed/64: Reload CS in startup_32
Joerg Roedel
2021-03-18
1
-1
/
+8
|
/
*
x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2020-11-21
1
-4
/
+4
*
x86/boot/64: Explicitly map boot_params and command line
Arvind Sankar
2020-10-19
1
-0
/
+3
*
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-14
1
-1
/
+32
|
\
|
*
x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
Joerg Roedel
2020-09-07
1
-1
/
+8
|
*
x86/boot/compressed/64: Always switch to own page table
Joerg Roedel
2020-09-07
1
-1
/
+2
|
*
x86/boot/compressed/64: Add IDT Infrastructure
Joerg Roedel
2020-09-07
1
-1
/
+24
[next]