aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar2-3/+3
2008-11-25x86: use limited register constraint for setnzSteven Rostedt1-1/+1
2008-11-23x86: boot - fix sparse warningsHannes Eder2-3/+3
2008-10-30.gitignore updatesAlexey Dobriyan1-0/+2
2008-10-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+4
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-1/+1
2008-10-22x86: make variables staticroel kluin2-4/+4
2008-10-16fbdev: ignore VESA modes if framebuffer does not support themMichal Januszewski1-5/+4
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar4-9/+13
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2-28/+29
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar3-7/+9
2008-10-06Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar1-1/+1
2008-10-05x86: replace a magic number with a named constant in the VESA boot codeMichal Januszewski1-1/+1
2008-10-04x86 setup: remove IMAGE_OFFSETPaul Bolle1-3/+1
2008-10-03x86 setup: correct segfault in generation of 32-bit reloc kernelH. Peter Anvin1-1/+1
2008-10-03Merge commit 'v2.6.27-rc8' into x86/setupIngo Molnar6-56/+20
2008-10-03Revert "x86: fix ghost EDD devices in /sys again"H. Peter Anvin1-3/+1
2008-10-03x86 setup: fix ghost entries under /sys/firmware/edd take 3Andrey Borzenkov1-1/+6
2008-09-19Merge commit 'v2.6.27-rc6' into x86/cleanupsIngo Molnar1-4/+4
2008-09-16x86 setup: handle more than 8 CPU flag wordsH. Peter Anvin2-27/+28
2008-09-16x86 setup: drop SWAP_DEVPaul Bolle1-1/+0
2008-09-06x86: fix ghost EDD devices in /sys againAndrey Borzenkov1-1/+3
2008-09-05x86: when building image.iso, use isohybrid if it existsH. Peter Anvin1-0/+1
2008-09-05x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin1-4/+4
2008-09-04Merge branch 'x86/cpu' into x86/coreH. Peter Anvin6-18/+21
2008-09-04x86: boot/compressed/Makefile: fix "make clean"H. Peter Anvin1-4/+4
2008-08-27x86: generate names for /proc/cpuinfo from <asm/cpufeature.h>H. Peter Anvin1-1/+1
2008-08-27Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin5-13/+16
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar5-13/+16
2008-08-18x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin1-4/+4
2008-08-18x86: fix build warnings in real mode codeAndi Kleen2-1/+2
2008-08-15x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi1-4/+6
2008-08-14x86: cleanup for setup code crashes during IST probeH. Peter Anvin4-8/+4
2008-08-13x86: fix setup code crashes on my old 486 boxJoerg Roedel3-7/+13
2008-08-11x86: fix comment in protected mode headerPhilipp Kohlbecher1-2/+3
2008-07-26Merge branch 'linus' into x86/header-guardsIngo Molnar1-39/+0
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-39/+0
2008-07-22x86: consolidate header guardsVegard Nossum1-1/+1
2008-07-18x86: check function status in EDD boot codeJan Beulich1-3/+2
2008-07-17x86: unify and correct the GDT_ENTRY() macroH. Peter Anvin1-6/+0
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar2-5/+2
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2-3/+2
2008-07-08Merge branch 'x86/setup' into x86/develIngo Molnar6-114/+154
2008-07-03x86: config option to disable info from decompression of the kernelBen Collins1-5/+11
2008-07-01x86: fix regression: boot failure on AMD Elan TS-5500H. Peter Anvin1-2/+2
2008-06-30x86: remove arbitrary ELF section limit in i386 relocatable kernelH. Peter Anvin1-88/+110
2008-06-27x86: setup: issue a null command after enabling A20 via KBCH. Peter Anvin1-1/+4
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar1-2/+1
2008-06-12x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar1-2/+1
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-4/+0