summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/misc.c
AgeCommit message (Expand)AuthorLines
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov-2/+1
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina-1/+2
2015-01-20x86, boot: Skip relocs when load address unchangedKees Cook-1/+8
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+13
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich-1/+13
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao-3/+10
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen-1/+1
2014-03-19x86, boot: Move memset() definition in compressed/string.cVivek Goyal-13/+7
2014-03-19x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal-30/+1
2013-10-13x86, kaslr: Select random position from e820 mapsKees Cook-8/+2
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook-2/+6
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook-1/+76
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee-0/+4
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin-0/+2
2012-07-21x86, boot: Removed unused debug flag and set codeJoe Millenbach-4/+0
2012-07-21x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach-11/+1
2012-07-21x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach-3/+3
2012-07-21x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach-8/+10
2012-07-21x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach-6/+3
2012-01-26x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl-0/+2
2011-01-13x86: support XZ-compressed kernelLasse Collin-0/+4
2010-12-16x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin-1/+1
2010-10-07x86, setup: Use string copy operation to optimze copy in kernel compressionZhao Yakui-6/+23
2010-08-02x86, setup: enable early console output from the decompressorYinghai Lu-23/+33
2010-02-28Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+0
2010-02-18x86-64, setup: Inhibit decompressor output if video info is invalidH. Peter Anvin-2/+0
2010-02-05x86: Clean up mem*io functions.Brian Gerst-9/+4
2010-01-11x86: add support for LZO-compressed kernelsAlbin Tonnerre-0/+4
2009-05-12x86, boot: correct sanity checks in boot/compressed/misc.cH. Peter Anvin-7/+5
2009-01-04bzip2/lzma: x86 kernel compression supportAlain Knaff-104/+14
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin-1/+1
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar-4/+6
2008-08-15x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi-4/+6
2008-07-26Merge branch 'linus' into x86/header-guardsIngo Molnar-39/+0
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni-39/+0
2008-07-22x86: consolidate header guardsVegard Nossum-1/+1
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar-4/+0
2008-07-03x86: config option to disable info from decompression of the kernelBen Collins-5/+11
2008-06-10x86: make generic arch support NUMAQYinghai Lu-4/+0
2008-05-30x86: Honor 'quiet' command line option in real mode boot decompressor.Kristian Høgsberg-3/+10
2008-05-30x86: Use structs instead of hardcoded offsets in x86 boot decompressor.Kristian Høgsberg-15/+11
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum-7/+1
2008-04-17x86: remove superfluous initialisation in boot code.Alexander van Heukelum-1/+1
2008-04-17x86: more cleanups in arch/x86/boot/compressed/misc.cIngo Molnar-46/+54
2008-04-17x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi-32/+34
2008-04-17x86: use ELF format in compressed images.Ian Campbell-0/+56
2008-01-30x86: unify arch/x86/boot/compressed/misc_??.cIan Campbell-0/+413