aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot/boot.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+24
2022-05-19x86/boot: Wrap literal addresses in absolute_pointer()Gravatar Kees Cook 1-12/+24
2022-04-07x86/boot: Port I/O: Allow to hook up alternative helpersGravatar Kirill A. Shutemov 1-2/+2
2022-04-07x86: Consolidate port I/O helpersGravatar Kirill A. Shutemov 1-34/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2019-08-16x86/boot: Use common BUILD_BUG_ONGravatar Rikard Falkeborn 1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Gravatar Thomas Gleixner 1-3/+1
2018-11-06x86/boot: Simplify the detect_memory*() control flowGravatar Jordan Borgner 1-1/+1
2017-04-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupGravatar Ashish Kalra 1-1/+1
2017-01-25x86/boot: Fix KASLR and memmap= collisionGravatar Dave Jiang 1-0/+1
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsGravatar Ingo Molnar 1-8/+9
2016-07-13x86/mm: Disallow running with 32-bit PTEs to work around erratumGravatar Dave Hansen 1-0/+1
2016-06-08x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hGravatar H. Peter Anvin 1-4/+5
2016-06-08x86, asm: use bool for bitops and other assembly outputsGravatar H. Peter Anvin 1-4/+4
2015-12-04x86/mm: Fix regression with huge pages on PAEGravatar Kirill A. Shutemov 1-1/+0
2015-07-21x86/boot: Obsolete the MCA sys_desc_tableGravatar Paolo Pisati 1-3/+0
2014-03-19x86, boot: Move memcmp() into string.h and string.cGravatar Vivek Goyal 1-8/+0
2014-03-19x86, boot: Create a separate string.h file to provide standard string functionsGravatar Vivek Goyal 1-5/+0
2013-10-13x86, boot: Move CPU flags out of cpucheckGravatar Kees Cook 1-9/+1
2013-08-13x86, boot: Fix warning due to undeclared strlen()Gravatar Fred Chen 1-0/+1
2013-01-29x86, boot: Pass cmd_line_ptr with unsigned long insteadGravatar Yinghai Lu 1-4/+4
2013-01-29x86, boot: Move checking of cmd_line_ptr out of common pathGravatar Yinghai Lu 1-2/+12
2012-01-31x86, boot: Fix port argument to inl() functionGravatar He Chunhui 1-1/+1
2010-08-02x86, setup: move isdigit.h to ctype.h, header files on top.Gravatar H. Peter Anvin 1-2/+1
2010-08-02x86, setup: reorganize the early console setupGravatar Yinghai Lu 1-18/+17
2010-07-12x86, setup: Early-boot serial I/O supportGravatar Pekka Enberg 1-0/+16
2009-04-09x86, setup: "glove box" BIOS calls -- infrastructureGravatar H. Peter Anvin 1-0/+48
2009-02-23x86: remove the Voyager 32-bit subarchGravatar Ingo Molnar 1-3/+0
2008-08-18x86: fix build warnings in real mode codeGravatar Andi Kleen 1-0/+2
2008-08-14x86: cleanup for setup code crashes during IST probeGravatar H. Peter Anvin 1-2/+2
2008-08-13x86: fix setup code crashes on my old 486 boxGravatar Joerg Roedel 1-0/+8
2008-04-19x86: remove pointless commentsGravatar WANG Cong 1-2/+0
2008-04-17x86: move suspend wakeup code to CGravatar Pavel Machek 1-0/+5
2008-01-30x86 setup: add missing prototype; formatting fixGravatar H. Peter Anvin 1-0/+1
2008-01-30x86 setup: fix constraints in segment accessor functionsGravatar H. Peter Anvin 1-8/+8
2007-10-25x86 setup: sizeof() is unsigned, unbreak comparisonsGravatar H. Peter Anvin 1-2/+2
2007-10-25x86 setup: handle boot loaders which set up the stack incorrectlyGravatar H. Peter Anvin 1-2/+2
2007-10-23x86: clean up setup.h and the boot codeGravatar H. Peter Anvin 1-1/+1
2007-10-11i386: move bootGravatar Thomas Gleixner 1-0/+296