1. 7dfa461 zsmalloc: reorganize struct size_class to pack 4 bytes hole by Weijie Yang · 9 years ago
  2. f58fb5e mm/zbud.c: use list_last_entry() instead of list_tail_entry() by Geliang Tang · 9 years ago
  3. 63f729c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. 7d2eba0 mm: add tracepoint for scanning pages by Ebru Akagunduz · 9 years ago
  5. fec174d mm/page_isolation: use macro to judge the alignment by Naoya Horiguchi · 9 years ago
  6. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
  7. d72ee91 mm: move lru_to_page to mm_inline.h by Geliang Tang · 9 years ago
  8. 6f754ba memory-hotplug: don't BUG() in register_memory_resource() by Vitaly Kuznetsov · 9 years ago
  9. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 9 years ago
  10. 0d576d2 mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuations by Geliang Tang · 9 years ago
  11. bb5b858 mm: make sure isolate_lru_page() is never called for tail page by Kirill A. Shutemov · 9 years ago
  12. 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 9 years ago
  13. 686739f memcg: avoid vmpressure oops when memcg disabled by Hugh Dickins · 9 years ago
  14. ef12947 mm: memcontrol: switch to the updated jump-label API by Johannes Weiner · 9 years ago
  15. 8e8ae64 mm: memcontrol: hook up vmpressure to socket pressure by Johannes Weiner · 9 years ago
  16. f7e1cb6 mm: memcontrol: account socket memory in unified hierarchy memory controller by Johannes Weiner · 9 years ago
  17. 1109208 mm: memcontrol: move socket code for unified hierarchy accounting by Johannes Weiner · 9 years ago
  18. 7941d21 mm: memcontrol: do not account memory+swap on unified hierarchy by Johannes Weiner · 9 years ago
  19. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
  20. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  21. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  22. 3d596f7 net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label by Johannes Weiner · 9 years ago
  23. 7d82860 mm: memcontrol: export root_mem_cgroup by Johannes Weiner · 9 years ago
  24. 0364041 mm/ksm.c: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  25. c8ad630 mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page by Geliang Tang · 9 years ago
  26. 7546934 mm/compaction.c: __compact_pgdat() code cleanuup by Joonsoo Kim · 9 years ago
  27. a8ae499 mm/swapfile.c: use list_{next,first}_entry by Geliang Tang · 9 years ago
  28. 8c9c170 mm/memblock: introduce for_each_memblock_type() by Alexander Kuleshov · 9 years ago
  29. f14516f mm/memblock: remove rgnbase and rgnsize variables by Alexander Kuleshov · 9 years ago
  30. 5020e28 mm, oom: give __GFP_NOFAIL allocations access to memory reserves by Michal Hocko · 9 years ago
  31. 86760a2 mm/page_alloc.c: use list_for_each_entry in mark_free_pages() by Geliang Tang · 9 years ago
  32. a16601c mm/page_alloc.c: use list_{first,last}_entry instead of list_entry by Geliang Tang · 9 years ago
  33. 6ac0206 mm/page_alloc.c: remove unnecessary parameter from __rmqueue by Mel Gorman · 9 years ago
  34. a8d0143 mm: page_alloc: generalize the dirty balance reserve by Johannes Weiner · 9 years ago
  35. c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 9 years ago
  36. fec4eb2 mm/compaction: improve comment for compact_memory tunable knob handler by Yaowei Bai · 9 years ago
  37. d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 9 years ago
  38. bc36f70 mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region by Piotr Kwapulinski · 9 years ago
  39. 9f6c399 mm, vmscan: consider isolated pages in zone_reclaimable_pages by Michal Hocko · 9 years ago
  40. 9ee11ba memcg: do not allow to disable tcp accounting after limit is set by Vladimir Davydov · 9 years ago
  41. 316bda0 vmscan: do not force-scan file lru if its absolute size is small by Vladimir Davydov · 9 years ago
  42. 244d63e mm, vmalloc: remove VM_VPAGES by David Rientjes · 9 years ago
  43. 1466934 mm, thp: use list_first_entry_or_null() by Geliang Tang · 9 years ago
  44. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
  45. 48131e0 mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings by Vlastimil Babka · 9 years ago
  46. 6a15a37 mm, proc: reduce cost of /proc/pid/smaps for shmem mappings by Vlastimil Babka · 9 years ago
  47. 5b80287 mm/mmzone.c: memmap_valid_within() can be boolean by Yaowei Bai · 9 years ago
  48. 6219c2a mm/vmalloc.c: use list_{next,first}_entry by Geliang Tang · 9 years ago
  49. 33d5310 mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim by Michal Hocko · 9 years ago
  50. fde82aa mm/page_alloc.c: get rid of __alloc_pages_high_priority() by Michal Hocko · 9 years ago
  51. c00eb15 mm/zonelist: enumerate zonelists array index by Yaowei Bai · 9 years ago
  52. b4ad0c7 mm/memblock.c: memblock_is_memory()/reserved() can be boolean by Yaowei Bai · 9 years ago
  53. ba5e957 mm: change mm_vmscan_lru_shrink_inactive() proto types by yalin wang · 9 years ago
  54. 8ef5849 mm/cma: always check which page caused allocation failure by Joonsoo Kim · 9 years ago
  55. 0f0848e mm/page_isolation.c: add new tracepoint, test_pages_isolated by Joonsoo Kim · 9 years ago
  56. fea85cf mm/page_isolation.c: return last tested pfn rather than failure indicator by Joonsoo Kim · 9 years ago
  57. 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 9 years ago
  58. 3aa2385 mm/vmscan.c: change trace_mm_vmscan_writepage() proto type by yalin wang · 9 years ago
  59. 0b57d6b mm/mmap.c: remove redundant local variables for may_expand_vm() by Chen Gang · 9 years ago
  60. ab7a5af mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() by Alexey Klimov · 9 years ago
  61. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  62. 37f08dd vmalloc: allow to account vmalloc to memcg by Vladimir Davydov · 9 years ago
  63. 230e9fc slab: add SLAB_ACCOUNT flag by Vladimir Davydov · 9 years ago
  64. a9bb7e6 memcg: only account kmem allocations marked as __GFP_ACCOUNT by Vladimir Davydov · 9 years ago
  65. 20b5c30 Revert "gfp: add __GFP_NOACCOUNT" by Vladimir Davydov · 9 years ago
  66. 7aa0d22 mm/slab.c: add a helper function get_first_slab by Geliang Tang · 9 years ago
  67. 73c0219 mm/slab.c: use list_for_each_entry in cache_flusharray by Geliang Tang · 9 years ago
  68. d8ad47d mm/slab.c use list_first_entry_or_null() by Geliang Tang · 9 years ago
  69. e8ecde2 Make sure that highmem pages are not added to symlink page cache by Al Viro · 9 years ago
  70. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  71. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  72. fa5fd7c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  73. 21ea9fb virtio_balloon: fix race between migration and ballooning by Minchan Kim · 9 years ago
  74. 0ffedcd Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  76. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. 751e5f5 vmstat: allocate vmstat_wq before it is used by Michal Hocko · 9 years ago
  78. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 9 years ago
  79. d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
  80. e9d408e new helper: memdup_user_nul() by Al Viro · 9 years ago
  81. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  82. 6cdb18a mm/vmstat: fix overflow in mod_zone_page_state() by Heiko Carstens · 9 years ago
  83. 5f0f288 mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() by Andrew Banman · 9 years ago
  84. 6df3868 mm: memcontrol: fix possible memcg leak due to interrupted reclaim by Vladimir Davydov · 9 years ago
  85. eed67d7 cgroup: Fix uninitialized variable warning by Ross Zwisler · 9 years ago
  86. 8bc8b22 mm/zswap: change incorrect strncmp use to strcmp by Dan Streetman · 9 years ago
  87. a2b829d mm/oom_kill.c: avoid attempting to kill init sharing same memory by Chen Jie · 9 years ago
  88. 267a4c7 tmpfs: fix shmem_evict_inode() warnings on i_blocks by Hugh Dickins · 9 years ago
  89. dbe409e mm/hugetlb.c: fix resv map memory leak for placeholder entries by Mike Kravetz · 9 years ago
  90. 0d777df mm: hugetlb: call huge_pte_alloc() only if ptep is null by Naoya Horiguchi · 9 years ago
  91. 25be6a6 mm: fix kerneldoc on mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  92. 373ccbe mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress by Michal Hocko · 9 years ago
  93. 475a2f9 mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo by Vlastimil Babka · 9 years ago
  94. 9516a18 memcg: fix memory.high target by Vladimir Davydov · 9 years ago
  95. a88c769 mm: hugetlb: fix hugepage memory leak caused by wrong reserve count by Naoya Horiguchi · 9 years ago
  96. bf3d3cc mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table by Ard Biesheuvel · 9 years ago
  97. 6a6c990 teach shmem_get_link() to work in RCU mode by Al Viro · 9 years ago
  98. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  99. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  100. 5406812 Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago