| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86/boot: Simplify the GDTR calculation assembly code a bit | Wei Yang | 2016-11-07 | 1 | -2/+1 |
* | x86/efi: Allow invocation of arbitrary boot services | Lukas Wunner | 2016-09-09 | 1 | -4/+4 |
* | x86/KASLR: Build identity mappings on demand | Kees Cook | 2016-05-07 | 1 | -2/+2 |
* | x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_... | Yinghai Lu | 2016-04-29 | 1 | -3/+0 |
* | x86/boot: Move compressed kernel to the end of the decompression buffer | Yinghai Lu | 2016-04-29 | 1 | -2/+6 |
* | x86/boot: Clarify purpose of functions in misc.c | Kees Cook | 2016-04-19 | 1 | -2/+2 |
* | x86/build: Build compressed x86 kernels as PIE | H.J. Lu | 2016-03-29 | 1 | -0/+8 |
* | x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20 | Denys Vlasenko | 2015-04-02 | 1 | -1/+1 |
* | x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S | Alexander Kuleshov | 2015-02-19 | 1 | -1/+2 |
* | x86, kaslr: Prevent .bss from overlaping initrd | Junjie Mao | 2014-11-01 | 1 | -1/+4 |
* | Revert "x86/efi: Fixup GOT in all boot code paths" | Linus Torvalds | 2014-09-22 | 1 | -41/+15 |
* | x86/efi: Fixup GOT in all boot code paths | Matt Fleming | 2014-09-08 | 1 | -15/+41 |
* | x86/efi: Delete most of the efi_call* macros | Matt Fleming | 2014-04-17 | 1 | -1/+1 |
* | x86/efi: Correct EFI boot stub use of code32_start | Matt Fleming | 2014-04-10 | 1 | -6/+3 |
* | x86/boot: Fix non-EFI build | Matt Fleming | 2014-03-05 | 1 | -0/+3 |
* | x86/boot: Don't overwrite cr4 when enabling PAE | Matt Fleming | 2014-03-04 | 1 | -1/+2 |
* | x86/efi: Firmware agnostic handover entry points | Matt Fleming | 2014-03-04 | 1 | -8/+54 |
* | x86/efi: Build our own EFI services pointer table | Matt Fleming | 2014-03-04 | 1 | -10/+47 |
* | x86, kaslr: Return location from decompress_kernel | Kees Cook | 2013-10-13 | 1 | -6/+10 |
* | x86, relocs: Move ELF relocation handling to C | Kees Cook | 2013-08-07 | 1 | -0/+1 |
* | x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h> | Zhang Yanfei | 2013-05-28 | 1 | -2/+0 |
* | x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety | Lans Zhang | 2013-03-01 | 1 | -1/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -20/+28 |
|\ |
|
| * | x86, boot: Update comments about entries for 64bit image | Yinghai Lu | 2013-01-29 | 1 | -9/+13 |
| * | x86, boot: Move lldt/ltr out of 64bit code section | Yinghai Lu | 2013-01-29 | 1 | -3/+6 |
| * | x86, boot: Move verify_cpu.S and no_longmode down | Yinghai Lu | 2013-01-29 | 1 | -8/+9 |
* | | x86, build: Dynamically find entry points in compressed startup code | David Woodhouse | 2013-01-27 | 1 | -4/+4 |
|/ |
|
* | x86, efi: Handover Protocol | Matt Fleming | 2012-07-20 | 1 | -0/+10 |
* | x86, efi: Add dedicated EFI stub entry point | Matt Fleming | 2012-04-16 | 1 | -6/+16 |