summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-09x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-0/+1
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-0/+15
2024-03-01fortify: Improve buffer overflow reportingKees Cook1-1/+1
2024-03-01fortify: Split reporting and avoid passing string pointerKees Cook1-1/+1
2024-02-06x86/boot: Add a message about ignored early NMIsNOMURA JUNICHI(野村 淳一)1-0/+7
2024-02-06x86/boot: Add error_putdec() helperH. Peter Anvin1-10/+23
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel1-12/+12
2023-08-07x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel1-5/+23
2023-08-07x86/decompressor: Move global symbol references to C codeArd Biesheuvel1-7/+9
2023-06-06x86/boot/compressed: Handle unaccepted memoryKirill A. Shutemov1-0/+6
2023-01-09x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin1-7/+11
2022-05-24Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2022-04-20x86/boot: Put globals that are accessed early into the .data sectionMichael Roth1-1/+4
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov1-0/+4
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan1-0/+8
2022-02-14fortify: Detect struct member overflows in memmove() at compile-timeKees Cook1-1/+2
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook1-0/+3
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers1-1/+1
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2021-03-23x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann1-2/+0
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel1-5/+2
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel1-0/+7
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar1-5/+2
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell1-0/+4
2019-10-11x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl1-6/+19
2019-07-18x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan1-0/+1
2019-06-06x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov1-3/+8
2019-06-06Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov1-1/+1
2019-04-22x86/boot: Disable RSDP parsing temporarilyBorislav Petkov1-1/+1
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan1-0/+3
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar1-0/+4
2018-03-20x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu1-0/+4
2018-03-12x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov1-0/+6
2018-02-16x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov1-16/+0
2017-12-07x86/boot/compressed/64: Print error if 5-level paging is not supportedKirill A. Shutemov1-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29x86/boot: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-2/+1
2017-07-13include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+5
2017-06-30x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He1-2/+2
2017-06-30x86/boot/KASLR: Add checking for the offset of kernel virtual address randomi...Baoquan He1-0/+2
2016-06-26x86/KASLR: Randomize virtual address separatelyBaoquan He1-19/+30
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov1-1/+2
2016-05-03x86/boot: Extract error reporting functionsKees Cook1-17/+1
2016-04-29x86/boot: Correctly bounds-check relocationsYinghai Lu1-1/+1
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu1-7/+4
2016-04-29x86/boot: Fix "run_size" calculationYinghai Lu1-0/+3
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu1-0/+17
2016-04-29x86/KASLR: Handle kernel relocations above 2G correctlyBaoquan He1-1/+1