1. d80db5c ia64: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  2. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  3. 3fed6ae ia64: fix compile without swiotlb by Christoph Hellwig · 6 years ago
  4. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  5. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  6. 68c6083 swiotlb: remove dma_mark_clean by Christoph Hellwig · 6 years ago
  7. ef78e5e ia64: export node_distance function by Matias Bjørling · 6 years ago
  8. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  9. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  10. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  11. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  12. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  13. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  14. ccfa2a0 memblock: replace __alloc_bootmem_node with appropriate memblock_ API by Mike Rapoport · 6 years ago
  15. 64c0066 memblock: replace alloc_bootmem_pages_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  16. a618a27 signal/ia64: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  17. 778a339 Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 7 years ago
  18. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 7 years ago
  19. ebad825 ia64: mark special ia64 memory areas anonymous by Linus Torvalds · 7 years ago
  20. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 7 years ago
  21. f628009 ia64: switch to NO_BOOTMEM by Mike Rapoport · 7 years ago
  22. fb63fbe ia64: use mem_data to detect nodes' minimal and maximal PFNs by Mike Rapoport · 7 years ago
  23. 0617c50 ia64: remove unused num_dma_physpages member from 'struct early_node_data' by Mike Rapoport · 7 years ago
  24. 1ecd64a ia64: contig/paging_init: reduce code duplication by Mike Rapoport · 7 years ago
  25. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 7 years ago
  26. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 7 years ago
  27. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  28. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  29. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  30. d5c23eb ia64: replace ZONE_DMA with ZONE_DMA32 by Christoph Hellwig · 7 years ago
  31. a99583e mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
  32. 24b6d41 mm: pass the vmem_altmap to vmemmap_free by Christoph Hellwig · 7 years ago
  33. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  34. 7b73d97 mm: pass the vmem_altmap to vmemmap_populate by Christoph Hellwig · 7 years ago
  35. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  36. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  37. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
  38. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 8 years ago
  39. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 8 years ago
  40. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 8 years ago
  41. 8bec271 ia64: add extable.h by Al Viro · 8 years ago
  42. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  43. 6d23f8a arch, mm: remove arch specific show_mem by Michal Hocko · 8 years ago
  44. e708817 ia64: ensure exception table search users include extable.h by Paul Gortmaker · 9 years ago
  45. 82ed1ac9 ia64: move ia64_done_with_exception out of asm/uaccess.h by Paul Gortmaker · 8 years ago
  46. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  47. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 9 years ago
  48. 8fe9752 ia64/extable: use generic search and sort routines by Ard Biesheuvel · 9 years ago
  49. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  50. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 10 years ago
  51. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 10 years ago
  52. 5e49e39 mm: tlb.c: Fix error message by Nik Nyby · 10 years ago
  53. 43c518d [IA64] Drop debug test/printk that some special pages are marked reserved by Tony Luck · 10 years ago
  54. 8a942fd mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid by Mel Gorman · 10 years ago
  55. e81f2d2 mm/hugetlb: reduce arch dependent code about huge_pmd_unshare by Zhang Zhen · 10 years ago
  56. efdfce2 Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  57. e55645e ia64: remove paravirt code by Luis R. Rodriguez · 10 years ago
  58. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  59. 3c7a49d ia64: Remove Linux/x86 exec domain support by Richard Weinberger · 11 years ago
  60. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 10 years ago
  61. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  62. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 11 years ago
  63. ed562ae memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLE by Wang Nan · 11 years ago
  64. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 11 years ago
  65. aec6a88 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT by Mel Gorman · 11 years ago
  66. 6408068 mm: use pgdat_end_pfn() to simplify the code in arch by Xishi Qiu · 11 years ago
  67. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 12 years ago
  68. 83467ef mm: migrate: check movability of hugepage in unmap_and_move_huge_page() by Naoya Horiguchi · 12 years ago
  69. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 12 years ago
  70. b57b63a mm/IA64: prepare for killing free_all_bootmem_node() by Jiang Liu · 12 years ago
  71. de4bcdd mm/IA64: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  72. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  73. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 12 years ago
  74. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 12 years ago
  75. ccce9bb [IA64] Delete __cpuinit usage from all ia64 users by Paul Gortmaker · 12 years ago
  76. 7c243c7 mm: speedup in __early_pfn_to_nid by Russ Anderson · 12 years ago
  77. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 12 years ago
  78. 66f6259 mm/IA64: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  79. 4b59e6c mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 12 years ago
  80. eee46b3 Fix build error for numa_clear_node() under IA64 by Yijing Wang · 12 years ago
  81. a4279e6 Add WB/UC check for early_ioremap by Li, Zhen-Hua · 12 years ago
  82. d414c10 Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  83. 6434b94 ia64: use %ld to print pages calculated in nr_free_buffer_pages by Zhang Yanfei · 12 years ago
  84. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  85. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 12 years ago
  86. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 12 years ago
  87. e31048a mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture by Michel Lespinasse · 12 years ago
  88. 5b5e76e IA64: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  89. 5576646 revert "mm: fix-up zone present pages" by Andrew Morton · 12 years ago
  90. 7f1290f mm: fix-up zone present pages by Jianguo Wu · 12 years ago
  91. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  92. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  93. f28fa72 [IA64] Port OOM changes to ia64_do_page_fault by Kautuk Consul · 13 years ago
  94. c140d87 Disintegrate asm/system.h for IA64 by David Howells · 13 years ago
  95. 98e4ae8 ia64: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  96. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 14 years ago
  97. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 14 years ago
  98. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  99. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 14 years ago
  100. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 14 years ago