aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-28[x86 setup] Correct the SMAP check for INT 0x15, AX=0xe820H. Peter Anvin1-3/+6
2007-09-26[x86 setup] Handle case of improperly terminated E820 chainH. Peter Anvin1-7/+23
2007-09-20[x86 setup] Fix typo in arch/i386/boot/header.SPaul Bolle1-1/+1
2007-09-20[x86 setup] Present the canonical video mode number to the kernelH. Peter Anvin1-4/+10
2007-09-05[x86 setup] Work around bug in Xen HVMChristian Ehrhardt1-1/+5
2007-08-31[x86 setup] Don't rely on the VESA BIOS being register-cleanH. Peter Anvin1-13/+21
2007-08-23[x86 setup] Make sure AH=00h when setting a video modeH. Peter Anvin1-2/+3
2007-08-23[x86 setup] Volatilize asm() statementsH. Peter Anvin5-29/+30
2007-08-14[x86 setup] edd.c: make sure MBR signatures actually get reportedH. Peter Anvin1-13/+11
2007-08-14[x86 setup] Don't use EDD to get the MBR signatureH. Peter Anvin1-29/+1
2007-08-14[x86 setup] The current display page is returned in %bh, not %blH. Peter Anvin1-1/+1
2007-08-02[x86 setup] EDD: add missing =m constraintH. Peter Anvin1-1/+1
2007-08-02[x86 setup] video setup: Fix VBE DDC readingAntonino A. Daplas1-1/+1
2007-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setupLinus Torvalds5-7/+8
2007-07-31broken lilo check on make installGabriel C1-1/+8
2007-07-31[x86 setup] EDD: Fix the computation of the MBR sector bufferH. Peter Anvin1-2/+3
2007-07-31[x86 setup] Newline after setup signature failure messageH. Peter Anvin1-1/+1
2007-07-31x86 boot code comments typosRandy Dunlap4-4/+4
2007-07-25[x86 setup] Make struct ist_info cross-architecture, and use in setup codeH. Peter Anvin1-8/+8
2007-07-25[x86 setup] APM: BX should be zero when disconnectingH. Peter Anvin1-2/+3
2007-07-25[x86 setup] APM detection logic bug fixMikael Pettersson1-1/+1
2007-07-20xen: disable vdso "nosegneg" on native bootRoland McGrath1-0/+1
2007-07-19Update .gitignore for arch/i386/bootMatthew Wilcox1-0/+2
2007-07-18[PATCH] x86: do not recompile boot for each buildSam Ravnborg1-1/+1
2007-07-18[x86 setup] Save/restore DS around invocations of INT 10hH. Peter Anvin2-2/+9
2007-07-18[x86 setup] VGA: Clear the Protect bit before setting the vertical heightH. Peter Anvin1-1/+6
2007-07-18[x86 setup] Fix assembly constraintsH. Peter Anvin6-7/+7
2007-07-18[x86 setup] build/tools.c: fix commentH. Peter Anvin1-1/+1
2007-07-18xen: suppress abs symbol warnings for unused reloc pointersJeremy Fitzhardinge1-0/+2
2007-07-12Remove old i386 setup codeH. Peter Anvin4-3447/+0
2007-07-12Use the new x86 setup code for i386H. Peter Anvin3-97/+118
2007-07-12Linker script for the new x86 setup codeH. Peter Anvin1-0/+54
2007-07-12Assembly header and main routine for new x86 setup codeH. Peter Anvin2-0/+444
2007-07-12Code for actual protected-mode entryH. Peter Anvin2-0/+224
2007-07-12Video mode probing support for the new x86 setup codeH. Peter Anvin6-0/+1349
2007-07-12Voyager support for the new x86 setup codeH. Peter Anvin1-0/+46
2007-07-12Memory probing support for the new x86 setup codeH. Peter Anvin1-0/+99
2007-07-12MCA support for new x86 setup codeH. Peter Anvin1-0/+43
2007-07-12EDD probing code for the new x86 setup codeH. Peter Anvin1-0/+196
2007-07-12CPU features verification for the new x86 setup codeH. Peter Anvin2-0/+336
2007-07-12Version string for the new x86 setup codeH. Peter Anvin1-0/+23
2007-07-12Console-writing code for the new x86 setup codeH. Peter Anvin2-0/+419
2007-07-12Command-line parsing code for the new x86 setup codeH. Peter Anvin1-0/+97
2007-07-12APM probing codeH. Peter Anvin1-0/+97
2007-07-12A20 handling codeH. Peter Anvin1-0/+161
2007-07-12String-handling functions for the new x86 setup code.H. Peter Anvin2-0/+153
2007-07-12Simple bitops for the new x86 setup code.H. Peter Anvin1-0/+45
2007-07-12Top header file for new x86 setup codeH. Peter Anvin1-0/+296
2007-07-12Header file to produce 16-bit code with gccH. Peter Anvin1-0/+15
2007-07-12Define zero-page offset 0x1e4 as a scratch field, and use itH. Peter Anvin1-3/+3