summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/memory.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner1-3/+1
2018-11-06x86/boot: Simplify the detect_memory*() control flowJordan Borgner1-21/+10
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-1/+1
2017-01-29x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar1-2/+2
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-2/+2
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-2/+2
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar1-2/+2
2011-04-25x86, setup: When probing memory with e801, use ax/bx as a pairH. Peter Anvin1-1/+1
2009-05-23Merge branch 'x86/urgent' into x86/setupH. Peter Anvin1-16/+13
2009-05-22x86, setup: revert ACPI 3 E820 extended attributes supportH. Peter Anvin1-16/+13
2009-04-09x86, setup: "glove box" BIOS interrupts in the core boot codeH. Peter Anvin1-41/+40
2009-04-01x86, setup: guard against pre-ACPI 3 e820 code not updating %ecxH. Peter Anvin1-0/+6
2009-03-28x86, setup: ACPI 3, BIOS workaround for E820-probing codeH. Peter Anvin1-4/+17
2009-03-28x86, setup: preemptively save/restore edi and ebp around INT 15 E820H. Peter Anvin1-4/+5
2009-03-28x86, setup: mark %esi as clobbered in E820 BIOS callMichael K. Johnson1-3/+4
2008-08-18x86: fix build warnings in real mode codeAndi Kleen1-1/+0
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson1-1/+2
2008-04-19x86: remove pointless commentsWANG Cong1-2/+0
2008-02-26x86: handle BIOSes which terminate e820 with CF=1 and no SMAPH. Peter Anvin1-3/+6
2007-10-11i386: move bootThomas Gleixner1-0/+118