1. e7bbdd0 mm/mincore: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  2. 1824cb7 mm/nommu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  3. b0d61c7 mm/msync: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  4. 145949a mm/list_lru.c: replace nr_node_ids for loop with for_each_node() by Raghavendra K T · 9 years ago
  5. 61f9ec1 mm: fix docbook comment for get_vaddr_frames() by Jonathan Corbet · 9 years ago
  6. 10d53c7 memcg: ratify and consolidate over-charge handling by Tejun Heo · 9 years ago
  7. b23afb9 memcg: punt high overage reclaim to return-to-userland path by Tejun Heo · 9 years ago
  8. 626ebc4 memcg: flatten task_struct->memcg_oom by Tejun Heo · 9 years ago
  9. 55e1cea mm/mmap.c: remove useless statement "vma = NULL" in find_vma() by Chen Gang · 9 years ago
  10. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  11. 86d2adc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  12. 9fbed25 mm/kmemleak.c: remove unneeded initialization of object to NULL by Alexey Klimov · 9 years ago
  13. d4322d8 mm: slab: only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE by Catalin Marinas · 9 years ago
  14. 9f83570 mm/slub: calculate start order with reserved in consideration by Wei Yang · 9 years ago
  15. 033fd1b mm/slub: use get_order() instead of fls() by Wei Yang · 9 years ago
  16. 422ff4d mm/slub: correct the comment in calculate_order() by Wei Yang · 9 years ago
  17. 40911a7 mm/slab_common.c: initialize kmem_cache pointer to NULL by Alexandru Moise · 9 years ago
  18. cd918c5 mm/slab_common.c: do not warn that cache is busy on destroy more than once by Vladimir Davydov · 9 years ago
  19. d60fdcc mm/slab_common.c: clear pointers to per memcg caches on destroy by Vladimir Davydov · 9 years ago
  20. c9a77a7 mm/slab_common.c: rename cache create/destroy helpers by Vladimir Davydov · 9 years ago
  21. fda9012 slab: convert slab_is_available() to boolean by Denis Kirjanov · 9 years ago
  22. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  23. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  24. 2c2b828 Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  25. a5ad88c mm: get rid of 'vmalloc_info' from /proc/meminfo by Linus Torvalds · 9 years ago
  26. ea1ee5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  27. 62cedb9 mm: memory hotplug with an existing resource by David Vrabel · 9 years ago
  28. 296291c mm: make sendfile(2) killable by Jan Kara · 9 years ago
  29. 47aee4d thp: use is_zero_pfn() only after pte_present() check by Minchan Kim · 9 years ago
  30. 67a2e213 mm: cma: fix incorrect type conversion for size during dma allocation by Rohit Vaswani · 9 years ago
  31. e27c5b9 writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb_bdi_destroy() by Tejun Heo · 9 years ago
  32. 12ebc15 mm,thp: introduce flush_pmd_tlb_range by Vineet Gupta · 10 years ago
  33. bd5e88a mm,thp: reduce ifdef'ery for THP in generic code by Vineet Gupta · 9 years ago
  34. 52585bc mm: group pte related helpers together by Vineet Gupta · 9 years ago
  35. 3d87518 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  36. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  37. 424cdc1 memcg: convert threshold to bytes by Shaohua Li · 9 years ago
  38. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  39. 176bed1 vmstat: explicitly schedule per-cpu work on the CPU we need it to run on by Linus Torvalds · 9 years ago
  40. b02176f block: don't release bdi while request_queue has live references by Tejun Heo · 9 years ago
  41. c5edf9c writeback: fix incorrect calculation of available memory for memcg domains by Tejun Heo · 9 years ago
  42. d60d1bd writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completions by Tejun Heo · 9 years ago
  43. b817525 writeback: bdi_writeback iteration must not skip dying ones by Tejun Heo · 9 years ago
  44. 9ad18ab writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iteration by Tejun Heo · 9 years ago
  45. 00a3d66 Revert "fs: do not prefault sys_write() user buffer pages" by Linus Torvalds · 9 years ago
  46. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  47. 676bd99 dmapool: fix overflow condition in pool_find_page() by Robin Murphy · 9 years ago
  48. ef51019 memcg: remove pcp_counter_lock by Greg Thelen · 9 years ago
  49. 484ebb3 memcg: make mem_cgroup_read_stat() unsigned by Greg Thelen · 9 years ago
  50. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  51. 2f84a89 mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault by Mel Gorman · 9 years ago
  52. 03a2d2a mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1) by Joonsoo Kim · 9 years ago
  53. d5028f9 vmscan: fix sane_reclaim helper for legacy memcg by Vladimir Davydov · 9 years ago
  54. 3aaa76e mm: migrate: hugetlb: putback destination hugepage to active list by Naoya Horiguchi · 9 years ago
  55. 8a04446 mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified by Kirill A. Shutemov · 9 years ago
  56. 28c553d revert "mm: make sure all file VMAs have ->vm_ops set" by Andrew Morton · 9 years ago
  57. 8d77a6d kasan: fix last shadow judgement in memory_is_poisoned_16() by Xishi Qiu · 9 years ago
  58. 01b0c01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  59. 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  60. 4f1af60 mm/early_ioremap: add explicit #include of asm/early_ioremap.h by Ard Biesheuvel · 9 years ago
  61. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  62. fb6dd5f mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() by Kirill A. Shutemov · 9 years ago
  63. 6dc296e mm: make sure all file VMAs have ->vm_ops set by Kirill A. Shutemov · 9 years ago
  64. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  65. 6fc37c4 kmemleak: use seq_hex_dump() to dump buffers by Andy Shevchenko · 9 years ago
  66. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  67. 1d7715c mmu-notifier: add clear_young callback by Vladimir Davydov · 9 years ago
  68. e993d90 memcg: zap try_get_mem_cgroup_from_page by Vladimir Davydov · 9 years ago
  69. 94a59fb hwpoison: use page_cgroup_ino for filtering by memcg by Vladimir Davydov · 9 years ago
  70. 2fc0452 memcg: add page_cgroup_ino helper by Vladimir Davydov · 9 years ago
  71. 90b0fc2 zswap: change zpool/compressor at runtime by Dan Streetman · 9 years ago
  72. f1c5484 zswap: dynamic pool creation by Dan Streetman · 9 years ago
  73. 3f0e131 zpool: add zpool_has_pool() by Dan Streetman · 9 years ago
  74. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  75. df69f52 zpool: remove no-op module init/exit by Dan Streetman · 9 years ago
  76. c83db4f mm: zbud: constify the zbud_ops by Krzysztof Kozlowski · 9 years ago
  77. 7867277 mm: zpool: constify the zpool_ops by Krzysztof Kozlowski · 9 years ago
  78. 5b999aa mm: swap: zswap: maybe_preload & refactoring by Dmitry Safonov · 9 years ago
  79. cd10add zsmalloc: remove null check from destroy_handle_cache() by Sergey Senozhatsky · 9 years ago
  80. b3e237f zsmalloc: do not take class lock in zs_shrinker_count() by Sergey Senozhatsky · 9 years ago
  81. 6cbf16b zsmalloc: use class->pages_per_zspage by Minchan Kim · 9 years ago
  82. ad9d5e1 zsmalloc: consider ZS_ALMOST_FULL as migrate source by Minchan Kim · 9 years ago
  83. 58f1711 zsmalloc: partial page ordering within a fullness_list by Sergey Senozhatsky · 9 years ago
  84. ab9d306 zsmalloc: use shrinker to trigger auto-compaction by Sergey Senozhatsky · 9 years ago
  85. 860c707 zsmalloc: account the number of compacted pages by Sergey Senozhatsky · 9 years ago
  86. 7d3f393 zsmalloc/zram: introduce zs_pool_stats api by Sergey Senozhatsky · 9 years ago
  87. 0dc63d4 zsmalloc: cosmetic compaction code adjustments by Sergey Senozhatsky · 9 years ago
  88. 04f0590 zsmalloc: introduce zs_can_compact() function by Sergey Senozhatsky · 9 years ago
  89. 5724459 zsmalloc: always keep per-class stats by Sergey Senozhatsky · 9 years ago
  90. b430d1f zsmalloc: drop unused variable `nr_to_migrate' by Sergey Senozhatsky · 9 years ago
  91. ad5ea8c mm/memblock.c: fix comment in __next_mem_range() by Alexander Kuleshov · 9 years ago
  92. 4ada0c5 mm/page_alloc.c: fix type information of memoryless node by Zhen Lei · 9 years ago
  93. b5685e9 memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned_pages_in_node() by Xishi Qiu · 9 years ago
  94. 34b1006 mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_reserve_ratio in comments by Yaowei Bai · 9 years ago
  95. 013110a mm/page_alloc.c: fix a misleading comment by Yaowei Bai · 9 years ago
  96. c9d13f5 mm/mmap.c:insert_vm_struct(): check for failure before setting values by Chen Gang · 9 years ago
  97. bde43c6 mm/khugepaged: allow interruption of allocation sleep again by Petr Mladek · 9 years ago
  98. c115393 mm/memblock.c: fiy typos in comments by Alexander Kuleshov · 9 years ago
  99. 1a16718 mm/compaction: correct to flush migrated pages if pageblock skip happens by Joonsoo Kim · 9 years ago
  100. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago