1. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  2. 2a25dc7 x86/mm/init32: Mark text and rodata RO in one go by Thomas Gleixner · 6 years ago
  3. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  4. 6b0a02e Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
  6. 8a57f48 x86/mm: Introduce "default" kernel PTE mask by Dave Hansen · 7 years ago
  7. 945fd17 x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table by Thomas Gleixner · 7 years ago
  8. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  9. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  10. 92a0f81 x86/cpu_entry_area: Move it out of the fixmap by Thomas Gleixner · 7 years ago
  11. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 7 years ago
  12. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
  13. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 7 years ago
  14. d116365 x86: use set_memory.h header by Laura Abbott · 8 years ago
  15. e5185a7 Merge branch 'x86/boot' into x86/mm, to avoid conflict by Ingo Molnar · 8 years ago
  16. 952a6c2 x86/boot/32: Flip the logic in test_wp_bit() by Borislav Petkov · 8 years ago
  17. 4af1711 x86/boot/32: Rewrite test_wp_bit() by Andy Lutomirski · 8 years ago
  18. 73fa136 Merge branch 'x86/cpu' into x86/mm, before applying dependent patch by Ingo Molnar · 8 years ago
  19. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  20. 6415813 x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  21. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  22. 2959a5f mm: add arch-independent testcases for RODATA by Jinbum Park · 8 years ago
  23. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  24. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  25. 4b599fe x86/mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  26. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  27. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 9 years ago
  28. 16bf922 x86/cpufeature: Remove cpu_has_pse by Borislav Petkov · 9 years ago
  29. 13c76ad Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  30. 9ccaf77 x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option by Kees Cook · 9 years ago
  31. 7c36057 x86/mm: Make kmap_prot into a #define by Andy Lutomirski · 9 years ago
  32. e1a5832 x86/mm: Warn on W^X mappings by Stephen Smalley · 9 years ago
  33. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  34. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
  35. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  36. 9962eea x86/mm: Initialize pmd_idx in page_table_range_init_count() by Minfei Huang · 9 years ago
  37. fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 10 years ago
  38. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  39. 03d4be6 memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
  40. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  41. 6145cfe x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 by Kees Cook · 11 years ago
  42. 46a8413 mm/x86: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  43. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  44. 5e7ccf8 mm/x86: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 12 years ago
  45. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 12 years ago
  46. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  47. a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
  48. 4e37a89 x86, mm: Unifying after_bootmem for 32bit and 64bit by Yinghai Lu · 12 years ago
  49. 11ed9e9 x86, mm: Add check before clear pte above max_low_pfn on 32bit by Yinghai Lu · 12 years ago
  50. f836e35 x86, mm: change low/hignmem_pfn_init to static on 32bit by Yinghai Lu · 12 years ago
  51. 719272c x86, mm: only call early_ioremap_page_table_range_init() once by Yinghai Lu · 12 years ago
  52. 5c51bdb x86, mm: Merge alloc_low_page between 64bit and 32bit by Yinghai Lu · 12 years ago
  53. 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
  54. 960ddb4f x86, mm: Align start address to correct big page size by Yinghai Lu · 12 years ago
  55. 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. 8bd753b x86-32, mm: The WP test should be done on a kernel page by H. Peter Anvin · 12 years ago
  57. c711288 x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() by Attilio Rao · 12 years ago
  58. 843b8ed x86: Move paging_init() call to x86_init.paging.pagetable_init() by Attilio Rao · 12 years ago
  59. 7737b21 x86: Rename pagetable_setup_start() to pagetable_init() by Attilio Rao · 12 years ago
  60. 73090f8 x86: Remove base argument from x86_init.paging.pagetable_setup_start by Attilio Rao · 12 years ago
  61. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  62. 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
  63. 855c743 x86/mm: Initialize high mem before free_all_bootmem() by Stanislaw Gruszka · 13 years ago
  64. 1762391 x86, mm: Unify zone_sizes_init() by Pekka Enberg · 13 years ago
  65. 248b52b x86, mm: Prepare zone_sizes_init() for unification by Pekka Enberg · 13 years ago
  66. e479464 x86, mm: Use max_pfn instead of highend_pfn by Pekka Enberg · 13 years ago
  67. ff14c1d x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit by Pekka Enberg · 13 years ago
  68. 8a9ca34 memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range() by Tejun Heo · 13 years ago
  69. 0608f70 x86: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  70. dc382fd x86, mm: Allow ZONE_DMA to be configurable by David Rientjes · 14 years ago
  71. 797390d x86-32, NUMA: use sparse_memory_present_with_active_regions() by Tejun Heo · 14 years ago
  72. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  73. d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 14 years ago
  74. d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 14 years ago
  75. 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 14 years ago
  76. e691d24 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  77. c10d1e2 x86, olpc: Add OLPC device-tree support by Andres Salomon · 14 years ago
  78. 5bd5a45 x86: Add NX protection for kernel data by Matthieu Castet · 14 years ago
  79. 10f2a2b Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  81. b40827fa x86-32, mm: Add an initial page table for core bootstrapping by Borislav Petkov · 14 years ago
  82. 1d93126 x86-32, memblock: Make add_highpages honor early reserved ranges by Yinghai Lu · 14 years ago
  83. 234bb54 x86, cleanups: Use clear_page/copy_page rather than memset/memcpy by Jan Beulich · 14 years ago
  84. 774ea0b x86: Remove old bootmem code by Yinghai Lu · 14 years ago
  85. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  86. f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  88. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. c1fd1b4 x86, mm: Unify kernel_physical_mapping_init() API by Pekka Enberg · 15 years ago
  90. 59be5a8 x86: Make 32bit support NO_BOOTMEM by Yinghai Lu · 15 years ago
  91. 1842f90 x86: Call early_res_to_bootmem one time by Yinghai Lu · 15 years ago
  92. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  93. 502f660 x86, cpa: Fix kernel text RO checks in static_protection() by Suresh Siddha · 15 years ago
  94. b1258ac x86: Remove pfn in add_one_highpage_init() by Minchan Kim · 15 years ago
  95. 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
  96. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  97. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  98. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  99. 3c1596e mm: don't use alloc_bootmem_low() where not strictly needed by Jan Beulich · 15 years ago
  100. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago