summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-01-29x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar5-12/+14
2017-01-29x86/boot/e820: Use bool in query APIsIngo Molnar3-15/+15
2017-01-29x86/boot/e820: Document e820__reserve_setup_data()Ingo Molnar3-6/+12
2017-01-29x86/boot/e820: Clean up __e820__update_table() et alIngo Molnar1-59/+61
2017-01-29x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar6-17/+21
2017-01-29xen, x86/boot/e820: Simplify Xen's xen_e820_table constructIngo Molnar1-37/+33
2017-01-29x86/boot/e820: Clean up and standardize sizeof() usesIngo Molnar1-6/+6
2017-01-29x86/boot/e820: Clean up the E820 table size define namesIngo Molnar9-29/+26
2017-01-29x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar19-122/+122
2017-01-28x86/boot/e820: Use 'enum e820_type' when handling the e820 region typeIngo Molnar2-16/+16
2017-01-28x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'Ingo Molnar3-34/+37
2017-01-28x86/boot/e820: Introduce 'enum e820_type'Ingo Molnar1-26/+31
2017-01-28x86/boot/e820: Simplify e820_reserve_resources()Ingo Molnar1-17/+19
2017-01-28x86/boot/e820: Reorder the function prototypes in api.hIngo Molnar1-2/+7
2017-01-28x86/boot/e820: Rename e820_print_map() to e820__print_table()Ingo Molnar3-8/+8
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar10-41/+43
2017-01-28x86/boot/e820: Rename e820_setup_gap() to e820__setup_pci_gap()Ingo Molnar3-3/+3
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar9-18/+18
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar7-17/+17
2017-01-28x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar5-7/+7
2017-01-28x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu...Ingo Molnar5-9/+14
2017-01-28x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e82...Ingo Molnar3-3/+8
2017-01-28x86/boot/e820: Move e820_reserve_setup_data() to e820.cIngo Molnar3-23/+23
2017-01-28x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended()Ingo Molnar3-3/+3
2017-01-28x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar4-32/+48
2017-01-28x86/boot/e820: Convert printk(KERN_* ...) to pr_*()Ingo Molnar1-25/+25
2017-01-28x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable namesIngo Molnar1-55/+55
2017-01-28x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and impro...Ingo Molnar3-8/+12
2017-01-28x86/boot/e820: Basic cleanup of e820.cIngo Molnar1-240/+207
2017-01-28x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Ingo Molnar5-37/+56
2017-01-28x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory...Ingo Molnar4-6/+11
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar10-81/+77
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar17-160/+160
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar17-155/+155
2017-01-28x86/boot/e820: Remove e820_mark_nosave_regions() definition ugliesIngo Molnar2-8/+0
2017-01-28x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar3-2/+2
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar14-64/+64
2017-01-28x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.hIngo Molnar2-2/+3
2017-01-28x86/boot/e820: Remove unnecessary __ASSEMBLY__ guardIngo Molnar1-2/+0
2017-01-28x86/boot/e820: Clean up asm/e820/api.hIngo Molnar1-28/+18
2017-01-28x86/boot/e820: Remove assembly guard from asm/e820/types.hIngo Molnar2-6/+0
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar12-2/+15
2017-01-28x86/boot/e820: Clean up the E820_X_MAX definitionIngo Molnar2-15/+7
2017-01-28x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.hIngo Molnar4-14/+26
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar40-42/+42
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 Molnar2-2/+83
2017-01-28Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar183-652/+1283
2017-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-3/+12
2017-01-25x86/boot: Fix KASLR and memmap= collisionDave Jiang3-3/+151