summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-062-6/+9
|\
| * Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-205-13/+16
| |\
| * | x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi2008-08-151-4/+6
| * | x86: fix comment in protected mode headerPhilipp Kohlbecher2008-08-111-2/+3
* | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-046-18/+21
|\ \ \
| * | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h>H. Peter Anvin2008-08-281-1/+1
| * | | Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin2008-08-285-13/+16
| |\ \ \ | | | |/ | | |/|
| | * | x86: fix build warnings in real mode codeAndi Kleen2008-08-182-1/+2
| | * | x86: cleanup for setup code crashes during IST probeH. Peter Anvin2008-08-144-8/+4Star
| | * | x86: fix setup code crashes on my old 486 boxJoerg Roedel2008-08-133-7/+13
| | |/
| * / x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin2008-08-191-4/+4
| |/
* | Merge branch 'linus' into x86/header-guardsIngo Molnar2008-07-261-39/+0Star
|\|
| * inflate: refactor inflate malloc codeThomas Petazzoni2008-07-251-39/+0Star
* | x86: consolidate header guardsVegard Nossum2008-07-221-1/+1
|/
* x86: check function status in EDD boot codeJan Beulich2008-07-181-3/+2Star
* x86: unify and correct the GDT_ENTRY() macroH. Peter Anvin2008-07-171-6/+0Star
* Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-082-5/+2Star
|\
| * Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-082-3/+2Star
| |\
| * | x86: make generic arch support NUMAQYinghai Lu2008-06-101-4/+0Star
| * | x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson2008-05-251-1/+2
* | | Merge branch 'x86/setup' into x86/develIngo Molnar2008-07-086-114/+154
|\ \ \
| * | | x86: config option to disable info from decompression of the kernelBen Collins2008-07-031-5/+11
| * | | x86: fix regression: boot failure on AMD Elan TS-5500H. Peter Anvin2008-07-011-2/+2
| * | | x86: remove arbitrary ELF section limit in i386 relocatable kernelH. Peter Anvin2008-07-011-88/+110
| * | | x86: setup: issue a null command after enabling A20 via KBCH. Peter Anvin2008-06-271-1/+4
| * | | x86: Honor 'quiet' command line option in real mode boot decompressor.Kristian Høgsberg2008-05-312-3/+14
| * | | x86: Use structs instead of hardcoded offsets in x86 boot decompressor.Kristian Høgsberg2008-05-311-15/+11Star
| * | | x86: Fix up silly i1586 boot message.Dave Jones2008-05-281-0/+2
* | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-06-161-2/+1Star
|\ \ \ \ | | |_|/ | |/| |
| * | | 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: janitor work in video-vga.cMiklos Vajna2008-05-251-2/+1Star
* | x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.hCyrill Gorcunov2008-05-251-2/+3
* | x86: boot/printfc use NULL instead 0Thomas Gleixner2008-05-251-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