aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/coreIngo Molnar2-106/+33
2009-02-20Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar2-10/+8
2009-02-19x86: compressed head_32 - use ENTRY,ENDPROC macrosCyrill Gorcunov1-3/+3
2009-02-19x86: compressed head_64 - use ENTRY,ENDPROC macrosCyrill Gorcunov1-4/+2
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge2-3/+3
2009-01-04bzip2/lzma: x86 kernel compression supportAlain Knaff2-106/+33
2008-10-30.gitignore updatesAlexey Dobriyan1-0/+2
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-1/+1
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar1-4/+4
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar2-6/+9
2008-10-06Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar1-1/+1
2008-10-03x86 setup: correct segfault in generation of 32-bit reloc kernelH. Peter Anvin1-1/+1
2008-10-03Merge commit 'v2.6.27-rc8' into x86/setupIngo Molnar1-39/+0
2008-09-04x86: boot/compressed/Makefile: fix "make clean"H. Peter Anvin1-4/+4
2008-08-15x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi1-4/+6
2008-08-11x86: fix comment in protected mode headerPhilipp Kohlbecher1-2/+3
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-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