index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
head_64.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-03-31
1
-2
/
+2
|
\
|
*
x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
Arvind Sankar
2020-02-19
1
-1
/
+1
|
*
x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len
Arvind Sankar
2020-02-12
1
-1
/
+1
|
*
x86/boot/compressed/64: Use LEA to initialize boot stack pointer
Arvind Sankar
2020-02-12
1
-3
/
+1
*
|
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2020-03-08
1
-3
/
+39
*
|
x86/boot: Use unsigned comparison for addresses
Arvind Sankar
2020-03-08
1
-2
/
+2
*
|
efi/x86: Avoid using code32_start
Arvind Sankar
2020-03-08
1
-2
/
+2
*
|
efi/x86: Make efi32_pe_entry() more readable
Arvind Sankar
2020-03-08
1
-17
/
+40
*
|
efi/x86: Respect 32-bit ABI in efi32_pe_entry()
Arvind Sankar
2020-03-08
1
-0
/
+4
*
|
efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
Arvind Sankar
2020-03-08
1
-3
/
+6
*
|
x86/boot/compressed: Fix reloading of GDTR post-relocation
Arvind Sankar
2020-02-29
1
-2
/
+2
*
|
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2020-02-23
1
-2
/
+57
*
|
x86/boot: Micro-optimize GDT loading instructions
Arvind Sankar
2020-02-22
1
-7
/
+8
*
|
x86/boot: GDT limit value should be size - 1
Arvind Sankar
2020-02-22
1
-2
/
+2
*
|
x86/boot: Clear direction and interrupt flags in startup_64
Arvind Sankar
2020-02-22
1
-0
/
+3
*
|
x86/boot: Reload GDTR after copying to the end of the buffer
Arvind Sankar
2020-02-22
1
-0
/
+10
*
|
efi/x86: Don't depend on firmware GDT layout
Arvind Sankar
2020-02-22
1
-12
/
+18
*
|
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
2020-02-22
1
-8
/
+0
|
/
*
efi/libstub/x86: Use const attribute for efi_is_64bit()
Ard Biesheuvel
2020-01-20
1
-4
/
+3
*
efi/libstub: Fix boot argument handling in mixed mode entry code
Ard Biesheuvel
2020-01-10
1
-7
/
+10
*
efi/libstub/x86: Drop __efi_early() export and efi_config struct
Ard Biesheuvel
2019-12-25
1
-61
/
+13
*
efi/libstub/x86: Avoid thunking for native firmware calls
Ard Biesheuvel
2019-12-25
1
-22
/
+1
*
x86/efistub: Disable paging at mixed mode entry
Ard Biesheuvel
2019-12-25
1
-0
/
+5
*
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
1
-8
/
+8
*
x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
2019-10-18
1
-2
/
+4
*
x86/boot: Annotate data appropriately
Jiri Slaby
2019-10-18
1
-17
/
+15
*
x86/boot: Annotate local functions
Jiri Slaby
2019-10-18
1
-3
/
+6
*
x86/asm: Make some functions local labels
Jiri Slaby
2019-09-06
1
-9
/
+9
*
x86/boot: Make the GDT 8-byte aligned
Xiaoyao Li
2019-06-27
1
-0
/
+1
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-03-07
1
-5
/
+6
|
\
|
*
x86/boot/compressed/64: Explain paging_prepare()'s return value
Kirill A. Shutemov
2019-02-06
1
-3
/
+6
|
*
x86/boot: Save several bytes in decompressor
Cao jin
2019-01-29
1
-2
/
+0
*
|
x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting
Kirill A. Shutemov
2019-02-06
1
-0
/
+2
*
|
x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...
Wei Huang
2019-01-29
1
-0
/
+8
|
/
*
x86/mm: Introduce the 'no5lvl' kernel parameter
Kirill A. Shutemov
2018-05-19
1
-0
/
+1
*
x86/boot/compressed/64: Fix moving page table out of trampoline memory
Kirill A. Shutemov
2018-05-16
1
-0
/
+11
*
x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()
Kirill A. Shutemov
2018-05-16
1
-13
/
+55
*
x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
Kirill A. Shutemov
2018-03-12
1
-16
/
+53
*
x86/boot/compressed/64: Use page table in trampoline memory
Kirill A. Shutemov
2018-03-12
1
-24
/
+23
*
x86/boot/compressed/64: Use stack from trampoline memory
Kirill A. Shutemov
2018-03-12
1
-0
/
+6
*
x86/boot/compressed/64: Make sure we have a 32-bit code segment
Kirill A. Shutemov
2018-03-12
1
-0
/
+10
*
x86/boot/compressed/64: Set up trampoline memory
Kirill A. Shutemov
2018-03-12
1
-1
/
+2
*
x86/boot/compressed/64: Save and restore trampoline memory
Kirill A. Shutemov
2018-03-12
1
-0
/
+10
*
x86/boot/compressed/64: Introduce paging_prepare()
Kirill A. Shutemov
2018-02-11
1
-22
/
+19
*
x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
Kirill A. Shutemov
2017-12-07
1
-4
/
+12
*
x86/boot: Add early boot support when running with SEV active
Tom Lendacky
2017-11-07
1
-0
/
+16
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/boot/64: Extract efi_pe_entry() from startup_64()
Jiri Slaby
2017-08-29
1
-59
/
+53
*
x86/boot/compressed: Enable 5-level paging during decompression stage
Kirill A. Shutemov
2017-06-13
1
-1
/
+85
*
x86/efi: Allow invocation of arbitrary runtime services
David Howells
2017-02-07
1
-4
/
+4
[next]