aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/boot.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
2017-01-25x86/boot: Fix KASLR and memmap= collisionDave Jiang1-0/+1
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar1-8/+9
2016-07-13x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen1-0/+1
2016-06-08x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hH. Peter Anvin1-4/+5
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin1-4/+4
2015-12-04x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov1-1/+0
2015-07-21x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati1-3/+0
2014-03-19x86, boot: Move memcmp() into string.h and string.cVivek Goyal1-8/+0
2014-03-19x86, boot: Create a separate string.h file to provide standard string functionsVivek Goyal1-5/+0
2013-10-13x86, boot: Move CPU flags out of cpucheckKees Cook1-9/+1
2013-08-13x86, boot: Fix warning due to undeclared strlen()Fred Chen1-0/+1
2013-01-29x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu1-4/+4
2013-01-29x86, boot: Move checking of cmd_line_ptr out of common pathYinghai Lu1-2/+12
2012-01-31x86, boot: Fix port argument to inl() functionHe Chunhui1-1/+1
2010-08-02x86, setup: move isdigit.h to ctype.h, header files on top.H. Peter Anvin1-2/+1
2010-08-02x86, setup: reorganize the early console setupYinghai Lu1-18/+17
2010-07-12x86, setup: Early-boot serial I/O supportPekka Enberg1-0/+16
2009-04-09x86, setup: "glove box" BIOS calls -- infrastructureH. Peter Anvin1-0/+48
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar1-3/+0
2008-08-18x86: fix build warnings in real mode codeAndi Kleen1-0/+2
2008-08-14x86: cleanup for setup code crashes during IST probeH. Peter Anvin1-2/+2
2008-08-13x86: fix setup code crashes on my old 486 boxJoerg Roedel1-0/+8
2008-04-19x86: remove pointless commentsWANG Cong1-2/+0
2008-04-17x86: move suspend wakeup code to CPavel Machek1-0/+5
2008-01-30x86 setup: add missing prototype; formatting fixH. Peter Anvin1-0/+1
2008-01-30x86 setup: fix constraints in segment accessor functionsH. Peter Anvin1-8/+8
2007-10-25x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin1-2/+2
2007-10-25x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin1-2/+2
2007-10-23x86: clean up setup.h and the boot codeH. Peter Anvin1-1/+1
2007-10-11i386: move bootThomas Gleixner1-0/+296