summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.c
AgeCommit message (Expand)AuthorFilesLines
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-12include/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
2016-04-28x86/boot: Rename overlapping memcpy() to memmove()Kees Cook1-2/+4
2016-04-22x86/KASLR: Warn when KASLR is disabledKees Cook1-3/+9
2016-04-22x86/boot: Make memcpy() handle overlapsKees Cook1-3/+1
2016-04-22x86/boot: Clean up things used by decompressorsKees Cook1-4/+4
2016-04-22x86/KASLR: Update description for decompressor worst case sizeBaoquan He1-81/+8
2016-04-19x86/KASLR: Clarify purpose of kaslr.cKees Cook1-1/+1
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook1-4/+6
2016-04-19x86/boot: Rename "real_mode" to "boot_params"Kees Cook1-13/+14
2016-04-19x86/KASLR: Remove unneeded boot_params argumentYinghai Lu1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+2
2015-07-07x86/boot: Add hex output for debuggingKees Cook1-0/+24
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov1-1/+4
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov1-2/+1
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina1-1/+2
2015-01-20x86, boot: Skip relocs when load address unchangedKees Cook1-1/+8
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich1-1/+13
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao1-3/+10
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-03-19x86, boot: Move memset() definition in compressed/string.cVivek Goyal1-13/+7
2014-03-19x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal1-30/+1
2013-10-13x86, kaslr: Select random position from e820 mapsKees Cook1-8/+2
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook1-2/+6
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook1-1/+76
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee1-0/+4
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin1-0/+2
2012-07-21x86, boot: Removed unused debug flag and set codeJoe Millenbach1-4/+0
2012-07-21x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach1-11/+1
2012-07-21x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach1-3/+3
2012-07-21x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach1-8/+10