aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/boot.h
AgeCommit message (Expand)Author
2018-11-06x86/boot: Simplify the detect_memory*() control flowJordan Borgner
2017-04-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra
2017-01-25x86/boot: Fix KASLR and memmap= collisionDave Jiang
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar
2016-07-13x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen
2016-06-08x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hH. Peter Anvin
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin
2015-12-04x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov
2015-07-21x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati
2014-03-19x86, boot: Move memcmp() into string.h and string.cVivek Goyal
2014-03-19x86, boot: Create a separate string.h file to provide standard string functionsVivek Goyal
2013-10-13x86, boot: Move CPU flags out of cpucheckKees Cook
2013-08-13x86, boot: Fix warning due to undeclared strlen()Fred Chen
2013-01-29x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu
2013-01-29x86, boot: Move checking of cmd_line_ptr out of common pathYinghai Lu
2012-01-31x86, boot: Fix port argument to inl() functionHe Chunhui
2010-08-02x86, setup: move isdigit.h to ctype.h, header files on top.H. Peter Anvin
2010-08-02x86, setup: reorganize the early console setupYinghai Lu
2010-07-12x86, setup: Early-boot serial I/O supportPekka Enberg
2009-04-09x86, setup: "glove box" BIOS calls -- infrastructureH. Peter Anvin
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar
2008-08-18x86: fix build warnings in real mode codeAndi Kleen
2008-08-14x86: cleanup for setup code crashes during IST probeH. Peter Anvin
2008-08-13x86: fix setup code crashes on my old 486 boxJoerg Roedel
2008-04-19x86: remove pointless commentsWANG Cong
2008-04-17x86: move suspend wakeup code to CPavel Machek
2008-01-30x86 setup: add missing prototype; formatting fixH. Peter Anvin
2008-01-30x86 setup: fix constraints in segment accessor functionsH. Peter Anvin
2007-10-25x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin
2007-10-25x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin
2007-10-23x86: clean up setup.h and the boot codeH. Peter Anvin
2007-10-11i386: move bootThomas Gleixner