summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|/
* 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/+1Star
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-131-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/+1Star
* 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/+4Star
* 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/+1Star
* 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/+8Star
* 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
* x86/boot: Rename "real_mode" to "boot_params"Kees Cook2016-04-191-13/+14
* x86/KASLR: Remove unneeded boot_params argumentYinghai Lu2016-04-191-1/+1
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-1/+2
* x86/boot: Add hex output for debuggingKees Cook2015-07-071-0/+24
* x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-031-1/+4
* Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-161-2/+1Star
* x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-191-1/+2
* x86, boot: Skip relocs when load address unchangedKees Cook2015-01-201-1/+8
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-1/+13
|\
| * x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich2014-11-041-1/+13
* | x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao2014-11-011-3/+10
|/
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-061-1/+1
* x86, boot: Move memset() definition in compressed/string.cVivek Goyal2014-03-191-13/+7Star
* x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal2014-03-191-30/+1Star
* x86, kaslr: Select random position from e820 mapsKees Cook2013-10-131-8/+2Star
* x86, kaslr: Return location from decompress_kernelKees Cook2013-10-131-2/+6
* x86, relocs: Move ELF relocation handling to CKees Cook2013-08-081-1/+76
* arm: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-0/+4
* x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-291-0/+2
* x86, boot: Removed unused debug flag and set codeJoe Millenbach2012-07-211-4/+0Star