aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
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 setup: correct the base in the GDT_ENTRY() macroH. Peter Anvin1-1/+1
2008-01-30x86 setup: guard the heap against invalid stack setupsH. Peter Anvin1-6/+18
2008-01-30x86 setup: push video mode setup as late as possibleH. Peter Anvin1-3/+4
2008-01-30x86 setup: add note to use edd=off on EDD probing hangsH. Peter Anvin1-1/+1
2008-01-30x86 setup: add missing prototype; formatting fixH. Peter Anvin2-1/+2
2008-01-30x86 setup: OK -> ok (no need to scream)H. Peter Anvin1-2/+2
2008-01-30x86 setup: be more verbose when probing EDDdevzero@web.de1-0/+13
2008-01-30x86 setup: early cmdline parser handle boolean optionsdevzero@web.de1-0/+65
2008-01-30x86 setup: fix constraints in segment accessor functionsH. Peter Anvin1-8/+8
2008-01-30x86 setup: display VESA graphics modes in vga=ask menuH. Peter Anvin5-24/+61
2008-01-30x86 setup: use X86_CR0_PE macro instead of hard-coded constantH. Peter Anvin1-1/+2
2008-01-30x86 setup: initialize LDTR and TR to make life easier to Intel VTH. Peter Anvin2-0/+11
2008-01-30x86 setup: make PM transition more paranoid; cleanup 32-bit entryH. Peter Anvin1-12/+32
2008-01-30i386: handle an initrd in highmem (version 2)H. Peter Anvin1-1/+4
2008-01-30x86: compile apm and voyager module only when selected in KconfigAndi Kleen3-9/+4
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: biarch support for 32 bit builds beautifiedSam Ravnborg1-3/+1
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-11-28x86 setup: don't recalculate ss:esp unless really necessaryJens Rottmann1-25/+16
2007-11-12x86: do not use $(ARCH) when not neededSam Ravnborg1-3/+3
2007-11-12x86: arch/x86/Kconfig.cpu unificationSam Ravnborg1-6/+0
2007-11-04x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entryH. Peter Anvin1-1/+3
2007-11-04x86 setup: add a near jump to serialize %cr0 on 386/486H. Peter Anvin1-2/+2
2007-10-27x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2-8/+11
2007-10-25x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin4-5/+5
2007-10-25x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin2-20/+46
2007-10-23x86: clean up setup.h and the boot codeH. Peter Anvin2-3/+1
2007-10-23x86: ARRAY_SIZE cleanupAlejandro Martinez Ruiz1-4/+2
2007-10-22i386: paravirt boot sequenceRusty Russell3-3/+22
2007-10-20spelling fixes: arch/x86_64/Simon Arlott1-2/+2
2007-10-20spelling fixes: arch/i386/Simon Arlott1-2/+2
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-0/+1
2007-10-16x86: fix boot error introduced by kbuildSam Ravnborg1-3/+3
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2-2/+2
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg3-5/+5
2007-10-11x86_64: move kernelThomas Gleixner1-1/+1
2007-10-11x86_64: move bootThomas Gleixner6-1/+767