aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-12x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar1-2/+1
2008-05-23x86: fix integer as NULL pointer warningHarvey Harrison1-1/+1
2008-05-04x86: relocs ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov1-1/+1
2008-04-29edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off}Tim Gardner1-1/+9
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying1-1/+5
2008-04-25Update .gitignore filesMatthew Wilcox1-2/+3
2008-04-19x86: cleanup: change _end to end_before_pgtYinghai Lu2-6/+6
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum3-22/+23
2008-04-19x86: remove pointless commentsWANG Cong24-48/+0
2008-04-17x86: move suspend wakeup code to CPavel Machek7-159/+204
2008-04-17x86: remove superfluous initialisation in boot code.Alexander van Heukelum1-1/+1
2008-04-17x86: coding style fixes to arch/x86/boot/cpucheck.cPaolo Ciarrocchi1-10/+10
2008-04-17x86: coding style fix to arch/x86/boot/pm.cPaolo Ciarrocchi1-1/+1
2008-04-17x86: more cleanups in arch/x86/boot/compressed/misc.cIngo Molnar1-46/+54
2008-04-17x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi1-32/+34
2008-04-17x86: boot protocol updatesIan Campbell1-4/+2
2008-04-17x86: bump image header to version 2.08.Ingo Molnar1-1/+1
2008-04-17x86: add a crc32 checksum to the kernel image.Ian Campbell1-1/+87
2008-04-17x86: use ELF format in compressed images.Ian Campbell4-1/+77
2008-03-07x86-boot: don't request VBE2 informationPeter Korsgaard2-10/+1
2008-02-26x86: handle BIOSes which terminate e820 with CF=1 and no SMAPH. Peter Anvin1-3/+6
2008-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-10/+14
2008-02-09Update arch/x86/boot/.gitignore with new auto-generated filesS.Çağlar Onur1-0/+2
2008-02-09x86: trivial printk optimizationsDenys Vlasenko1-10/+14
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen1-4/+4
2008-02-04x86 setup: print missing CPU features in cleartextH. Peter Anvin3-9/+82
2008-02-04x86: define OBJCOPYFLAGS explicitly for each target.Ian Campbell2-1/+2
2008-02-01x86: fix comments in vmlinux_64.ldsYinghai Lu1-1/+1
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