1. 23aaed6 mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range by Shiraz Hashim · 9 years ago
  2. 9c145c56 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 9 years ago
  3. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  4. 17636fa mm/vmscan: fix highidx argument type by Michael S. Tsirkin · 9 years ago
  5. 0346dad memcg: remove extra newlines from memcg oom kill log by Greg Thelen · 9 years ago
  6. 9879de7 mm: page_alloc: embed OOM killing naturally into allocation slowpath by Johannes Weiner · 9 years ago
  7. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 9 years ago
  8. b800c91 mm: fix corner case in anon_vma endless growing prevention by Konstantin Khlebnikov · 9 years ago
  9. 690eac5 mm: Don't count the stack guard page towards RLIMIT_STACK by Linus Torvalds · 9 years ago
  10. 9e5e366 mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed by Vlastimil Babka · 9 years ago
  11. 4bdfc1c memcg: fix destination cgroup leak on task charges migration by Vladimir Davydov · 9 years ago
  12. 24d404d mm: memcontrol: switch soft limit default back to infinity by Johannes Weiner · 9 years ago
  13. 70ecb3c mm/debug_pagealloc: remove obsolete Kconfig options by Joonsoo Kim · 9 years ago
  14. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 9 years ago
  15. 7a3ef20 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 9 years ago
  16. fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 9 years ago
  17. 45f87de mm: get rid of radix tree gfp mask for pagecache_get_page by Michal Hocko · 9 years ago
  18. 48ec833 Revert "mm/memory.c: share the i_mmap_rwsem" by Kirill A. Shutemov · 9 years ago
  19. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  20. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  21. 66cdef6 mm/zsmalloc: adjust order of functions by Ganesh Mahendran · 9 years ago
  22. d82fa87 mm/memory.c:do_shared_fault(): add comment by Andrew Morton · 9 years ago
  23. e48322a mm: cma: split cma-reserved in dmesg log by Pintu Kumar · 9 years ago
  24. 859f7ef mm/mempolicy.c: remove unnecessary is_valid_nodemask() by Zhihui Zhang · 9 years ago
  25. e37c698 mm: replace ACCESS_ONCE with READ_ONCE or barriers by Christian Borntraeger · 9 years ago
  26. f045bbb mmu_gather: fix over-eager tlb_flush_mmu_free() calling by Linus Torvalds · 9 years ago
  27. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  28. 777eda2 new helper: iter_is_iovec() by Al Viro · 9 years ago
  29. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  30. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  31. 7d22286 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 9 years ago
  32. e4a0d3e aio: Make it possible to remap aio ring by Pavel Emelyanov · 10 years ago
  33. 620951e mm/cma: make kmemleak ignore CMA regions by Thierry Reding · 9 years ago
  34. dee2f8a slub: fix cpuset check in get_any_partial by Vladimir Davydov · 9 years ago
  35. 061d707 slab: fix cpuset check in fallback_alloc by Vladimir Davydov · 9 years ago
  36. 1dd61aa mm/zbud: init user ops only when it is needed by Heesub Shin · 9 years ago
  37. 442cc43 mm/zswap: delete unnecessary check before calling free_percpu() by Markus Elfring · 9 years ago
  38. dd01d7d mm/zswap: add __init to some functions in zswap by Mahendran Ganesh · 9 years ago
  39. 1813665 mm/zsmalloc: allocate exactly size of struct zs_pool by Ganesh Mahendran · 9 years ago
  40. df8b5bb mm/zsmalloc: avoid duplicate assignment of prev_class by Ganesh Mahendran · 9 years ago
  41. 40f9fb8 mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZE by Mahendran Ganesh · 9 years ago
  42. af4ee5e zsmalloc: correct fragile [kmap|kunmap]_atomic use by Minchan Kim · 9 years ago
  43. b1b00a5 zsmalloc: fix zs_init cpu notifier error handling by Sergey Senozhatsky · 9 years ago
  44. 9eec4cd zsmalloc: merge size_class to reduce fragmentation by Joonsoo Kim · 9 years ago
  45. 70bc068 mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate() by Rickard Strandqvist · 9 years ago
  46. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 9 years ago
  47. ae6e71d mm/memcontrol.c: fix defined but not used compiler warning by Michele Curti · 9 years ago
  48. 441c228 mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages by Mel Gorman · 9 years ago
  49. 7e5b528 mm/vmalloc.c: fix memory ordering bug by Dmitry Vyukov · 9 years ago
  50. 6a2d567 oom: kill the insufficient and no longer needed PT_TRACE_EXIT check by Oleg Nesterov · 9 years ago
  51. d003f37 oom: don't assume that a coredumping thread will exit soon by Oleg Nesterov · 9 years ago
  52. ba914f4 mm: remove the highmem zones' memmap in the highmem zone by Zhong Hongbo · 9 years ago
  53. 2ebba6b mm: unmapped page migration avoid unmap+remap overhead by Hugh Dickins · 9 years ago
  54. 6b4f779 mm: vmscan: invoke slab shrinkers from shrink_zone() by Johannes Weiner · 9 years ago
  55. f5f302e mm,vmacache: count number of system-wide flushes by Davidlohr Bueso · 9 years ago
  56. 61cf5fe mm/page_owner: correct owner information for early allocated pages by Joonsoo Kim · 9 years ago
  57. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 9 years ago
  58. dbc8358 mm/nommu: use alloc_pages_exact() rather than its own implementation by Joonsoo Kim · 9 years ago
  59. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 9 years ago
  60. e30825f mm/debug-pagealloc: prepare boottime configurable on/off by Joonsoo Kim · 9 years ago
  61. eefa864 mm/page_ext: resurrect struct page extending code for debugging by Joonsoo Kim · 9 years ago
  62. 056b7cc mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache() by Zhang Zhen · 9 years ago
  63. e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 9 years ago
  64. 7d9ca00 hugetlb: hugetlb_register_all_nodes(): add __init marker by Luiz Capitulino · 9 years ago
  65. df994ea hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED() by Luiz Capitulino · 9 years ago
  66. 6f185c2 memcg: turn memcg_kmem_skip_account into a bit field by Vladimir Davydov · 9 years ago
  67. 4e701d7 memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache by Vladimir Davydov · 9 years ago
  68. 900a38f memcg: zap kmem_account_flags by Vladimir Davydov · 9 years ago
  69. c313dc5d mm: mincore: add hwpoison page handle by Weijie Yang · 9 years ago
  70. b258d86 mm/rmap: calculate page offset when needed by Davidlohr Bueso · 9 years ago
  71. 2847cf9 mm/debug-pagealloc: cleanup page guard code by Joonsoo Kim · 9 years ago
  72. 4308ce1 mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG by Tony Luck · 9 years ago
  73. 95fc3c5 memcg: do not abuse memcg_kmem_skip_account by Vladimir Davydov · 9 years ago
  74. 9d100c5 memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge} by Vladimir Davydov · 9 years ago
  75. bfda7e8 memcg: __mem_cgroup_free: remove stale disarm_static_keys comment by Vladimir Davydov · 9 years ago
  76. b5be83e mm: cma: align to physical address, not CMA region position by Gregory Fong · 9 years ago
  77. c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  78. 1acf2e0 mm/nommu: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  79. d28eb9c mm/memory-failure: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  80. 874bfca mm/xip: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  81. 3dec0ba mm/rmap: share the i_mmap_rwsem by Davidlohr Bueso · 9 years ago
  82. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 9 years ago
  83. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  84. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  85. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  86. eedb3d3 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 9 years ago
  87. 140cd7f Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  88. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  89. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 9 years ago
  90. 9edad6e mm: move page->mem_cgroup bad page handling into generic code by Johannes Weiner · 9 years ago
  91. 5d1ea48 mm: page_cgroup: rename file to mm/swap_cgroup.c by Johannes Weiner · 9 years ago
  92. 1306a85 mm: embed the memcg pointer directly into struct page by Johannes Weiner · 9 years ago
  93. 22811c6 mm: memcontrol: remove stale page_cgroup_lock comment by Johannes Weiner · 9 years ago
  94. a1ad289 mm/frontswap.c: fix the condition in BUG_ON by Li Haifeng · 9 years ago
  95. 26086de mm: fix a spelling mistake by Wei Yuan · 9 years ago
  96. 569f48b mm: hugetlb: fix __unmap_hugepage_range() by Hillf Danton · 9 years ago
  97. e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 9 years ago
  98. 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 9 years ago
  99. 413918b mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() by Johannes Weiner · 9 years ago
  100. c01f46c mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() by Johannes Weiner · 9 years ago