1. 88da03a slub: use raw_cpu_inc for incrementing statistics by Christoph Lameter · 10 years ago
  2. 54b6a73 slub: fix leak of 'name' in sysfs_slab_add by Dave Jones · 10 years ago
  3. 9a41707 slub: rework sysfs layout for memcg caches by Vladimir Davydov · 10 years ago
  4. 84d0ddd slub: adjust memcg caches when creating cache alias by Vladimir Davydov · 10 years ago
  5. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  6. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  7. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  8. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  9. a44cb94 memcg, slab: never try to merge memcg caches by Vladimir Davydov · 10 years ago
  10. 5d2d42d mm/zswap.c: remove unnecessary parentheses by SeongJae Park · 10 years ago
  11. 60105e1 mm/zswap: support multiple swap devices by Minchan Kim · 10 years ago
  12. 6335b19 mm/zswap.c: update zsmalloc in comment to zbud by SeongJae Park · 10 years ago
  13. 6b45251 mm/zswap.c: fix trivial typo and arrange indentation by SeongJae Park · 10 years ago
  14. ed12d84 mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOL by John Hubbard · 10 years ago
  15. 29f175d mm/readahead.c: inline ra_submit by Fabian Frederick · 10 years ago
  16. 55f6714 mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 10 years ago
  17. 1676323 mm/memblock.c: use PFN_PHYS() by Fabian Frederick · 10 years ago
  18. 136199f memblock: use for_each_memblock() by Emil Medve · 10 years ago
  19. ed6d7c8 mm: remove unused arg of set_page_dirty_balance() by Miklos Szeredi · 10 years ago
  20. 57e68e9 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 10 years ago
  21. 3a02576 mm: page_alloc: spill to remote nodes before waking kswapd by Johannes Weiner · 10 years ago
  22. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  23. 6d1fdc4 memcg: sanitize __mem_cgroup_try_charge() call protocol by Johannes Weiner · 10 years ago
  24. b6b6cc7 memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge by Michal Hocko · 10 years ago
  25. df38197 memcg: get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  26. 03583f1 memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  27. 284f39a mm: memcg: push !mm handling out to page cache charge function by Johannes Weiner · 10 years ago
  28. 1bec6b3 mm: memcg: inline mem_cgroup_charge_common() by Johannes Weiner · 10 years ago
  29. 59d1d25 mm: memcg: remove mem_cgroup_move_account_page_stat() by Johannes Weiner · 10 years ago
  30. 7af467e mm: memcg: remove unnecessary preemption disabling by Johannes Weiner · 10 years ago
  31. d230dec mm: use 'const char *' insted of 'char *' for reason in dump_page() by Kirill A. Shutemov · 10 years ago
  32. 3643763 mm/vmalloc.c: enhance vm_map_ram() comment by Gioh Kim · 10 years ago
  33. ac71490 mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style by Choi Gi-yong · 10 years ago
  34. eb9a3c6 mempool: add unlikely and likely hints by Mikulas Patocka · 10 years ago
  35. da1c67a mm, compaction: determine isolation mode only once by David Rientjes · 10 years ago
  36. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  37. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago
  38. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  39. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  40. d7c1755 mm: implement ->map_pages for shmem/tmpfs by Ning Qu · 10 years ago
  41. 1592eef mm: add debugfs tunable for fault_around_order by Kirill A. Shutemov · 10 years ago
  42. 99e3e53 mm: cleanup size checks in filemap_fault() and filemap_map_pages() by Kirill A. Shutemov · 10 years ago
  43. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  44. 8c6e50b mm: introduce vm_ops->map_pages() by Kirill A. Shutemov · 10 years ago
  45. 9164550 mm: disable split page table lock for !MMU by Kirill A. Shutemov · 10 years ago
  46. 1e1836e mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" by Alex Thorlton · 10 years ago
  47. b6c7501 mm/compaction: clean-up code on success of ballon isolation by Joonsoo Kim · 10 years ago
  48. c122b20 mm/compaction: check pageblock suitability once per pageblock by Joonsoo Kim · 10 years ago
  49. be1aa03 mm/compaction: change the timing to check to drop the spinlock by Joonsoo Kim · 10 years ago
  50. 01ead53 mm/compaction: do not call suitable_migration_target() on every page by Joonsoo Kim · 10 years ago
  51. 7d348b9 mm/compaction: disallow high-order page for migration target by Joonsoo Kim · 10 years ago
  52. 70ef57e mm: exclude memoryless nodes from zone_reclaim by Michal Hocko · 10 years ago
  53. 7aa6b4a mm/memory.c: update comment in unmap_single_vma() by Davidlohr Bueso · 10 years ago
  54. 9bbc04e mm/vmscan: do not check compaction_ready on promoted zones by Weijie Yang · 10 years ago
  55. 619d0d76 mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEM by Weijie Yang · 10 years ago
  56. a533809 mm: move mmu notifier call from change_protection to change_pmd_range by Rik van Riel · 10 years ago
  57. 1ad9f62 mm: numa: recheck for transhuge pages under lock during protection changes by Mel Gorman · 10 years ago
  58. 88a9ab6 mm,numa: reorganize change_pmd_range() by Rik van Riel · 10 years ago
  59. a9af0c5 mm/hugetlb.c: add NULL check of return value of huge_pte_offset by Naoya Horiguchi · 10 years ago
  60. 2d1eb87 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  61. cda540a mm: get_user_pages(write,force) refuse to COW in shared areas by Hugh Dickins · 10 years ago
  62. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  63. bce5669 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  64. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  65. 6d2be91 mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages by Raghavendra K T · 10 years ago
  66. 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 10 years ago
  67. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  68. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  69. e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 10 years ago
  70. 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 10 years ago
  71. fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 10 years ago
  72. f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 10 years ago
  73. ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 10 years ago
  74. e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 10 years ago
  75. 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 10 years ago
  76. 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 10 years ago
  77. de49850 mm/nobootmem.c: mark function as static by Rashika Kheria · 10 years ago
  78. d20199e mm/page_cgroup.c: mark functions as static by Rashika Kheria · 10 years ago
  79. 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 10 years ago
  80. eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 10 years ago
  81. b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 10 years ago
  82. 74e77fb mm/compaction.c: mark function as static by Rashika Kheria · 10 years ago
  83. 119d6d5 mm, compaction: avoid isolating pinned pages by David Rientjes · 10 years ago
  84. f412c97 mm, hugetlb: mark some bootstrap functions as __init by David Rientjes · 10 years ago
  85. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  86. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  87. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  88. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  89. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  90. 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 10 years ago
  91. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  92. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  93. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  94. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago
  95. 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 10 years ago
  96. 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 10 years ago
  97. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  98. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  99. 91ca918 mm, compaction: ignore pageblock skip when manually invoking compaction by David Rientjes · 10 years ago
  100. 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 10 years ago