summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.c
Commit message (Expand)AuthorAgeFilesLines
* x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel2024-03-091-0/+1
* x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-181-12/+12
* x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel2023-08-071-5/+23
* x86/decompressor: Move global symbol references to C codeArd Biesheuvel2023-08-071-7/+9
* x86/boot/compressed: Handle unaccepted memoryKirill A. Shutemov2023-06-061-0/+6
* x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin2023-01-091-7/+11
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+12
|\
| * x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov2022-04-071-0/+4
| * x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan2022-04-071-0/+8
* | x86/boot: Put globals that are accessed early into the .data sectionMichael Roth2022-04-201-1/+4
|/
* fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2022-02-131-1/+2
* x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook2021-10-271-0/+3
* x86/boot/compressed: Enable -WundefNick Desaulniers2021-05-121-1/+1
* Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-261-2/+0
|\
| * x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann2021-03-231-2/+0
* | x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel2021-03-181-5/+2
|/
* x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel2020-09-071-0/+7
* x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar2020-08-191-5/+2
* x86: Add support for ZSTD compressed kernelNick Terrell2020-07-311-0/+4
* x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl2019-10-111-6/+19
* x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-181-0/+1
* x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov2019-06-061-3/+8
* Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov2019-06-061-1/+1
* x86/boot: Disable RSDP parsing temporarilyBorislav Petkov2019-04-221-1/+1
* x86/boot: Early parse RSDP and save it in boot_paramsChao Fan2019-02-011-0/+3
* Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-271-0/+4
|\
| * x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu2018-03-201-0/+4
* | x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov2018-03-121-0/+6
* | x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-02-161-16/+0
|/
* x86/boot/compressed/64: Print error if 5-level paging is not supportedKirill A. Shutemov2017-12-071-0/+16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr2017-08-291-2/+1
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-121-0/+5
* x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He2017-06-301-2/+2
* x86/boot/KASLR: Add checking for the offset of kernel virtual address randomi...Baoquan He2017-06-301-0/+2
* x86/KASLR: Randomize virtual address separatelyBaoquan He2016-06-261-19/+30
* x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov2016-05-071-1/+2
* x86/boot: Extract error reporting functionsKees Cook2016-05-031-17/+1
* x86/boot: Correctly bounds-check relocationsYinghai Lu2016-04-291-1/+1
* x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu2016-04-291-7/+4
* x86/boot: Fix "run_size" calculationYinghai Lu2016-04-291-0/+3
* x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-291-0/+17
* x86/KASLR: Handle kernel relocations above 2G correctlyBaoquan He2016-04-291-1/+1
* x86/boot: Rename overlapping memcpy() to memmove()Kees Cook2016-04-281-2/+4
* x86/KASLR: Warn when KASLR is disabledKees Cook2016-04-221-3/+9
* x86/boot: Make memcpy() handle overlapsKees Cook2016-04-221-3/+1
* x86/boot: Clean up things used by decompressorsKees Cook2016-04-221-4/+4
* x86/KASLR: Update description for decompressor worst case sizeBaoquan He2016-04-221-81/+8
* x86/KASLR: Clarify purpose of kaslr.cKees Cook2016-04-191-1/+1
* x86/boot: Clarify purpose of functions in misc.cKees Cook2016-04-191-4/+6