1. 7f79f5f Merge android-4.9.206(2be2d899) into msm-4.9 by jianzhou · 4 years, 5 months ago
  2. d3054dc Merge android-4.9.204(72e8598) into msm-4.9 by jianzhou · 4 years, 5 months ago
  3. 4214486 Merge android-4.9.203(13ff513) into msm-4.9 by jianzhou · 4 years, 5 months ago
  4. 2de4359 Merge android-4.9.201(09bf7fb) into msm-4.9 by jianzhou · 4 years, 6 months ago
  5. 9aec3ce Merge android-4.9.198(dd32e92) into msm-4.9 by jianzhou · 4 years, 6 months ago
  6. 234d2c7 Merge android-4.9.197(e9766ef) into msm-4.9 by jianzhou · 4 years, 6 months ago
  7. f661fce Merge android-4.9.195(59aade0) into msm-4.9 by jianzhou · 4 years, 6 months ago
  8. 2be2d89 Merge 4.9.206 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  9. af7fee1 vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n by Wei Yang · 5 years ago
  10. 72e8598 Merge 4.9.204 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  11. e2e7b55 mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  12. 8a7b0a5 mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock by Dave Chinner · 6 years ago
  13. f39a7c7 mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() by Andrey Ryabinin · 4 years, 6 months ago
  14. 13ff513 Merge 4.9.203 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  15. e0088cf memfd: Use radix_tree_deref_slot_protected to avoid the warning. by zhong jiang · 4 years, 7 months ago
  16. 91e5252 mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() by Roman Gushchin · 4 years, 7 months ago
  17. 7a2bec6 mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() by Roman Gushchin · 4 years, 7 months ago
  18. 09bf7fb Merge 4.9.201 into android-4.9-q by Greg Kroah-Hartman · 4 years, 7 months ago
  19. 063620b mm/filemap.c: don't initiate writeback if mapping has no dirty pages by Konstantin Khlebnikov · 4 years, 8 months ago
  20. ba05204 mm, vmstat: hide /proc/pagetypeinfo from normal users by Michal Hocko · 4 years, 7 months ago
  21. dc75371 mm/cma.c: export functions to be called from DLKM driver by Asish Bhattacharya · 4 years, 7 months ago
  22. dd32e92 Merge 4.9.198 into android-4.9-q by Greg Kroah-Hartman · 4 years, 7 months ago
  23. f60a605 mm/slub: fix a deadlock in show_slab_objects() by Qian Cai · 4 years, 8 months ago
  24. 3ce6b46 memfd: Fix locking when tagging pins by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  25. 6fdca0f Merge android-4.9.191 (9ca8608) into msm-4.9 by jianzhou · 4 years, 7 months ago
  26. dca3398 Merge android-4.9.190 (476e7ea) into msm-4.9 by jianzhou · 4 years, 7 months ago
  27. e9766ef Merge 4.9.197 into android-4.9-q by Greg Kroah-Hartman · 4 years, 8 months ago
  28. 918a305 usercopy: Avoid HIGHMEM pfn warning by Kees Cook · 4 years, 9 months ago
  29. 466787a Merge android-4.9.188 (d4fff2d) into msm-4.9 by jianzhou · 4 years, 8 months ago
  30. 79bbe9c Merge android-4.9.187 (fabc071) into msm-4.9 by jianzhou · 4 years, 8 months ago
  31. 59aade0 Merge 4.9.195 into android-4.9-q by Greg Kroah-Hartman · 4 years, 8 months ago
  32. a8bd642 memcg, kmem: do not fail __GFP_NOFAIL charges by Michal Hocko · 4 years, 8 months ago
  33. 9ca8608 Merge 4.9.191 into android-4.9 by Greg Kroah-Hartman · 4 years, 9 months ago
  34. 3fcf271 Merge 4.9.191 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
  35. 9ae4611 mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n by Andrew Morton · 4 years, 9 months ago
  36. 0e7e273 mm/zsmalloc.c: fix race condition in zs_destroy_pool by Henry Burns · 4 years, 9 months ago
  37. 2929516 mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely by Henry Burns · 4 years, 9 months ago
  38. ba37a94 mm, page_owner: handle THP splits correctly by Vlastimil Babka · 4 years, 9 months ago
  39. 15c3e89 mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t by Stefan Agner · 6 years ago
  40. 476e7ea Merge 4.9.190 into android-4.9 by Greg Kroah-Hartman · 4 years, 9 months ago
  41. 9595aa8 Merge 4.9.190 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
  42. 43729e6 mm/memcontrol.c: fix use after free in mem_cgroup_iter() by Miles Chen · 4 years, 10 months ago
  43. faf6760 mm/usercopy: use memory range to be accessed for wraparound check by Isaac J. Manjarres · 4 years, 10 months ago
  44. 6c8f40d mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() by Joerg Roedel · 4 years, 11 months ago
  45. dd97575 Merge android-4.9.185 (70d52cb) into msm-4.9 by jianzhou · 4 years, 10 months ago
  46. 31d65a6 Merge android-4.9.183 (a80a7ab) into msm-4.9 by jianzhou · 4 years, 10 months ago
  47. 5c95b53 Revert "mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()" by jianzhou · 4 years, 10 months ago
  48. 555bd7e Merge android-4.9.181 (6ccab84) into msm-4.9 by jianzhou · 4 years, 10 months ago
  49. 78360542 Merge android-4.9.180 (719bdd9) into msm-4.9 by jianzhou · 4 years, 10 months ago
  50. 4ebd29e Merge 4.9.188 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  51. d4fff2d Merge 4.9.188 into android-4.9 by Greg Kroah-Hartman · 4 years, 10 months ago
  52. d4fc64c coredump: fix race condition between collapse_huge_page() and core dumping by Andrea Arcangeli · 5 years ago
  53. 16903f1 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 5 years ago
  54. ad20411 mm/cma.c: fail if fixed declaration can't be honored by Doug Berger · 4 years, 11 months ago
  55. 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  56. fabc071 Merge 4.9.187 into android-4.9 by Greg Kroah-Hartman · 4 years, 10 months ago
  57. 484354b mm/mmu_notifier: use hlist_add_head_rcu() by Jean-Philippe Brucker · 5 years ago
  58. 478cf2d mm/kmemleak.c: fix check for softirq context by Dmitry Vyukov · 5 years ago
  59. 39eed54 Merge 4.9.185 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  60. 70d52cb Merge 4.9.185 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  61. 32b21348 mm/mlock.c: change count_mm_mlocked_page_nr return type by swkhack · 5 years ago
  62. 0c4a3f5 mm/page_idle.c: fix oops because end_pfn is larger than max_pfn by Colin Ian King · 5 years ago
  63. a0b21f8 Merge 4.9.183 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  64. a80a7ab Merge 4.9.183 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  65. 1bf23a0 mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node by Shakeel Butt · 5 years ago
  66. 5dd3345 mm/slab.c: fix an infinite loop in leaks_show() by Qian Cai · 5 years ago
  67. aab90fd mm/cma_debug.c: fix the break condition in cma_maxchunk_get() by Yue Hu · 5 years ago
  68. 8f75945 mm/cma.c: fix crash on CMA allocation if bitmap allocation fails by Yue Hu · 5 years ago
  69. 121100e mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE by Linxu Fang · 5 years ago
  70. 4c2e041 hugetlbfs: on restore reserve error path retain subpool reservation by Mike Kravetz · 5 years ago
  71. b9dc7bb mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() by Johannes Weiner · 5 years ago
  72. 83b8ce0 Merge android-4.9.178 (df08e34) into msm-4.9 by jianzhou · 5 years ago
  73. 77161ce Merge 4.9.181 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  74. 6ccab84 Merge 4.9.181 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  75. 2ed768c mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 5 years ago
  76. 26c02ad mm, gup: ensure real head page is ref-counted when using hugepages by Punit Agrawal · 7 years ago
  77. 78ef218 mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages by Will Deacon · 7 years ago
  78. 0b45276 memcg: make it work on sparse non-0-node systems by Jiri Slaby · 5 years ago
  79. cabdf6b Merge android-4.9-174 (d47e38b) into msm-4.9 by Tengfei Fan · 5 years ago
  80. a56988d Merge commit android-4.9.171 (3383326) into msm-4.9 by Tengfei Fan · 5 years ago
  81. 3f006d4 Merge 4.9.180 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  82. 719bdd9 Merge 4.9.180 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  83. f0539c7 hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 5 years ago
  84. 685434d Merge android-4.9.168 (286f971) into msm-4.9 by jianzhou · 5 years ago
  85. 19d550f Merge android-4.9.166 (0166b9e) into msm-4.9 by jianzhou · 5 years ago
  86. cfe2562 Merge 4.9.178 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  87. df08e34 Merge 4.9.178 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  88. 1cfaba5 writeback: synchronize sync(2) against cgroup writeback membership switches by Tejun Heo · 6 years ago
  89. fef85fb mm/mincore.c: make mincore() more conservative by Jiri Kosina · 5 years ago
  90. b82a5df Merge android-4.9.165 (72b54df) into msm-4.9 by jianzhou · 5 years ago
  91. 9013154 Merge 4.9.174 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  92. d47e38b Merge 4.9.174 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  93. 30ca85a kasan: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  94. c6fc622 mm/kasan: Switch to using __pa_symbol and lm_alias by Laura Abbott · 7 years ago
  95. a67f81c x86/suspend: fix false positive KASAN warning on suspend/resume by Josh Poimboeuf · 8 years ago
  96. 25d7d0e Merge 4.9.171 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  97. 3383326 Merge 4.9.171 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  98. 2c4ae3a percpu: stop printing kernel addresses by Matteo Croce · 5 years ago
  99. e1d5361 mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n by Konstantin Khlebnikov · 5 years ago
  100. dd779cb Merge android-4.9.163 (429c144) into msm-4.9 by jianzhou · 5 years ago