1. 5ac8fb3 mm: memcontrol: convert reclaim iterator to simple css refcounting by Johannes Weiner · 9 years ago
  2. 71f87bee mm: hugetlb_cgroup: convert to lockless page counters by Johannes Weiner · 9 years ago
  3. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 9 years ago
  4. 8df0c2d slab: replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 9 years ago
  5. c871ac4 slab: improve checking for invalid gfp_flags by Andrew Morton · 9 years ago
  6. f6edde9 mm: slub: fix format mismatches in slab_err() callers by Andrey Ryabinin · 9 years ago
  7. 5436205 mm/slab: reverse iteration on find_mergeable() by Joonsoo Kim · 9 years ago
  8. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 9 years ago
  9. b455def mm: slab/slub: coding style: whitespaces and tabs mixture by LQYMGT · 9 years ago
  10. 6b101e2 mm/CMA: fix boot regression due to physical address of high_memory by Joonsoo Kim · 9 years ago
  11. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  13. 7c3fbbd slab: fix nodeid bounds check for non-contiguous node IDs by Paul Mackerras · 10 years ago
  14. c4ea95d mm: fix anon_vma_clone() error treatment by Daniel Forrest · 10 years ago
  15. 2022b4d1 mm: fix swapoff hang after page migration and fork by Hugh Dickins · 10 years ago
  16. 91b5719 mm/vmpressure.c: fix race in vmpressure_work_fn() by Andrew Morton · 10 years ago
  17. fb993fa mm: frontswap: invalidate expired data on a dup-store failure by Weijie Yang · 10 years ago
  18. 1de4fa1 x86, mpx: Cleanup unused bound tables by Dave Hansen · 10 years ago
  19. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  20. 3865efc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. 0bd8542 mem-hotplug: reset node present pages when hot-adding a new pgdat by Tang Chen · 10 years ago
  22. f784a3f mem-hotplug: reset node managed pages when hot-adding a new pgdat by Tang Chen · 10 years ago
  23. 57cbc87 mm/debug-pagealloc: correct freepage accounting and order resetting by Joonsoo Kim · 10 years ago
  24. 1d5bfe1 mm, compaction: prevent infinite loop in compact_zone by Vlastimil Babka · 10 years ago
  25. dae803e mm: alloc_contig_range: demote pages busy message from warn to info by Michal Nazarewicz · 10 years ago
  26. 95069ac8 mm/slab: fix unalignment problem on Malta with EVA due to slab merge by Joonsoo Kim · 10 years ago
  27. 3c60509 mm/page_alloc: restrict max order of merging on isolated pageblock by Joonsoo Kim · 10 years ago
  28. 8f82b55 mm/page_alloc: move freepage counting logic to __free_one_page() by Joonsoo Kim · 10 years ago
  29. 51bb1a4 mm/page_alloc: add freepage on isolate pageblock to correct buddy list by Joonsoo Kim · 10 years ago
  30. ad53f92 mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype by Joonsoo Kim · 10 years ago
  31. 5842001 mm/compaction: skip the range until proper target pageblock is met by Joonsoo Kim · 10 years ago
  32. ad0eab9 Fix thinko in iov_iter_single_seg_count by Paul Mackerras · 10 years ago
  33. 661b99e Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  34. 77783d0 mm: Fix comment before truncate_setsize() by Jan Kara · 10 years ago
  35. f3ed88a Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 10 years ago
  36. f55fefd mm: Remove false WARN_ON from pagecache_isize_extended() by Jan Kara · 10 years ago
  37. 4d88e6f mm/balloon_compaction: fix deflation when compaction is disabled by Konstantin Khlebnikov · 10 years ago
  38. 8aba7e0 mm/slab_common: don't check for duplicate cache names by Mikulas Patocka · 10 years ago
  39. 8186eb6 mm: rmap: split out page_remove_file_rmap() by Johannes Weiner · 10 years ago
  40. d7365e7 mm: memcontrol: fix missed end-writeback page accounting by Johannes Weiner · 10 years ago
  41. 3a3c02e mm: page-writeback: inline account_page_dirtied() into single caller by Johannes Weiner · 10 years ago
  42. 35dca71 memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node() by Yasuaki Ishimatsu · 10 years ago
  43. 6d50e60 mm, thp: fix collapsing of hugepages on madvise by David Rientjes · 10 years ago
  44. 5ddacbe mm: free compound page with correct order by Yu Zhao · 10 years ago
  45. 6ea41c0 mm/compaction.c: avoid premature range skip in isolate_migratepages_range by Joonsoo Kim · 10 years ago
  46. 401507d cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. by Wang Nan · 10 years ago
  47. ce9ec37 zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 10 years ago
  48. 56fa4f6 mm: cma: Use %pa to print physical addresses by Laurent Pinchart · 10 years ago
  49. 16195dd mm: cma: Ensure that reservations never cross the low/high mem boundary by Laurent Pinchart · 10 years ago
  50. 800a85d mm: cma: Always consider a 0 base address reservation as dynamic by Laurent Pinchart · 10 years ago
  51. f022d8c mm: cma: Don't crash on allocation if CMA area can't be activated by Laurent Pinchart · 10 years ago
  52. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  53. 1c45d9a Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  54. 46fdb79 shmem: support RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
  55. 5695be1 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 10 years ago
  56. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  57. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  58. dfe2c6d Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  59. df133e8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  61. de9e14e drivers: dma-contiguous: add initialization from device tree by Marek Szyprowski · 10 years ago
  62. 68faed6 mm/cma: fix cma bitmap aligned mask computing by Weijie Yang · 10 years ago
  63. 85c9f4b mm/slab: fix unaligned access on sparc64 by Joonsoo Kim · 10 years ago
  64. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  65. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  66. ce254b3 Merge tag 'tiny/no-advice-fixup-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  67. 887e701 mm: Support fadvise without CONFIG_MMU by Josh Triplett · 10 years ago
  68. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  69. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  70. f203c3b zbud: avoid accessing last unused freelist by Chao Yu · 10 years ago
  71. 5538c56 zsmalloc: simplify init_zspage free obj linking by Dan Streetman · 10 years ago
  72. 6dd9737 mm/zsmalloc.c: correct comment for fullness group computation by Wang Sheng-Hui · 10 years ago
  73. 722cdc1 zsmalloc: change return value unit of zs_get_total_size_bytes by Minchan Kim · 10 years ago
  74. 13de893 zsmalloc: move pages_allocated to zs_pool by Minchan Kim · 10 years ago
  75. 7cc36bb vmstat: on-demand vmstat workers V8 by Christoph Lameter · 10 years ago
  76. 2c0346a mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY by Mel Gorman · 10 years ago
  77. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  78. 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
  79. d6d86c0 mm/balloon_compaction: redesign ballooned pages management by Konstantin Khlebnikov · 10 years ago
  80. 2667f50 mm: introduce a general RCU get_user_pages_fast() by Steve Capper · 10 years ago
  81. baa2ef8 mm/dmapool.c: fixed a brace coding style issue by Paul McQuade · 10 years ago
  82. 25acde3 mm: ksm use pr_err instead of printk by Paul McQuade · 10 years ago
  83. d85fbee mm/bootmem.c: use include/linux/ headers by Paul McQuade · 10 years ago
  84. 99dadfd mm/filemap.c: remove trailing whitespace by Paul McQuade · 10 years ago
  85. 2581d20 mm/mremap.c: use linux headers by Paul McQuade · 10 years ago
  86. cf2b8fb memcg: zap memcg_can_account_kmem by Vladimir Davydov · 10 years ago
  87. b70a2a2 mm: memcontrol: fix transparent huge page allocations under pressure by Johannes Weiner · 10 years ago
  88. 3fbe724 mm: memcontrol: simplify detecting when the memory+swap limit is hit by Johannes Weiner · 10 years ago
  89. aabfb57 mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache by Michal Hocko · 10 years ago
  90. 01c2965 mm: dmapool: add/remove sysfs file outside of the pool lock lock by Sebastian Andrzej Siewior · 10 years ago
  91. 6f817f4 memcg: move memcg_update_cache_size() to slab_common.c by Vladimir Davydov · 10 years ago
  92. f3bb304 memcg: don't call memcg_update_all_caches if new cache id fits by Vladimir Davydov · 10 years ago
  93. 33a690c memcg: move memcg_{alloc,free}_cache_params to slab_common.c by Vladimir Davydov · 10 years ago
  94. 7a82ca0 mm/debug.c: use pr_emerg() by Andrew Morton · 10 years ago
  95. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  96. 31c9afa mm: introduce VM_BUG_ON_MM by Sasha Levin · 10 years ago
  97. 82742a3 mm: move debug code out of page_alloc.c by Sasha Levin · 10 years ago
  98. 3193913 mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit by Mel Gorman · 10 years ago
  99. 97ee4ba mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON by Mel Gorman · 10 years ago
  100. b8b2d82 mm/compaction.c: fix warning of 'flags' may be used uninitialized by Xiubo Li · 10 years ago