aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/e820/types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-29x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar1-1/+47
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar1-12/+6
2017-01-28x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'Ingo Molnar1-31/+0
2017-01-28x86/boot/e820: Introduce 'enum e820_type'Ingo Molnar1-26/+31
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo 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-1/+1
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'Ingo Molnar1-2/+2
2017-01-28x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.hIngo Molnar1-1/+3
2017-01-28x86/boot/e820: Remove assembly guard from asm/e820/types.hIngo Molnar1-5/+0
2017-01-28x86/boot/e820: Clean up the E820_X_MAX definitionIngo Molnar1-6/+7
2017-01-28x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.hIngo Molnar1-13/+2
2017-01-28x86/boot/e820: Clean up and improve comments in asm/e820/types.hIngo Molnar1-31/+53
2017-01-28x86/boot/e820: Introduce arch/x86/include/asm/e820/types.hIngo Molnar1-0/+81