1. 6213055 mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() by zhong jiang · 8 years ago
  2. ac34dcd mm/page_isolation: fix typo: "paes" -> "pages" by Yisheng Xie · 8 years ago
  3. eb03aa0 mm/hugetlb: improve locking in dissolve_free_huge_pages() by Gerald Schaefer · 8 years ago
  4. 082d5b6 mm/hugetlb: check for reserved hugepages during memory offline by Gerald Schaefer · 8 years ago
  5. 2247bb3 mm/hugetlb: fix memory offline with hugepage size > memory block size by Gerald Schaefer · 8 years ago
  6. 914a051 mm: nobootmem: move the comment of free_all_bootmem by Wanlong Gao · 8 years ago
  7. 19938e3 mm/shmem.c: constify anon_ops by Rasmus Villemoes · 8 years ago
  8. 2d75807 mm: memcontrol: consolidate cgroup socket tracking by Johannes Weiner · 8 years ago
  9. 08ea8c0 mm: move phys_mem_access_prot_allowed() declaration to pgtable.h by Baoyou Xie · 8 years ago
  10. cc30c5d mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() by Andrew Morton · 8 years ago
  11. a104808 mm: don't emit warning from pagefault_out_of_memory() by Tetsuo Handa · 8 years ago
  12. 2031142 mm, compaction: restrict fragindex to costly orders by Vlastimil Babka · 8 years ago
  13. cc5c9f0 mm, compaction: ignore fragindex from compaction_zonelist_suitable() by Vlastimil Babka · 8 years ago
  14. 423b452 mm, page_alloc: pull no_progress_loops update to should_reclaim_retry() by Vlastimil Babka · 8 years ago
  15. 9f7e338 mm, compaction: make full priority ignore pageblock suitability by Vlastimil Babka · 8 years ago
  16. c2033b0 mm, compaction: restrict full priority to non-costly orders by Vlastimil Babka · 8 years ago
  17. d943649 mm, compaction: more reliably increase direct compaction priority by Vlastimil Babka · 8 years ago
  18. 3250845 Revert "mm, oom: prevent premature OOM killer invocation for high order request" by Vlastimil Babka · 8 years ago
  19. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  20. f6ab1f7 mm, swap: use offset of swap entry as key of swap cache by Huang Ying · 8 years ago
  21. 87744ab mm: fix cache mode tracking in vm_insert_mixed() by Dan Williams · 8 years ago
  22. d66ba15 memory-hotplug: fix store_mem_state() return value by Reza Arbab · 8 years ago
  23. 0247f3f mm/memcontrol.c: make the walk_page_range() limit obvious by James Morse · 8 years ago
  24. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  25. 0f30206 fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obvious by James Morse · 8 years ago
  26. 03e86db cpu: fix node state for whether it contains CPU by Tim Chen · 8 years ago
  27. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  28. 74d2fad thp, dax: add thp_get_unmapped_area for pmd mappings by Toshi Kani · 8 years ago
  29. 26b4224 selftests: expanding more mlock selftest by Simon Guo · 8 years ago
  30. d5aed9c selftest: move seek_to_smaps_entry() out of mlock2-tests.c by Simon Guo · 8 years ago
  31. 1448d4d selftests/vm: add test for mlock() when areas are intersected by Simon Guo · 8 years ago
  32. c7f032b selftest: split mlock2_ funcs into separate mlock2.h by Simon Guo · 8 years ago
  33. b155b4f mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) by Simon Guo · 8 years ago
  34. 0cf2f6f mm: mlock: check against vma for actual mlock() size by Simon Guo · 8 years ago
  35. 9254990 oom: warn if we go OOM for higher order and compaction is disabled by Michal Hocko · 8 years ago
  36. 371a096 mm: don't use radix tree writeback tags for pages in swap cache by Huang Ying · 8 years ago
  37. 1d8bf92 mm/bootmem.c: replace kzalloc() by kzalloc_node() by zijun_hu · 8 years ago
  38. 2382705 mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements by zijun_hu · 8 years ago
  39. 1e76609 powerpc: implement arch_reserved_kernel_pages by Srikar Dronamraju · 8 years ago
  40. 8907de5 mm/memblock.c: expose total reserved memory by Srikar Dronamraju · 8 years ago
  41. f6f34b4 mm: introduce arch_reserved_kernel_pages() by Srikar Dronamraju · 8 years ago
  42. c9634cf mm: use zonelist name instead of using hardcoded index by Aneesh Kumar K.V · 8 years ago
  43. 1b51e65 oom, oom_reaper: allow to reap mm shared by the kthreads by Michal Hocko · 8 years ago
  44. 3f70dc3 mm: make sure that kthreads will not refault oom reaped memory by Michal Hocko · 8 years ago
  45. 3853120 mm, oom: enforce exit_oom_victim on current task by Tetsuo Handa · 8 years ago
  46. 7d2e7a2 oom, suspend: fix oom_killer_disable vs. pm suspend properly by Michal Hocko · 8 years ago
  47. 862e307 mm, oom: get rid of signal_struct::oom_victims by Michal Hocko · 8 years ago
  48. 7283094ec kernel, oom: fix potential pgd_lock deadlock from __mmdrop by Michal Hocko · 8 years ago
  49. 26db62f oom: keep mm of the killed task available by Michal Hocko · 8 years ago
  50. 8496afa mm,oom_reaper: do not attempt to reap a task twice by Tetsuo Handa · 8 years ago
  51. 7ebffa4 mm,oom_reaper: reduce find_lock_task_mm() usage by Tetsuo Handa · 8 years ago
  52. 6b53491 mm, swap: add swap_cluster_list by Huang Ying · 8 years ago
  53. 131ddc5 mm: unrig VMA cache hit ratio by Alexey Dobriyan · 8 years ago
  54. f7e2355 mm: pagewalk: fix the comment for test_walk by James Morse · 8 years ago
  55. c4b209a do_generic_file_read(): fail immediately if killed by Bart Van Assche · 8 years ago
  56. 9300d8d mm/page_owner: don't define fields on struct page_ext by hard-coding by Joonsoo Kim · 8 years ago
  57. 980ac16 mm/page_ext: support extra space allocation by page_ext user by Joonsoo Kim · 8 years ago
  58. 0b06bb3 mm/page_ext: rename offset to index by Joonsoo Kim · 8 years ago
  59. e2f612e mm/page_owner: move page_owner specific function to page_owner.c by Joonsoo Kim · 8 years ago
  60. f1c1e9f mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard page by Joonsoo Kim · 8 years ago
  61. acbc15a mm/debug_pagealloc.c: clean-up guard page handling code by Joonsoo Kim · 8 years ago
  62. bf48438 mm, vmscan: get rid of throttle_vm_writeout by Michal Hocko · 8 years ago
  63. e780149 mm: fix set pageblock migratetype in deferred struct page init by Xishi Qiu · 8 years ago
  64. e506b99 mem-hotplug: fix node spanned pages when we have a movable node by Xishi Qiu · 8 years ago
  65. fdd4c61 mm, vmscan: make compaction_ready() more accurate and readable by Vlastimil Babka · 8 years ago
  66. 8348faf mm, compaction: require only min watermarks for non-costly orders by Vlastimil Babka · 8 years ago
  67. 984fdba mm, compaction: use proper alloc_flags in __compaction_suitable() by Vlastimil Babka · 8 years ago
  68. 9861a62 mm, compaction: create compact_gap wrapper by Vlastimil Babka · 8 years ago
  69. f2b8228 mm, compaction: use correct watermark when checking compaction success by Vlastimil Babka · 8 years ago
  70. a8e025e mm, compaction: add the ultimate direct compaction priority by Vlastimil Babka · 8 years ago
  71. 7ceb009 mm, compaction: don't recheck watermarks after COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  72. cf37831 mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  73. 791cae9 mm, compaction: cleanup unused functions by Vlastimil Babka · 8 years ago
  74. 06ed299 mm, compaction: make whole_zone flag ignore cached scanner positions by Vlastimil Babka · 8 years ago
  75. 5870c2e mm/oom_kill.c: fix task_will_free_mem() comment by Michal Hocko · 8 years ago
  76. 58fa2a5 mm: memcontrol: add sanity checks for memcg->id.ref on get/put by Vladimir Davydov · 8 years ago
  77. 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 8 years ago
  78. 7c5f64f mm: oom: deduplicate victim selection code for memcg and global oom by Vladimir Davydov · 8 years ago
  79. 48e509e ocfs2: fix undefined struct variable in inode.h by Joseph Qi · 8 years ago
  80. 055fdcf fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  81. 44be975 fs/ocfs2/super: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  82. bf94077 fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  83. 0b41be0 fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  84. 3740dcd jiffies: add time comparison functions for 64 bit jiffies by Jason A. Donenfeld · 8 years ago
  85. ed27264 fsnotify: clean up spinlock assertions by Jan Kara · 8 years ago
  86. 0b1b865 fanotify: fix possible false warning when freeing events by Jan Kara · 8 years ago
  87. 073f655 fanotify: use notification_lock instead of access_lock by Jan Kara · 8 years ago
  88. c21dbe2 fsnotify: convert notification_mutex to a spinlock by Jan Kara · 8 years ago
  89. 1404ff3 fsnotify: drop notification_mutex before destroying event by Jan Kara · 8 years ago
  90. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  91. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  92. ddc4e6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  93. bc75450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  94. e6e3d8f Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  95. fbbea38 Merge tag 'vfio-v4.9-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  96. c23112e Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  97. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  98. d4e6547 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  99. d042380 Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  100. 179023e Merge branches 'for-4.8/upstream-fixes', 'for-4.9/alps', 'for-4.9/hid-input', 'for-4.9/intel-ish', 'for-4.9/kye-uclogic-waltop-fixes', 'for-4.9/logitech', 'for-4.9/sony', 'for-4.9/upstream' and 'for-4.9/wacom' into for-linus by Jiri Kosina · 8 years ago