summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.c
AgeCommit message (Expand)Author
2019-08-06x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan
2018-03-28x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu
2017-07-05x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan 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
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-03-19x86, boot: Move memset() definition in compressed/string.cVivek Goyal
2014-03-19x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal
2013-10-13x86, kaslr: Select random position from e820 mapsKees Cook
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin
2012-07-21x86, boot: Removed unused debug flag and set codeJoe Millenbach
2012-07-21x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach
2012-07-21x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach
2012-07-21x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach
2012-07-21x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach
2012-01-26x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl
2011-01-13x86: support XZ-compressed kernelLasse Collin
2010-12-16x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin
2010-10-07x86, setup: Use string copy operation to optimze copy in kernel compressionZhao Yakui
2010-08-02x86, setup: enable early console output from the decompressorYinghai Lu
2010-02-28Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-18x86-64, setup: Inhibit decompressor output if video info is invalidH. Peter Anvin
2010-02-05x86: Clean up mem*io functions.Brian Gerst