aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-39/+0
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-4/+0
2008-07-08Merge branch 'x86/setup' into x86/develIngo Molnar2-111/+142
2008-07-03x86: config option to disable info from decompression of the kernelBen Collins1-5/+11
2008-06-30x86: remove arbitrary ELF section limit in i386 relocatable kernelH. Peter Anvin1-88/+110
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-4/+0
2008-05-30x86: Honor 'quiet' command line option in real mode boot decompressor.Kristian Høgsberg1-3/+10
2008-05-30x86: Use structs instead of hardcoded offsets in x86 boot decompressor.Kristian Høgsberg1-15/+11
2008-05-25x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.hCyrill Gorcunov1-2/+3
2008-05-04x86: relocs ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov1-1/+1
2008-04-19x86: cleanup: change _end to end_before_pgtYinghai Lu2-6/+6
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum3-22/+23
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 Campbell2-1/+57
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen1-4/+4
2008-02-04x86: define OBJCOPYFLAGS explicitly for each target.Ian Campbell1-0/+1
2008-02-01x86: fix comments in vmlinux_64.ldsYinghai Lu1-1/+1
2008-01-30x86: unify arch/x86/boot/compressed/misc_??.cIan Campbell3-387/+30
2008-01-30x86: unify variable names in arch/x86/boot/compressed/misc_??.cIan Campbell1-4/+4
2008-01-30x86: unify headers in arch/x86/boot/compressed/misc_??.cIan Campbell2-1/+1
2008-01-30x86: unify whitespace and comments in arch/x86/boot/compressed/misc_??.cIan Campbell2-13/+20
2008-01-30x86: unify strings in arch/x86/boot/compressed/misc_??.cIan Campbell2-3/+3
2008-01-30x86: unify arch/x86/boot/compressed/vmlinux_??.scrIan Campbell3-11/+1
2008-01-30x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scrIan Campbell4-6/+10
2008-01-30x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scrIan Campbell1-3/+3
2008-01-30x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.ldsIan Campbell2-5/+5
2008-01-30x86: remove unneded castsJan Engelhardt2-4/+6
2008-01-30x86: hlt on early crashIngo Molnar2-2/+4
2008-01-30x86: unify arch/x86/boot/compressed/Makefile(s)Sam Ravnborg3-82/+60
2008-01-30x86: tweak io_64.h for paravirt.Glauber de Oliveira Costa1-0/+6
2008-01-30x86 vDSO: absolute relocsRoland McGrath1-5/+2
2008-01-30x86: provide a DMI based port 0x80 I/O delay override.Rene Herman2-8/+8
2007-10-27x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2-8/+11
2007-10-23x86: ARRAY_SIZE cleanupAlejandro Martinez Ruiz1-4/+2
2007-10-22i386: paravirt boot sequenceRusty Russell2-2/+16
2007-10-20spelling fixes: arch/x86_64/Simon Arlott1-2/+2
2007-10-20spelling fixes: arch/i386/Simon Arlott1-2/+2
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2-3/+3
2007-10-11x86_64: move kernelThomas Gleixner1-1/+1
2007-10-11x86_64: move bootThomas Gleixner6-1/+767
2007-10-11i386: move bootThomas Gleixner8-0/+1299