1. 88e9a5b efi/fake_mem: arrange for a resource entry per efi_fake_mem instance by Dan Williams · 4 years, 3 months ago
  2. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  3. 4c5b566 crash_dump: Remove no longer used saved_max_pfn by Kairui Song · 4 years, 9 months ago
  4. 8efbc51 x86/kexec: Do not reserve EFI setup_data in the kexec e820 table by Dave Young · 5 years ago
  5. 6e9f879 Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  6. b3c72fc x86/boot: Introduce setup_indirect by Daniel Kiper · 5 years ago
  7. 262b45a x86/efi: EFI soft reservation to E820 enumeration by Dan Williams · 5 years ago
  8. f709f81 x86/e820: Use proper booleans instead of 0/1 by Yi Wang · 5 years ago
  9. ae9e13d x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED by Lianbo Jiang · 6 years ago
  10. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  11. 0c55671 kvm, x86: Properly check whether a pfn is an MMIO or not by KarimAllah Ahmed · 6 years ago
  12. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  13. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  14. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  15. d14d7f1 Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  16. 357b4da x86: respect memory size limiting via mem= parameter by Juergen Gross · 6 years ago
  17. 345dca4 x86/e820: Replace kmalloc() + memcpy() with kmemdup() by Huang Zijiang · 6 years ago
  18. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  19. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  20. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  21. 9fd61bc Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved" by Masayoshi Mizuma · 6 years ago
  22. 124049d x86/e820: put !E820_TYPE_RAM regions into memblock.reserved by Naoya Horiguchi · 7 years ago
  23. 1de392f x86: Remove pr_fmt duplicate logging prefixes by Joe Perches · 7 years ago
  24. ef61f8a x86/boot/e820: Implement a range manipulation operator by Jan H. Schönherr · 7 years ago
  25. d68baa3 x86/boot/e820: Add support to determine the E820 type of an address by Tom Lendacky · 7 years ago
  26. 12df216c x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] table by Chen Yu · 8 years ago
  27. a09bae0 x86/boot/e820: Rename the e820_table_firmware to e820_table_kexec by Chen Yu · 8 years ago
  28. b7a67e0 x86/boot/e820: Avoid overwriting e820_table_firmware by Chen Yu · 8 years ago
  29. ace2fb5 x86/boot/e820: Remove a redundant self assignment by Colin King · 8 years ago
  30. e22af0b x86/boot: Fix pr_debug() API braindamage by Borislav Petkov · 8 years ago
  31. 441ac2f x86/boot/e820: Simplify e820__update_table() by Ingo Molnar · 8 years ago
  32. 7410aa1 x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures by Ingo Molnar · 8 years ago
  33. c5231a57 x86/boot/e820: Fix and clean up e820_type switch() statements by Ingo Molnar · 8 years ago
  34. 0c6fc11 x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix by Ingo Molnar · 8 years ago
  35. dd618c7 x86/boot/e820: Remove unnecessary #include's by Ingo Molnar · 8 years ago
  36. 090d717 x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_regions() by Ingo Molnar · 8 years ago
  37. 1506c8d x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*() by Ingo Molnar · 8 years ago
  38. 81b3e09 x86/boot/e820: Use bool in query APIs by Ingo Molnar · 8 years ago
  39. 1a12703 x86/boot/e820: Document e820__reserve_setup_data() by Ingo Molnar · 8 years ago
  40. 9a02fd0 x86/boot/e820: Clean up __e820__update_table() et al by Ingo Molnar · 8 years ago
  41. f9748fa x86/boot/e820: Simplify the e820__update_table() interface by Ingo Molnar · 8 years ago
  42. d88961b x86/boot/e820: Clean up and standardize sizeof() uses by Ingo Molnar · 8 years ago
  43. 08b46d5 x86/boot/e820: Clean up the E820 table size define names by Ingo Molnar · 8 years ago
  44. 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
  45. 6afc03b x86/boot/e820: Use 'enum e820_type' when handling the e820 region type by Ingo Molnar · 8 years ago
  46. 09c5151 x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry' by Ingo Molnar · 8 years ago
  47. c594761 x86/boot/e820: Simplify e820_reserve_resources() by Ingo Molnar · 8 years ago
  48. be0c3f0 x86/boot/e820: Rename e820_print_map() to e820__print_table() by Ingo Molnar · 8 years ago
  49. ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
  50. 2df908b x86/boot/e820: Rename e820_setup_gap() to e820__setup_pci_gap() by Ingo Molnar · 8 years ago
  51. 3bce64f x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all() by Ingo Molnar · 8 years ago
  52. f52355a x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() by Ingo Molnar · 8 years ago
  53. 6464d29 x86/boot/e820: Rename update_e820() to e820__update_table() by Ingo Molnar · 8 years ago
  54. 5da217c x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and document it by Ingo Molnar · 8 years ago
  55. 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
  56. da92139 x86/boot/e820: Move e820_reserve_setup_data() to e820.c by Ingo Molnar · 8 years ago
  57. 914053c x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended() by Ingo Molnar · 8 years ago
  58. 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
  59. 01259ef x86/boot/e820: Convert printk(KERN_* ...) to pr_*() by Ingo Molnar · 8 years ago
  60. e5540f8 x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable names by Ingo Molnar · 8 years ago
  61. 4918e22 x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and improve the explanations by Ingo Molnar · 8 years ago
  62. 640e1b3 x86/boot/e820: Basic cleanup of e820.c by Ingo Molnar · 8 years ago
  63. 544a0f4 x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description by Ingo Molnar · 8 years ago
  64. 103e206 x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory_setup_default() by Ingo Molnar · 8 years ago
  65. bf49557 x86/boot/e820: Harmonize the 'struct e820_table' fields by Ingo Molnar · 8 years ago
  66. 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
  67. acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
  68. e79d74d x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies by Ingo Molnar · 8 years ago
  69. 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array' by Ingo Molnar · 8 years ago
  70. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  71. c19a5f3 x86/e820/32: Fix e820_search_gap() error handling on x86-32 by Arnd Bergmann · 8 years ago
  72. b4ed1d1 x86/e820: Make e820_search_gap() static and remove unused variables by Wei Yang · 8 years ago
  73. 23446cb x86/e820: Don't merge consecutive E820_PRAM ranges by Dan Williams · 8 years ago
  74. 917db484 x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulation by Dan Williams · 8 years ago
  75. 1827822 x86/e820: Use much less memory for e820/e820_saved, save up to 120k by Denys Vlasenko · 8 years ago
  76. 4753396 x86/e820: Prepare e280 code for switch to dynamic storage by Denys Vlasenko · 8 years ago
  77. 8c2103f x86/e820: Mark some static functions __init by Denys Vlasenko · 8 years ago
  78. 3ec9796 x86/e820: Fix very large 'size' handling boundary condition by Wei Yang · 8 years ago
  79. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  81. f33b14a x86/e820: Set System RAM type and descriptor by Toshi Kani · 9 years ago
  82. e6e5f84 x86/e820: Deinline e820_type_to_string, save 126 bytes by Denys Vlasenko · 9 years ago
  83. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 10 years ago
  84. fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 10 years ago
  85. ad5fb87 e820, efi: add ACPI 6.0 persistent memory types by Dan Williams · 10 years ago
  86. 34a984f Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  87. ec776ef x86/mm: Add support for the non-standard protected e820 type by Christoph Hellwig · 10 years ago
  88. 8d4a40b x86/mm: Use early_memunmap() instead of early_iounmap() by Juergen Gross · 10 years ago
  89. d574ffa x86, e820: Clean up sanitize_e820_map() users by WANG Chao · 10 years ago
  90. 29258cf x86/mm: Use min() instead of min_t() in the e820 printout code by Xishi Qiu · 10 years ago
  91. 8477957 x86/mm, hibernate: Do not assume the first e820 area to be RAM by Lee, Chun-Yi · 10 years ago
  92. 9a28f9d x86/mm: memblock: switch to use NUMA_NO_NODE by Grygorii Strashko · 11 years ago
  93. 30e46b5 x86: avoid remapping data in parse_setup_data() by Linn Crosetto · 11 years ago
  94. 9710f58 x86, mm: Let "memmap=" take more entries one time by Yinghai Lu · 12 years ago
  95. 6ede1fd x86, mm: Trim memory in memblock to be page aligned by Yinghai Lu · 12 years ago
  96. 4ed940d firmware_map: make firmware_map_add_early() argument consistent with firmware_map_add_hotplug() by Yasuaki Ishimatsu · 12 years ago
  97. 91eb0f6 x86: print e820 physical addresses consistently with other parts of kernel by Bjorn Helgaas · 13 years ago
  98. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  99. b54ac6d ACPI, Record ACPI NVS regions by Huang Ying · 13 years ago
  100. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago