aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* xen: disable vdso "nosegneg" on native bootRoland McGrath2007-07-201-0/+1
* Update .gitignore for arch/i386/bootMatthew Wilcox2007-07-191-0/+2
* [PATCH] x86: do not recompile boot for each buildSam Ravnborg2007-07-181-1/+1
* [x86 setup] Save/restore DS around invocations of INT 10hH. Peter Anvin2007-07-182-2/+9
* [x86 setup] VGA: Clear the Protect bit before setting the vertical heightH. Peter Anvin2007-07-181-1/+6
* [x86 setup] Fix assembly constraintsH. Peter Anvin2007-07-186-7/+7
* [x86 setup] build/tools.c: fix commentH. Peter Anvin2007-07-181-1/+1
* xen: suppress abs symbol warnings for unused reloc pointersJeremy Fitzhardinge2007-07-181-0/+2
* Remove old i386 setup codeH. Peter Anvin2007-07-124-3447/+0
* Use the new x86 setup code for i386H. Peter Anvin2007-07-123-97/+118
* Linker script for the new x86 setup codeH. Peter Anvin2007-07-121-0/+54
* Assembly header and main routine for new x86 setup codeH. Peter Anvin2007-07-122-0/+444
* Code for actual protected-mode entryH. Peter Anvin2007-07-122-0/+224
* Video mode probing support for the new x86 setup codeH. Peter Anvin2007-07-126-0/+1349
* Voyager support for the new x86 setup codeH. Peter Anvin2007-07-121-0/+46
* Memory probing support for the new x86 setup codeH. Peter Anvin2007-07-121-0/+99
* MCA support for new x86 setup codeH. Peter Anvin2007-07-121-0/+43
* EDD probing code for the new x86 setup codeH. Peter Anvin2007-07-121-0/+196
* CPU features verification for the new x86 setup codeH. Peter Anvin2007-07-122-0/+336
* Version string for the new x86 setup codeH. Peter Anvin2007-07-121-0/+23
* Console-writing code for the new x86 setup codeH. Peter Anvin2007-07-122-0/+419
* Command-line parsing code for the new x86 setup codeH. Peter Anvin2007-07-121-0/+97
* APM probing codeH. Peter Anvin2007-07-121-0/+97
* A20 handling codeH. Peter Anvin2007-07-121-0/+161
* String-handling functions for the new x86 setup code.H. Peter Anvin2007-07-122-0/+153
* Simple bitops for the new x86 setup code.H. Peter Anvin2007-07-121-0/+45
* Top header file for new x86 setup codeH. Peter Anvin2007-07-121-0/+296
* Header file to produce 16-bit code with gccH. Peter Anvin2007-07-121-0/+15
* Define zero-page offset 0x1e4 as a scratch field, and use itH. Peter Anvin2007-07-121-3/+3
* i386: Fix wrong CPU error message in early boot pathChristian Volkmann2007-05-211-0/+2
* Revert "fbdev: ignore VESA modes if framebuffer is disabled"Linus Torvalds2007-05-081-3/+1
* fbdev: ignore VESA modes if framebuffer is disabledAntonino A. Daplas2007-05-081-1/+3
* [PATCH] i386: Verify important CPUID bits in real modeAndi Kleen2007-05-021-0/+17
* [PATCH] i386: Drop -traditional in arch/i386/bootAndi Kleen2007-05-021-2/+2
* [PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge2007-05-021-1/+1
* [PATCH] x86: add command line length to boot protocolBernhard Walle2007-05-021-1/+6
* [PATCH] x86: Don't probe for DDC on VBE1.2Zwane Mwaikambo2007-04-021-0/+14
* Use ARRAY_SIZE() macro in i386 relocs.c fileRobert P. J. Day2007-02-171-4/+5
* [PATCH] __crc_... is intended to be absoluteAl Viro2007-02-011-0/+2
* [PATCH] Fix insta-reboot with "i386: Relocatable kernel support"Segher Boessenkool2007-01-021-1/+1
* [PATCH] Add .gitignore file for relocs in arch/i386Thomas Meyer2006-12-301-0/+1
* [PATCH] x86-64: Fix numaq build errorRandy Dunlap2006-12-071-1/+1
* [PATCH] paravirt: header and stubs for paravirtualisationRusty Russell2006-12-071-0/+1
* [PATCH] i386: extend bzImage protocol for relocatable protected mode kernelVivek Goyal2006-12-071-1/+12
* [PATCH] i386: Implement CONFIG_PHYSICAL_ALIGNVivek Goyal2006-12-072-15/+18
* [PATCH] i386: Warn upon absolute relocations being presentVivek Goyal2006-12-072-11/+73
* [PATCH] i386: Relocatable kernel supportEric W. Biederman2006-12-077-208/+903
* [PATCH] i386: CONFIG_PHYSICAL_START cleanupEric W. Biederman2006-12-072-8/+6
* [PATCH] Some config.h removalsZachary Amsden2006-10-011-2/+0
* [PATCH] i386: Fix the EDD code misparsing the command lineH. Peter Anvin2006-09-261-22/+75