1. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  2. 462607e mm, oom: introduce helper function to process threads during scan by David Rientjes · 12 years ago
  3. 4ed7e02 mm/hotplug: mark memory hotplug code in page_alloc.c as __meminit by Jiang Liu · 12 years ago
  4. 340175b mm/hotplug: free zone->pageset when a zone becomes empty by Jiang Liu · 12 years ago
  5. 08dff7b mm/hotplug: correctly add new zone to all other nodes' zone lists by Jiang Liu · 12 years ago
  6. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
  7. da92c47 mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup() in comment by Wanpeng Li · 12 years ago
  8. aaad153 mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit by Wanpeng Li · 12 years ago
  9. ca57df7 mm: setup pageblock_order before it's used by sparsemem by Xishi Qiu · 12 years ago
  10. 51a07e5 mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directly by Jeff Liu · 12 years ago
  11. 7db8889 mm: have order > 0 compaction start off where it left by Rik van Riel · 12 years ago
  12. ab21588 memcg: rename mem_control_xxx to memcg_xxx by Wanpeng Li · 12 years ago
  13. 567fb43 memcg: fix bad behavior in use_hierarchy file by Glauber Costa · 12 years ago
  14. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  15. 8093451 mm: clean up __count_immobile_pages() by Minchan Kim · 12 years ago
  16. 97d255c mm: do not use page_count() without a page pin by Minchan Kim · 12 years ago
  17. de34d96 mm, oom: replace some information in tasklist dump by David Rientjes · 12 years ago
  18. 121d1ba mm, oom: fix potential killing of thread that is disabled from oom killing by David Rientjes · 12 years ago
  19. 2a13515 mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator again by KOSAKI Motohiro · 12 years ago
  20. 3d3727c mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise() by KOSAKI Motohiro · 12 years ago
  21. 3c935d1 memcg: make mem_cgroup_force_empty_list() return bool by KAMEZAWA Hiroyuki · 12 years ago
  22. 6068bf0 memcg: mem_cgroup_move_parent() doesn't need gfp_mask by KAMEZAWA Hiroyuki · 12 years ago
  23. d845aa2 memcg: clean up force_empty_list() return value check by Kamezawa Hiroyuki · 12 years ago
  24. 59b8e85 memcg: remove check for signal_pending() during rmdir() by Kamezawa Hiroyuki · 12 years ago
  25. fd07383 mm/memblock.c:memblock_double_array(): cosmetic cleanups by Andrew Morton · 12 years ago
  26. 4f774b9 mm, oom: do not schedule if current has been killed by David Rientjes · 12 years ago
  27. 7575468 hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrate by Aneesh Kumar K.V · 12 years ago
  28. 94ae8ba hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to active list. by Aneesh Kumar K.V · 12 years ago
  29. 79dbb23 hugetlb: move all the in use pages to active list by Aneesh Kumar K.V · 12 years ago
  30. 8e6ac7f hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migration by Aneesh Kumar K.V · 12 years ago
  31. abb8206 hugetlb/cgroup: add hugetlb cgroup control files by Aneesh Kumar K.V · 12 years ago
  32. da1def5 hugetlb/cgroup: add support for cgroup removal by Aneesh Kumar K.V · 12 years ago
  33. 6d76dcf hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroup by Aneesh Kumar K.V · 12 years ago
  34. 9dd540e hugetlb/cgroup: add the cgroup pointer to page lru by Aneesh Kumar K.V · 12 years ago
  35. 2bc64a2 mm/hugetlb: add new HugeTLB cgroup by Aneesh Kumar K.V · 12 years ago
  36. c3f38a3 hugetlb: make some static variables global by Aneesh Kumar K.V · 12 years ago
  37. 0edaecf hugetlb: add a list for tracking in-use HugeTLB pages by Aneesh Kumar K.V · 12 years ago
  38. 189ebff hugetlb: simplify migrate_huge_page() by Aneesh Kumar K.V · 12 years ago
  39. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  40. 972dc4d hugetlb: add an inline helper for finding hstate index by Aneesh Kumar K.V · 12 years ago
  41. 76dcee7 hugetlb: don't use ERR_PTR with VM_FAULT* values by Aneesh Kumar K.V · 12 years ago
  42. 47d3834 hugetlb: rename max_hstate to hugetlb_max_hstate by Aneesh Kumar K.V · 12 years ago
  43. 3965c9a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads by Wanpeng Li · 12 years ago
  44. deaf386 mm/buddy: cleanup on should_fail_alloc_page by Gavin Shan · 12 years ago
  45. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  46. 3fb5c29 swap: allow swap readahead to be merged by Christian Ehrhardt · 12 years ago
  47. a7d6f52 memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCE by Kamezawa Hiroyuki · 12 years ago
  48. 41326c1 memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANON by Kamezawa Hiroyuki · 12 years ago
  49. bff6bb8 memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAP by Kamezawa Hiroyuki · 12 years ago
  50. aa91c4d mm: make vb_alloc() more foolproof by Jan Kara · 12 years ago
  51. 92ca922 vmalloc: walk vmap_areas by sorted list instead of rb_next() by Hong zhi guo · 12 years ago
  52. 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  53. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  54. dc32f63 mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page() by Joonsoo Kim · 12 years ago
  55. 720d850 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  56. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  57. e9da6e9 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  58. 5e6cafc mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 12 years ago
  59. 73a1180 mm: Fix build warning in kmem_cache_create() by Shuah Khan · 12 years ago
  60. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  61. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  62. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  63. 2b84957 Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  64. a8e5202 vmalloc: remove KM_USER0 from comments by Cong Wang · 12 years ago
  65. f0a08fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  66. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  67. 1d00015 mm/frontswap: cleanup doc and comment error by Wanpeng Li · 12 years ago
  68. 3389b53 mm: frontswap: remove unneeded headers by Sasha Levin · 12 years ago
  69. 5b160bd Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  70. 611edfe mm: frontswap: split out function to clear a page out by Sasha Levin · 12 years ago
  71. f100625 bounce: allow use of bounce pool via config option by Chris Metcalf · 12 years ago
  72. de74646 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  73. 1c7e7f6 mm: fix lost kswapd wakeup in kswapd_stop() by Aaditya Kumar · 12 years ago
  74. c8f4a2d bootmem: make ___alloc_bootmem_node_nopanic() really nopanic by Yinghai Lu · 12 years ago
  75. 5bb93f1 Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  76. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  77. 44a8bde slob: Fix early boot kernel crash by Christoph Lameter · 12 years ago
  78. 29f6738 memblock: free allocated memblock_reserved_regions later by Yinghai Lu · 12 years ago
  79. 99ab7b1 mm: sparse: fix usemap allocation above node descriptor section by Yinghai Lu · 12 years ago
  80. 07b4e2b mm: sparse: fix section usemap placement calculation by Yinghai Lu · 12 years ago
  81. b065b43 shmem: cleanup shmem_add_to_page_cache by Hugh Dickins · 12 years ago
  82. d189922 shmem: fix negative rss in memcg memory.stat by Hugh Dickins · 12 years ago
  83. f21f806 tmpfs: revert SEEK_DATA and SEEK_HOLE by Hugh Dickins · 12 years ago
  84. 41b9e2d mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() fails by Wen Congyang · 12 years ago
  85. 4bf2bba mm, thp: abort compaction if migration page cannot be charged to memcg by David Rientjes · 12 years ago
  86. d8adde1 memory hotplug: fix invalid memory access caused by stale kswapd pointer by Jiang Liu · 12 years ago
  87. bb65a76 Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 12 years ago
  88. 6751ed6 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 12 years ago
  89. 737b719 mm, slub: ensure irqs are enabled for kmemcheck by David Rientjes · 12 years ago
  90. 20cea96 mm, sl[aou]b: Move kmem_cache_create mutex handling to common code by Christoph Lameter · 12 years ago
  91. 18004c5 mm, sl[aou]b: Use a common mutex definition by Christoph Lameter · 12 years ago
  92. 97d0660 mm, sl[aou]b: Common definition for boot state of the slab allocators by Christoph Lameter · 12 years ago
  93. 039363f mm, sl[aou]b: Extract common code for kmem_cache_create() by Christoph Lameter · 12 years ago
  94. 068ce41 slub: remove invalid reference to list iterator variable by Julia Lawall · 12 years ago
  95. 9ab4233 mm: Hold a file reference in madvise_remove by Andy Lutomirski · 12 years ago
  96. 6a6dccb mm: cma: don't replace lowmem pages with highmem by Rabin Vincent · 12 years ago
  97. a3da2c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  98. a164f896 slab: move FULL state transition to an initcall by Glauber Costa · 12 years ago
  99. d97d476 slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro" by Feng Tang · 12 years ago
  100. 0672aa7 mm, slab: Build fix for recent kmem_cache changes by Thierry Reding · 12 years ago