summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-21x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach1-6/+3
2012-01-26x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl1-0/+2
2011-01-13x86: support XZ-compressed kernelLasse Collin1-0/+4
2010-12-17x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin1-1/+1
2010-10-08x86, setup: Use string copy operation to optimze copy in kernel compressionZhao Yakui1-6/+23
2010-08-03x86, setup: enable early console output from the decompressorYinghai Lu1-23/+33
2010-02-28Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2010-02-19x86-64, setup: Inhibit decompressor output if video info is invalidH. Peter Anvin1-2/+0
2010-02-06x86: Clean up mem*io functions.Brian Gerst1-9/+4
2010-01-11x86: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+4
2009-05-12x86, boot: correct sanity checks in boot/compressed/misc.cH. Peter Anvin1-7/+5
2009-01-05bzip2/lzma: x86 kernel compression supportAlain Knaff1-104/+14
2008-10-23x86: Fix ASM_X86__ header guardsH. Peter Anvin1-1/+1
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar1-4/+6
2008-08-15x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi1-4/+6
2008-07-26Merge branch 'linus' into x86/header-guardsIngo Molnar1-39/+0
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-39/+0
2008-07-22x86: consolidate header guardsVegard Nossum1-1/+1
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-4/+0
2008-07-03x86: config option to disable info from decompression of the kernelBen Collins1-5/+11
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-4/+0
2008-05-31x86: Honor 'quiet' command line option in real mode boot decompressor.Kristian Høgsberg1-3/+10
2008-05-31x86: Use structs instead of hardcoded offsets in x86 boot decompressor.Kristian Høgsberg1-15/+11
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum1-7/+1
2008-04-17x86: remove superfluous initialisation in boot code.Alexander van Heukelum1-1/+1
2008-04-17x86: more cleanups in arch/x86/boot/compressed/misc.cIngo Molnar1-46/+54
2008-04-17x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi1-32/+34
2008-04-17x86: use ELF format in compressed images.Ian Campbell1-0/+56
2008-01-30x86: unify arch/x86/boot/compressed/misc_??.cIan Campbell1-0/+413