1. 0c55671 kvm, x86: Properly check whether a pfn is an MMIO or not by KarimAllah Ahmed · 6 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. d68baa3 x86/boot/e820: Add support to determine the E820 type of an address by Tom Lendacky · 7 years ago
  4. 12df216c x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] table by Chen Yu · 8 years ago
  5. a09bae0 x86/boot/e820: Rename the e820_table_firmware to e820_table_kexec by Chen Yu · 8 years ago
  6. 7410aa1 x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures by Ingo Molnar · 8 years ago
  7. 0c6fc11 x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix by Ingo Molnar · 8 years ago
  8. 090d717 x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_regions() by Ingo Molnar · 8 years ago
  9. 1506c8d x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*() by Ingo Molnar · 8 years ago
  10. 81b3e09 x86/boot/e820: Use bool in query APIs by Ingo Molnar · 8 years ago
  11. 1a12703 x86/boot/e820: Document e820__reserve_setup_data() by Ingo Molnar · 8 years ago
  12. f9748fa x86/boot/e820: Simplify the e820__update_table() interface by Ingo Molnar · 8 years ago
  13. 08b46d5 x86/boot/e820: Clean up the E820 table size define names by Ingo Molnar · 8 years ago
  14. 6afc03b x86/boot/e820: Use 'enum e820_type' when handling the e820 region type by Ingo Molnar · 8 years ago
  15. 09c5151 x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry' by Ingo Molnar · 8 years ago
  16. 7ad1ed8 x86/boot/e820: Introduce 'enum e820_type' by Ingo Molnar · 8 years ago
  17. 2504be7 x86/boot/e820: Reorder the function prototypes in api.h by Ingo Molnar · 8 years ago
  18. be0c3f0 x86/boot/e820: Rename e820_print_map() to e820__print_table() by Ingo Molnar · 8 years ago
  19. ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
  20. 2df908b x86/boot/e820: Rename e820_setup_gap() to e820__setup_pci_gap() by Ingo Molnar · 8 years ago
  21. 3bce64f x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all() by Ingo Molnar · 8 years ago
  22. f52355a x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() by Ingo Molnar · 8 years ago
  23. 6464d29 x86/boot/e820: Rename update_e820() to e820__update_table() by Ingo Molnar · 8 years ago
  24. 5da217c x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and document it by Ingo Molnar · 8 years ago
  25. 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
  26. da92139 x86/boot/e820: Move e820_reserve_setup_data() to e820.c by Ingo Molnar · 8 years ago
  27. 914053c x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended() by Ingo Molnar · 8 years ago
  28. 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
  29. 4918e22 x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and improve the explanations by Ingo Molnar · 8 years ago
  30. 544a0f4 x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description by Ingo Molnar · 8 years ago
  31. 103e206 x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory_setup_default() by Ingo Molnar · 8 years ago
  32. bf49557 x86/boot/e820: Harmonize the 'struct e820_table' fields by Ingo Molnar · 8 years ago
  33. 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
  34. acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
  35. e79d74d x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies by Ingo Molnar · 8 years ago
  36. 9de94db x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.h by Ingo Molnar · 8 years ago
  37. 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array' by Ingo Molnar · 8 years ago
  38. 308bee6 x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.h by Ingo Molnar · 8 years ago
  39. 993f4b7 x86/boot/e820: Remove unnecessary __ASSEMBLY__ guard by Ingo Molnar · 8 years ago
  40. 0f85650 x86/boot/e820: Clean up asm/e820/api.h by Ingo Molnar · 8 years ago
  41. b0bd00d x86/boot/e820: Remove assembly guard from asm/e820/types.h by Ingo Molnar · 8 years ago
  42. 7b6e4ba x86/boot/e820: Clean up the E820_X_MAX definition by Ingo Molnar · 8 years ago
  43. 99da1ff x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.h by Ingo Molnar · 8 years ago
  44. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  45. 7b80ba5 x86/boot/e820: Clean up and improve comments in asm/e820/types.h by Ingo Molnar · 8 years ago
  46. 70a9d81 x86/boot/e820: Introduce arch/x86/include/asm/e820/types.h by Ingo Molnar · 8 years ago