summaryrefslogtreecommitdiffstats
path: root/arch/i386/boot
AgeCommit message (Expand)Author
2007-09-05[x86 setup] Work around bug in Xen HVMChristian Ehrhardt
2007-08-31[x86 setup] Don't rely on the VESA BIOS being register-cleanH. Peter Anvin
2007-08-23[x86 setup] Make sure AH=00h when setting a video modeH. Peter Anvin
2007-08-23[x86 setup] Volatilize asm() statementsH. Peter Anvin
2007-08-14[x86 setup] edd.c: make sure MBR signatures actually get reportedH. Peter Anvin
2007-08-14[x86 setup] Don't use EDD to get the MBR signatureH. Peter Anvin
2007-08-14[x86 setup] The current display page is returned in %bh, not %blH. Peter Anvin
2007-08-02[x86 setup] EDD: add missing =m constraintH. Peter Anvin
2007-08-02[x86 setup] video setup: Fix VBE DDC readingAntonino A. Daplas
2007-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds
2007-07-31broken lilo check on make installGabriel C
2007-07-31[x86 setup] EDD: Fix the computation of the MBR sector bufferH. Peter Anvin
2007-07-31[x86 setup] Newline after setup signature failure messageH. Peter Anvin
2007-07-31x86 boot code comments typosRandy Dunlap
2007-07-25[x86 setup] Make struct ist_info cross-architecture, and use in setup codeH. Peter Anvin
2007-07-25[x86 setup] APM: BX should be zero when disconnectingH. Peter Anvin
2007-07-25[x86 setup] APM detection logic bug fixMikael Pettersson
2007-07-20xen: disable vdso "nosegneg" on native bootRoland McGrath
2007-07-19Update .gitignore for arch/i386/bootMatthew Wilcox
2007-07-18[PATCH] x86: do not recompile boot for each buildSam Ravnborg
2007-07-18[x86 setup] Save/restore DS around invocations of INT 10hH. Peter Anvin
2007-07-18[x86 setup] VGA: Clear the Protect bit before setting the vertical heightH. Peter Anvin
2007-07-18[x86 setup] Fix assembly constraintsH. Peter Anvin
2007-07-18[x86 setup] build/tools.c: fix commentH. Peter Anvin
2007-07-18xen: suppress abs symbol warnings for unused reloc pointersJeremy Fitzhardinge
2007-07-12Remove old i386 setup codeH. Peter Anvin
2007-07-12Use the new x86 setup code for i386H. Peter Anvin
2007-07-12Linker script for the new x86 setup codeH. Peter Anvin
2007-07-12Assembly header and main routine for new x86 setup codeH. Peter Anvin
2007-07-12Code for actual protected-mode entryH. Peter Anvin
2007-07-12Video mode probing support for the new x86 setup codeH. Peter Anvin
2007-07-12Voyager support for the new x86 setup codeH. Peter Anvin
2007-07-12Memory probing support for the new x86 setup codeH. Peter Anvin
2007-07-12MCA support for new x86 setup codeH. Peter Anvin
2007-07-12EDD probing code for the new x86 setup codeH. Peter Anvin
2007-07-12CPU features verification for the new x86 setup codeH. Peter Anvin
2007-07-12Version string for the new x86 setup codeH. Peter Anvin
2007-07-12Console-writing code for the new x86 setup codeH. Peter Anvin
2007-07-12Command-line parsing code for the new x86 setup codeH. Peter Anvin
2007-07-12APM probing codeH. Peter Anvin
2007-07-12A20 handling codeH. Peter Anvin
2007-07-12String-handling functions for the new x86 setup code.H. Peter Anvin
2007-07-12Simple bitops for the new x86 setup code.H. Peter Anvin
2007-07-12Top header file for new x86 setup codeH. Peter Anvin
2007-07-12Header file to produce 16-bit code with gccH. Peter Anvin
2007-07-12Define zero-page offset 0x1e4 as a scratch field, and use itH. Peter Anvin
2007-05-21i386: Fix wrong CPU error message in early boot pathChristian Volkmann
2007-05-08Revert "fbdev: ignore VESA modes if framebuffer is disabled"Linus Torvalds
2007-05-08fbdev: ignore VESA modes if framebuffer is disabledAntonino A. Daplas
2007-05-02[PATCH] i386: Verify important CPUID bits in real modeAndi Kleen