1. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 8 years ago
  2. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 8 years ago
  3. 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 8781fb7 x86/mm: Delete a big outdated comment about TLB flushing by Andy Lutomirski · 8 years ago
  5. bc0d5a8 x86/mm: Don't reenter flush_tlb_func_common() by Andy Lutomirski · 8 years ago
  6. 98fe363 x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUD by Jérôme Glisse · 8 years ago
  7. 4a06370b x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap by Michal Hocko · 8 years ago
  8. 7353425 x86/ldt: Simplify the LDT switching logic by Andy Lutomirski · 8 years ago
  9. a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 8 years ago
  10. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  11. 8624c1f x86/mm: Add support for 5-level paging for KASLR by Kirill A. Shutemov · 8 years ago
  12. 7e82ea9 x86/mm: Make kernel_physical_mapping_init() support 5-level paging by Kirill A. Shutemov · 8 years ago
  13. 141efad x86/mm: Add sync_global_pgds() for configuration with 5-level paging by Kirill A. Shutemov · 8 years ago
  14. 65ade2f x86/boot/64: Rename init_level4_pgt and early_level4_pgt by Kirill A. Shutemov · 8 years ago
  15. e585513 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
  16. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  17. d9ee35a x86/mm: Disable 1GB direct mappings when disabling 2MB mappings by Vlastimil Babka · 8 years ago
  18. 8a524f8 x86/debug: Handle early WARN_ONs proper by Peter Zijlstra · 8 years ago
  19. be4ffc0 x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code by Andy Lutomirski · 8 years ago
  20. 3d28ebc x86/mm: Rework lazy TLB to track the actual loaded mm by Andy Lutomirski · 8 years ago
  21. ce4a4e56 x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code by Andy Lutomirski · 8 years ago
  22. 3f79e4c x86/mm: Use new merged flush logic in arch_tlbbatch_flush() by Andy Lutomirski · 8 years ago
  23. 454bbad x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases by Andy Lutomirski · 8 years ago
  24. 59f537c x86/mm: Change the leave_mm() condition for local TLB flushes by Andy Lutomirski · 8 years ago
  25. a2055ab x86/mm: Pass flush_tlb_info to flush_tlb_others() etc by Andy Lutomirski · 8 years ago
  26. 4241119 Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes by Ingo Molnar · 8 years ago
  27. c08d517 Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT" by Ingo Molnar · 8 years ago
  28. 38e6bf2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. a53276e x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range() by Steven Rostedt (VMware) · 8 years ago
  30. e73ad5f mm, x86/mm: Make the batched unmap TLB flush API more generic by Andy Lutomirski · 8 years ago
  31. b3b90e5 x86/mm: Reduce indentation in flush_tlb_func() by Andy Lutomirski · 8 years ago
  32. ca6c99c0 x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() by Andy Lutomirski · 8 years ago
  33. cbed27c x86/PAT: Fix Xorg regression on CPUs that don't support PAT by Mikulas Patocka · 8 years ago
  34. f1e0527 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  36. 861ce4a x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init() by Laura Abbott · 8 years ago
  37. d116365 x86: use set_memory.h header by Laura Abbott · 8 years ago
  38. 66aad4f x86/mm: Add support for gbpages to kernel_ident_mapping_init() by Xunlei Pang · 8 years ago
  39. fc5f9d5 x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds() by Baoquan He · 8 years ago
  40. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. a52bbaf Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. 16b76293 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. dbd68d8 x86/mm: Fix flush_tlb_page() on Xen by Andy Lutomirski · 8 years ago
  44. ce27374 x86/mm: Make flush_tlb_mm_range() more predictable by Andy Lutomirski · 8 years ago
  45. 29961b5 x86/mm: Remove flush_tlb() and flush_tlb_current_task() by Andy Lutomirski · 8 years ago
  46. e6ab9c4 x86/mm/64: Fix crash in remove_pagetable() by Kirill A. Shutemov · 8 years ago
  47. 6dd29b3 Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation" by Ingo Molnar · 8 years ago
  48. 84bbabc x86/mm: Fix dump pagetables for 4 levels of page tables by Juergen Gross · 8 years ago
  49. a4866aa mm: Tighten x86 /dev/mem with zeroing reads by Kees Cook · 8 years ago
  50. 5ed386e x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space by Joerg Roedel · 8 years ago
  51. b6466d5 Merge branch 'x86/urgent' into x86/cpu, to resolve conflict by Ingo Molnar · 8 years ago
  52. e5185a7 Merge branch 'x86/boot' into x86/mm, to avoid conflict by Ingo Molnar · 8 years ago
  53. 4729277 Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch by Ingo Molnar · 8 years ago
  54. b678c91 Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()" by Thomas Gleixner · 8 years ago
  55. 3c2e2e6 Annotate hardware config module parameters in arch/x86/mm/ by David Howells · 8 years ago
  56. 5480bb6 x86/kasan: Extend KASAN to support 5-level paging by Kirill A. Shutemov · 8 years ago
  57. b850405 x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y by Kirill A. Shutemov · 8 years ago
  58. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  59. 474aeff x86/mm/numa: Remove numa_nodemask_from_meminfo() by Wei Yang · 8 years ago
  60. 43dac8f x86/mm/numa: Improve alloc_node_data() error path message by Wei Yang · 8 years ago
  61. 952a6c2 x86/boot/32: Flip the logic in test_wp_bit() by Borislav Petkov · 8 years ago
  62. 4af1711 x86/boot/32: Rewrite test_wp_bit() by Andy Lutomirski · 8 years ago
  63. 73fa136 Merge branch 'x86/cpu' into x86/mm, before applying dependent patch by Ingo Molnar · 8 years ago
  64. fdd3d8c x86/dump_pagetables: Add support for 5-level paging by Kirill A. Shutemov · 8 years ago
  65. f2a6a70 x86: Convert the rest of the code to support p4d_t by Kirill A. Shutemov · 8 years ago
  66. d691a3c x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h> by Kirill A. Shutemov · 8 years ago
  67. 4547833 x86/mm/pat: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  68. a46f60d x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization by Baoquan He · 8 years ago
  69. 2947ba0 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
  70. f991376 x86/mm: Correct fixmap header usage on adaptable MODULES_END by Thomas Garnier · 8 years ago
  71. 6bce725 x86/mpx: Make unnecessarily global function static by Tobias Klauser · 8 years ago
  72. f06bdd4 x86/mm: Adapt MODULES_END based on fixmap section size by Thomas Garnier · 8 years ago
  73. e13b73d x86/hugetlb: Adjust to the new native/compat mmap bases by Dmitry Safonov · 8 years ago
  74. b50858c x86/mm/vmalloc: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  75. ea3b5e6 x86/mm/ident_map: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  76. 0318e5ab x86/mm/gup: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  77. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  78. be3606f x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y by Andrey Ryabinin · 8 years ago
  79. 1b028f7 x86/mm: Introduce mmap_compat_base() for 32-bit mmap() by Dmitry Safonov · 8 years ago
  80. 8f3e474 x86/mm: Add task_size parameter to mmap_base() by Dmitry Safonov · 8 years ago
  81. 6a0b41d x86/mm: Introduce arch_rnd() to compute 32/64 mmap random base by Dmitry Safonov · 8 years ago
  82. 6415813 x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  83. b2e593e x86, mm: unify exit paths in gup_pte_range() by Dan Williams · 8 years ago
  84. ef947b2 x86, mm: fix gup_pte_range() vs DAX mappings by Dan Williams · 8 years ago
  85. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  86. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  87. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  88. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  89. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  90. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  91. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  92. 2959a5f mm: add arch-independent testcases for RODATA by Jinbum Park · 8 years ago
  93. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  94. 220ced1 mm: fix get_user_pages() vs device-dax pud mappings by Dan Williams · 8 years ago
  95. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  96. ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 8 years ago
  97. ddffe98 mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next by Yasuaki Ishimatsu · 8 years ago
  98. 025205f x86/mm/ptdump: Add address marker for KASAN shadow region by Andrey Ryabinin · 8 years ago
  99. 243b72a x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y by Andrey Ryabinin · 8 years ago
  100. 5b1ad68 Merge branch 'linus' into x86/mm by Thomas Gleixner · 8 years ago