summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2008-02-26x86: handle BIOSes which terminate e820 with CF=1 and no SMAPH. Peter Anvin
2008-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-02-09Update arch/x86/boot/.gitignore with new auto-generated filesS.Çağlar Onur
2008-02-09x86: trivial printk optimizationsDenys Vlasenko
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen
2008-02-04x86 setup: print missing CPU features in cleartextH. Peter Anvin
2008-02-04x86: define OBJCOPYFLAGS explicitly for each target.Ian Campbell
2008-02-01x86: fix comments in vmlinux_64.ldsYinghai Lu
2008-01-30x86: unify arch/x86/boot/compressed/misc_??.cIan Campbell
2008-01-30x86: unify variable names in arch/x86/boot/compressed/misc_??.cIan Campbell
2008-01-30x86: unify headers in arch/x86/boot/compressed/misc_??.cIan Campbell
2008-01-30x86: unify whitespace and comments in arch/x86/boot/compressed/misc_??.cIan Campbell
2008-01-30x86: unify strings in arch/x86/boot/compressed/misc_??.cIan Campbell
2008-01-30x86: unify arch/x86/boot/compressed/vmlinux_??.scrIan Campbell
2008-01-30x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scrIan Campbell
2008-01-30x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scrIan Campbell
2008-01-30x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.ldsIan Campbell
2008-01-30x86: remove unneded castsJan Engelhardt
2008-01-30x86 setup: correct the base in the GDT_ENTRY() macroH. Peter Anvin
2008-01-30x86 setup: guard the heap against invalid stack setupsH. Peter Anvin
2008-01-30x86 setup: push video mode setup as late as possibleH. Peter Anvin
2008-01-30x86 setup: add note to use edd=off on EDD probing hangsH. Peter Anvin
2008-01-30x86 setup: add missing prototype; formatting fixH. Peter Anvin
2008-01-30x86 setup: OK -> ok (no need to scream)H. Peter Anvin
2008-01-30x86 setup: be more verbose when probing EDDdevzero@web.de
2008-01-30x86 setup: early cmdline parser handle boolean optionsdevzero@web.de
2008-01-30x86 setup: fix constraints in segment accessor functionsH. Peter Anvin
2008-01-30x86 setup: display VESA graphics modes in vga=ask menuH. Peter Anvin
2008-01-30x86 setup: use X86_CR0_PE macro instead of hard-coded constantH. Peter Anvin
2008-01-30x86 setup: initialize LDTR and TR to make life easier to Intel VTH. Peter Anvin
2008-01-30x86 setup: make PM transition more paranoid; cleanup 32-bit entryH. Peter Anvin
2008-01-30i386: handle an initrd in highmem (version 2)H. Peter Anvin
2008-01-30x86: compile apm and voyager module only when selected in KconfigAndi Kleen
2008-01-30x86: hlt on early crashIngo Molnar
2008-01-30x86: unify arch/x86/boot/compressed/Makefile(s)Sam Ravnborg
2008-01-30x86: biarch support for 32 bit builds beautifiedSam Ravnborg
2008-01-30x86: tweak io_64.h for paravirt.Glauber de Oliveira Costa
2008-01-30x86 vDSO: absolute relocsRoland McGrath
2008-01-30x86: provide a DMI based port 0x80 I/O delay override.Rene Herman
2007-11-28x86 setup: don't recalculate ss:esp unless really necessaryJens Rottmann
2007-11-12x86: do not use $(ARCH) when not neededSam Ravnborg
2007-11-12x86: arch/x86/Kconfig.cpu unificationSam Ravnborg
2007-11-04x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entryH. Peter Anvin
2007-11-04x86 setup: add a near jump to serialize %cr0 on 386/486H. Peter Anvin
2007-10-27x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman
2007-10-25x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin
2007-10-25x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin
2007-10-23x86: clean up setup.h and the boot codeH. Peter Anvin
2007-10-23x86: ARRAY_SIZE cleanupAlejandro Martinez Ruiz
2007-10-22i386: paravirt boot sequenceRusty Russell