summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/e820/types.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar2017-01-291-1/+47
* x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-12/+6
* x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'Ingo Molnar2017-01-281-31/+0
* x86/boot/e820: Introduce 'enum e820_type'Ingo Molnar2017-01-281-26/+31
* x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-2/+2
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-2/+2
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-2/+2
* x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.hIngo Molnar2017-01-281-1/+3
* x86/boot/e820: Remove assembly guard from asm/e820/types.hIngo Molnar2017-01-281-5/+0
* x86/boot/e820: Clean up the E820_X_MAX definitionIngo Molnar2017-01-281-6/+7
* x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.hIngo Molnar2017-01-281-13/+2
* x86/boot/e820: Clean up and improve comments in asm/e820/types.hIngo Molnar2017-01-281-31/+53
* x86/boot/e820: Introduce arch/x86/include/asm/e820/types.hIngo Molnar2017-01-281-0/+81