summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.c
AgeCommit message (Expand)Author
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook
2021-05-12x86/boot/compressed: Enable -WundefNick Desaulniers
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-03-23x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann
2021-03-18x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell
2019-10-11x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl
2019-07-18x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan
2019-06-06x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov
2019-06-06Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov
2019-04-22x86/boot: Disable RSDP parsing temporarilyBorislav Petkov
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsChao Fan
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar
2018-03-20x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu
2018-03-12x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov
2018-02-16x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov
2017-12-07x86/boot/compressed/64: Print error if 5-level paging is not supportedKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29x86/boot: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-06-30x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He
2017-06-30x86/boot/KASLR: Add checking for the offset of kernel virtual address randomi...Baoquan He
2016-06-26x86/KASLR: Randomize virtual address separatelyBaoquan He
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov
2016-05-03x86/boot: Extract error reporting functionsKees Cook
2016-04-29x86/boot: Correctly bounds-check relocationsYinghai Lu
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu
2016-04-29x86/boot: Fix "run_size" calculationYinghai Lu
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu
2016-04-29x86/KASLR: Handle kernel relocations above 2G correctlyBaoquan He
2016-04-28x86/boot: Rename overlapping memcpy() to memmove()Kees Cook
2016-04-22x86/KASLR: Warn when KASLR is disabledKees Cook
2016-04-22x86/boot: Make memcpy() handle overlapsKees Cook
2016-04-22x86/boot: Clean up things used by decompressorsKees Cook
2016-04-22x86/KASLR: Update description for decompressor worst case sizeBaoquan He
2016-04-19x86/KASLR: Clarify purpose of kaslr.cKees Cook
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook
2016-04-19x86/boot: Rename "real_mode" to "boot_params"Kees Cook
2016-04-19x86/KASLR: Remove unneeded boot_params argumentYinghai Lu
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu
2015-07-07x86/boot: Add hex output for debuggingKees Cook
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina
2015-01-20x86, boot: Skip relocs when load address unchangedKees Cook
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao