Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3e2d94535adb2df15f3907e4b4c7cd8a5a4c2b5a
/
arch
/
x86
/
include
/
asm
/
e820
0c55671
kvm, x86: Properly check whether a pfn is an MMIO or not
by KarimAllah Ahmed
· 6 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
d68baa3
x86/boot/e820: Add support to determine the E820 type of an address
by Tom Lendacky
· 7 years ago
12df216c
x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] table
by Chen Yu
· 8 years ago
a09bae0
x86/boot/e820: Rename the e820_table_firmware to e820_table_kexec
by Chen Yu
· 8 years ago
7410aa1
x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures
by Ingo Molnar
· 8 years ago
0c6fc11
x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix
by Ingo Molnar
· 8 years ago
090d717
x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_regions()
by Ingo Molnar
· 8 years ago
1506c8d
x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()
by Ingo Molnar
· 8 years ago
81b3e09
x86/boot/e820: Use bool in query APIs
by Ingo Molnar
· 8 years ago
1a12703
x86/boot/e820: Document e820__reserve_setup_data()
by Ingo Molnar
· 8 years ago
f9748fa
x86/boot/e820: Simplify the e820__update_table() interface
by Ingo Molnar
· 8 years ago
08b46d5
x86/boot/e820: Clean up the E820 table size define names
by Ingo Molnar
· 8 years ago
6afc03b
x86/boot/e820: Use 'enum e820_type' when handling the e820 region type
by Ingo Molnar
· 8 years ago
09c5151
x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'
by Ingo Molnar
· 8 years ago
7ad1ed8
x86/boot/e820: Introduce 'enum e820_type'
by Ingo Molnar
· 8 years ago
2504be7
x86/boot/e820: Reorder the function prototypes in api.h
by Ingo Molnar
· 8 years ago
be0c3f0
x86/boot/e820: Rename e820_print_map() to e820__print_table()
by Ingo Molnar
· 8 years ago
ab6bc04
x86/boot/e820: Create coherent API function names for E820 range operations
by Ingo Molnar
· 8 years ago
2df908b
x86/boot/e820: Rename e820_setup_gap() to e820__setup_pci_gap()
by Ingo Molnar
· 8 years ago
3bce64f
x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()
by Ingo Molnar
· 8 years ago
f52355a
x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()
by Ingo Molnar
· 8 years ago
6464d29
x86/boot/e820: Rename update_e820() to e820__update_table()
by Ingo Molnar
· 8 years ago
5da217c
x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and document it
by Ingo Molnar
· 8 years ago
9641bda
x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e820__finish_early_params()
by Ingo Molnar
· 8 years ago
da92139
x86/boot/e820: Move e820_reserve_setup_data() to e820.c
by Ingo Molnar
· 8 years ago
914053c
x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended()
by Ingo Molnar
· 8 years ago
4270fd8
x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to memblock_set_dma_reserve()
by Ingo Molnar
· 8 years ago
4918e22
x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and improve the explanations
by Ingo Molnar
· 8 years ago
544a0f4
x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description
by Ingo Molnar
· 8 years ago
103e206
x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory_setup_default()
by Ingo Molnar
· 8 years ago
bf49557
x86/boot/e820: Harmonize the 'struct e820_table' fields
by Ingo Molnar
· 8 years ago
61a5010
x86/boot/e820: Rename everything to e820_table
by Ingo Molnar
· 8 years ago
acd4c04
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
by Ingo Molnar
· 8 years ago
e79d74d
x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies
by Ingo Molnar
· 8 years ago
9de94db
x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.h
by Ingo Molnar
· 8 years ago
8ec67d9
x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'
by Ingo Molnar
· 8 years ago
308bee6
x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.h
by Ingo Molnar
· 8 years ago
993f4b7
x86/boot/e820: Remove unnecessary __ASSEMBLY__ guard
by Ingo Molnar
· 8 years ago
0f85650
x86/boot/e820: Clean up asm/e820/api.h
by Ingo Molnar
· 8 years ago
b0bd00d
x86/boot/e820: Remove assembly guard from asm/e820/types.h
by Ingo Molnar
· 8 years ago
7b6e4ba
x86/boot/e820: Clean up the E820_X_MAX definition
by Ingo Molnar
· 8 years ago
99da1ff
x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.h
by Ingo Molnar
· 8 years ago
66441bd
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
by Ingo Molnar
· 8 years ago
7b80ba5
x86/boot/e820: Clean up and improve comments in asm/e820/types.h
by Ingo Molnar
· 8 years ago
70a9d81
x86/boot/e820: Introduce arch/x86/include/asm/e820/types.h
by Ingo Molnar
· 8 years ago