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