summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-082-2/+2
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-032-2/+2
* | Merge tag 'x86-boot-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-084-0/+8
|\ \
| * | x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2023-11-304-0/+8
| |/
* / x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He2023-12-121-1/+1
|/
* Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+3
|\
| * x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang2023-09-121-2/+2
| * x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-121-1/+1
* | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-301-1/+1
|\ \
| * | x86/sev: Make boot_ghcb_page[] staticGUO Zihua2023-10-031-1/+1
| |/
* | Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-3010-49/+50
|\ \
| * | x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-189-47/+46
| * | x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel2023-09-171-2/+2
| * | x86/boot: Derive file size from _edata symbolArd Biesheuvel2023-09-171-0/+3
| * | x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel2023-09-151-1/+0
| |/
* | x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2023-10-171-0/+5
* | x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2023-10-091-0/+5
* | x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-171-0/+8
|/
* Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-282-2/+2
|\
| * x86/purgatory: Include header for warn() declarationArnd Bergmann2023-08-032-2/+2
* | Merge tag 'x86_sev_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-1/+1
|\ \
| * | x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy2023-08-161-1/+1
* | | x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2023-08-074-95/+5
* | | x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel2023-08-071-46/+66
* | | x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel2023-08-071-5/+23
* | | x86/decompressor: Move global symbol references to C codeArd Biesheuvel2023-08-073-23/+11
* | | x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel2023-08-072-24/+8
* | | x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel2023-08-073-11/+8
* | | x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel2023-08-072-54/+13
* | | x86/decompressor: Call trampoline directly from C codeArd Biesheuvel2023-08-072-37/+26
* | | x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel2023-08-073-21/+40
* | | x86/decompressor: Use standard calling convention for trampolineArd Biesheuvel2023-08-072-15/+14
* | | x86/decompressor: Call trampoline as a normal functionArd Biesheuvel2023-08-072-45/+36
* | | x86/decompressor: Assign paging related global variables earlierArd Biesheuvel2023-08-072-11/+5
* | | x86/decompressor: Store boot_params pointer in callee save registerArd Biesheuvel2023-08-071-26/+16
* | | x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel2023-08-071-1/+13
* | | x86/decompressor: Avoid magic offsets for EFI handover entrypointArd Biesheuvel2023-08-072-19/+19
* | | x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel2023-08-073-31/+14
* | | x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel2023-08-071-7/+23
|/ /
* / x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)2023-08-072-3/+43
|/
* Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-2/+2
|\
| * x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov2023-05-231-2/+2
* | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-2611-14/+240
|\ \
| * | x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky2023-06-063-1/+79
| * | x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-065-2/+57
| * | x86/boot/compressed: Handle unaccepted memoryKirill A. Shutemov2023-06-065-12/+95
| * | efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-062-0/+10
| |/
* / x86/build: Avoid relocation information in final vmlinuxPetr Pavlu2023-06-141-5/+3
|/
* Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-2/+2
|\
| * x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2023-03-221-2/+2