summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar2008-06-121-2/+1Star
* x86: fix integer as NULL pointer warningHarvey Harrison2008-05-231-1/+1
* x86: relocs ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-041-1/+1
* edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off}Tim Gardner2008-04-291-1/+9
* x86, boot: add linked list of struct setup_dataHuang, Ying2008-04-261-1/+5
* Update .gitignore filesMatthew Wilcox2008-04-251-2/+3
* x86: cleanup: change _end to end_before_pgtYinghai Lu2008-04-192-6/+6
* x86: cleanup boot-heap usageAlexander van Heukelum2008-04-193-22/+23
* x86: remove pointless commentsWANG Cong2008-04-1924-48/+0Star
* x86: move suspend wakeup code to CPavel Machek2008-04-177-159/+204
* x86: remove superfluous initialisation in boot code.Alexander van Heukelum2008-04-171-1/+1
* x86: coding style fixes to arch/x86/boot/cpucheck.cPaolo Ciarrocchi2008-04-171-10/+10
* x86: coding style fix to arch/x86/boot/pm.cPaolo Ciarrocchi2008-04-171-1/+1
* x86: more cleanups in arch/x86/boot/compressed/misc.cIngo Molnar2008-04-171-46/+54
* x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi2008-04-171-32/+34
* x86: boot protocol updatesIan Campbell2008-04-171-4/+2Star
* x86: bump image header to version 2.08.Ingo Molnar2008-04-171-1/+1
* x86: add a crc32 checksum to the kernel image.Ian Campbell2008-04-171-1/+87
* x86: use ELF format in compressed images.Ian Campbell2008-04-174-1/+77
* x86-boot: don't request VBE2 informationPeter Korsgaard2008-03-072-10/+1Star
* x86: handle BIOSes which terminate e820 with CF=1 and no SMAPH. Peter Anvin2008-02-261-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-101-10/+14
|\
| * x86: trivial printk optimizationsDenys Vlasenko2008-02-091-10/+14
* | Update arch/x86/boot/.gitignore with new auto-generated filesS.Çağlar Onur2008-02-101-0/+2
|/
* x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen2008-02-041-4/+4
* x86 setup: print missing CPU features in cleartextH. Peter Anvin2008-02-043-9/+82
* x86: define OBJCOPYFLAGS explicitly for each target.Ian Campbell2008-02-042-1/+2
* x86: fix comments in vmlinux_64.ldsYinghai Lu2008-02-011-1/+1
* x86: unify arch/x86/boot/compressed/misc_??.cIan Campbell2008-01-303-387/+30Star
* x86: unify variable names in arch/x86/boot/compressed/misc_??.cIan Campbell2008-01-301-4/+4
* x86: unify headers in arch/x86/boot/compressed/misc_??.cIan Campbell2008-01-302-1/+1
* x86: unify whitespace and comments in arch/x86/boot/compressed/misc_??.cIan Campbell2008-01-302-13/+20
* x86: unify strings in arch/x86/boot/compressed/misc_??.cIan Campbell2008-01-302-3/+3
* x86: unify arch/x86/boot/compressed/vmlinux_??.scrIan Campbell2008-01-303-11/+1Star
* x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scrIan Campbell2008-01-304-6/+10
* x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scrIan Campbell2008-01-301-3/+3
* x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.ldsIan Campbell2008-01-302-5/+5
* x86: remove unneded castsJan Engelhardt2008-01-302-4/+6
* x86 setup: correct the base in the GDT_ENTRY() macroH. Peter Anvin2008-01-301-1/+1
* x86 setup: guard the heap against invalid stack setupsH. Peter Anvin2008-01-301-6/+18
* x86 setup: push video mode setup as late as possibleH. Peter Anvin2008-01-301-3/+4
* x86 setup: add note to use edd=off on EDD probing hangsH. Peter Anvin2008-01-301-1/+1
* x86 setup: add missing prototype; formatting fixH. Peter Anvin2008-01-302-1/+2
* x86 setup: OK -> ok (no need to scream)H. Peter Anvin2008-01-301-2/+2
* x86 setup: be more verbose when probing EDDdevzero@web.de2008-01-301-0/+13
* x86 setup: early cmdline parser handle boolean optionsdevzero@web.de2008-01-301-0/+65
* x86 setup: fix constraints in segment accessor functionsH. Peter Anvin2008-01-301-8/+8
* x86 setup: display VESA graphics modes in vga=ask menuH. Peter Anvin2008-01-305-24/+61
* x86 setup: use X86_CR0_PE macro instead of hard-coded constantH. Peter Anvin2008-01-301-1/+2
* x86 setup: initialize LDTR and TR to make life easier to Intel VTH. Peter Anvin2008-01-302-0/+11