1. fda7305 Merge tag 'v3.4.76' into cm-11.0 by Ethan Chen · 12 years ago
  2. 2efb73f mm/hugetlb: check for pte NULL pointer in __page_check_address() by Jianguo Wu · 12 years ago
  3. 2a38ada Merge tag 'v3.4.72' into tmp by Ethan Chen · 12 years ago
  4. 8bfabdd Merge remote-tracking branch 'codeaurora/kk_2.7.1' into cm-11.0 by Ethan Chen · 12 years ago
  5. 36abcfd mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 13 years ago
  6. d1c2fbe swap: add per-partition lock for swapfile by Shaohua Li · 13 years ago
  7. b07ef01 mm: fix aio performance regression for database caused by THP by Khalid Aziz · 13 years ago
  8. 60c6aa3 writeback: fix negative bdi max pause by Fengguang Wu · 13 years ago
  9. 4f158a6 Merge tag 'AU_LINUX_ANDROID_JB_2.6.04.03.00.109.111' into cm-10.2-dev by Ethan Chen · 13 years ago
  10. 3deb9fa kernel: Add hooks for user-accessible timers in the kernel. by Greg Reid · 14 years ago
  11. 4c481c1 Merge tag 'AU_LINUX_ANDROID_JB_2.6.04.03.00.109.082' into revert-linux by Ethan Chen · 13 years ago
  12. 47bed36 mm: do not grow the stack vma just because of an overrun on preceding vma by Linus Torvalds · 13 years ago
  13. 9a63af5 mm/mmap: check for RLIMIT_AS before unmapping by Cyril Hrubis · 13 years ago
  14. 022a41d mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 13 years ago
  15. 0d39cce mm, memcg: give exiting processes access to memory reserves by David Rientjes · 13 years ago
  16. e9223e5 mm/page_alloc.c: fix watermark check in __zone_watermark_ok() by Tomasz Stanislawski · 13 years ago
  17. d778ca5 mm/huge_memory.c: fix potential NULL pointer dereference by Libin · 13 years ago
  18. 5a20c03 memcg: fix multiple large threshold notifications by Greg Thelen · 13 years ago
  19. a42efb7 futex: Take hugepages into account when generating futex_key by Zhang Yi · 13 years ago
  20. cd1be30 vm: add no-mmu vm_iomap_memory() stub by Linus Torvalds · 13 years ago
  21. 5bd38ba mm: Don't use CMA page for file cache by Laura Abbott · 13 years ago
  22. 19d22ea mm/memory-hotplug: fix lowmem count overflow when offline pages by Wanpeng Li · 13 years ago
  23. 1c9ce1e Merge tag 'v3.4.11' into cm-10.1 by Ethan Chen · 13 years ago
  24. f517dfe mm: migration: add migrate_entry_wait_huge() by Naoya Horiguchi · 13 years ago
  25. c09c35b swap: avoid read_swap_cache_async() race to deadlock while waiting on discard I/O completion by Rafael Aquini · 13 years ago
  26. dde448d Merge tag 'v3.4.10' into cm-10.1 by Ethan Chen · 13 years ago
  27. 6092ad5 mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer by Aneesh Kumar K.V · 13 years ago
  28. c8a097f mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 13 years ago
  29. bfd7610 mm: mmu_notifier: re-fix freed page still mapped in secondary MMU by Xiao Guangrong · 13 years ago
  30. 11e88c5 mm compaction: fix of improper cache flush in migration code by Leonid Yegoshin · 13 years ago
  31. dab2d3d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 13 years ago
  32. 273a82b mm: allow arch code to control the user page table ceiling by Hugh Dickins · 13 years ago
  33. 6ddc967 mm: cma: fix accounting of CMA pages placed in high memory by Marek Szyprowski · 13 years ago
  34. ec005c0 mm: cma: remove watermark hacks by Marek Szyprowski · 13 years ago
  35. c420060 vm: add vm_iomap_memory() helper function by Linus Torvalds · 13 years ago
  36. f42097f hugetlbfs: add swap entry check in follow_hugetlb_page() by Naoya Horiguchi · 13 years ago
  37. cdc8958 mm: prevent mmap_cache race in find_vma() by Jan Stancek · 13 years ago
  38. 15962c2 mm: Retry original migrate type if CMA failed by Laura Abbott · 13 years ago
  39. bea7cce mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting by Wanpeng Li · 13 years ago
  40. 3126603 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 13 years ago
  41. f4ce5b3 mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages by Mel Gorman · 13 years ago
  42. 06c7976 tmpfs: fix use-after-free of mempolicy object by Greg Thelen · 13 years ago
  43. 7fecb64 mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts by Robin Holt · 13 years ago
  44. d0730c2 mm: mmu_notifier: make the mmu_notifier srcu static by Andrea Arcangeli · 14 years ago
  45. 4209ee0 mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule by Sagi Grimberg · 14 years ago
  46. 17c2f96 mm: fix pageblock bitmap allocation by Linus Torvalds · 13 years ago
  47. 48f3741 cma: redirect page allocation to CMA by Heesub Shin · 13 years ago
  48. 55eb56c Revert "mm: cma: on movable allocations try MIGRATE_CMA first" by Laura Abbott · 13 years ago
  49. 1ace315 mm: Don't put CMA pages on per cpu lists by Laura Abbott · 13 years ago
  50. 850bf19 cma: fix watermark checking by Bartlomiej Zolnierkiewicz · 14 years ago
  51. b70fa75 mm: show migration types in show_mem by Rabin Vincent · 13 years ago
  52. b9c24b2 mm: cma: on movable allocations try MIGRATE_CMA first by Michal Nazarewicz · 13 years ago
  53. 9035b20 thp, memcg: split hugepage for memcg oom on cow by David Rientjes · 14 years ago
  54. ce19422 mm: use aligned zone start for pfn_to_bitidx calculation by Laura Abbott · 13 years ago
  55. c0b9652 mm: compaction: fix echo 1 > compact_memory return error issue by Jason Liu · 13 years ago
  56. b14d552 mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT by Michal Hocko · 13 years ago
  57. 6718272 tmpfs mempolicy: fix /proc/mounts corrupting memory by Hugh Dickins · 13 years ago
  58. 711cf00 mm: fix calculation of dirtyable memory by Sonny Rao · 13 years ago
  59. e8eebe9 android/lowmemorykiller: Selectively count free CMA pages by Liam Mark · 13 years ago
  60. 733d861 mm: Use correct define for CMA features by Laura Abbott · 13 years ago
  61. 922b842 mm: make counts of CMA free pages correct by Larry Bassel · 13 years ago
  62. ead8c6b mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls by Marek Szyprowski · 14 years ago
  63. 78a685b tmpfs: fix shared mempolicy leak by Mel Gorman · 13 years ago
  64. 70b7280 mm: Use aligned zone start for pfn_to_bitidx calculation by Laura Abbott · 13 years ago
  65. d3c1145 cma: fix migration mode by Minchan Kim · 14 years ago
  66. c21a803 cma : use migrate_prep() instead of migrate_prep_local() by woojoong.lee · 13 years ago
  67. 926c524 mm: Add is_cma_pageblock definition by Laura Abbott · 13 years ago
  68. 2dc518e mm: split_free_page ignore memory watermarks for CMA by Liam Mark · 13 years ago
  69. 039f298 mm: Don't use CMA pages for writes by Laura Abbott · 13 years ago
  70. 630920b cma: fix race condition on a page by Heesub Shin · 13 years ago
  71. 0b4d372 mm: soft offline: split thp at the beginning of soft_offline_page() by Naoya Horiguchi · 13 years ago
  72. 25a30e7 mm/vmemmap: fix wrong use of virt_to_page by Jianguo Wu · 13 years ago
  73. ec59242 tmpfs: change final i_blocks BUG to WARNING by Hugh Dickins · 13 years ago
  74. e5c4ee6 memcg: oom: fix totalpages calculation for memory.swappiness==0 by Michal Hocko · 13 years ago
  75. 3f874ec mm: bugfix: set current->reclaim_state to NULL while returning from kswapd() by Takamori Yamaguchi · 14 years ago
  76. 71a36b5 mm: fix XFS oops due to dirty pages without buffers on s390 by Jan Kara · 14 years ago
  77. 368845f x86, mm: Trim memory in memblock to be page aligned by Yinghai Lu · 14 years ago
  78. 530258f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 14 years ago
  79. d9302b1 mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma() by Mel Gorman · 14 years ago
  80. 04ea8a8 mempolicy: fix refcount leak in mpol_set_shared_policy() by KOSAKI Motohiro · 14 years ago
  81. 04a30bd mempolicy: fix a race in shared_policy_replace() by Mel Gorman · 14 years ago
  82. 33efe29 mempolicy: remove mempolicy sharing by KOSAKI Motohiro · 14 years ago
  83. 14cfd9f revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" by KOSAKI Motohiro · 14 years ago
  84. 6a91e16 mm: fix invalidate_complete_page2() lock ordering by Hugh Dickins · 14 years ago
  85. 26fc07d hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach by Michal Hocko · 14 years ago
  86. 750025a slab: fix the DEADLOCK issue on l3 alien lock by Michael Wang · 14 years ago
  87. 49194d4 mm: avoid swapping out with swappiness==0 by Satoru Moriya · 14 years ago
  88. 391c314 mm: sparse: fix usemap allocation above node descriptor section by Yinghai Lu · 14 years ago
  89. 967c0e4 memory hotplug: fix section info double registration bug by qiuxishi · 14 years ago
  90. aa7994f mm/page_alloc: fix the page address of higher page's buddy calculation by Li Haifeng · 14 years ago
  91. 05d71a5 Remove user-triggerable BUG from mpol_to_str by Dave Jones · 14 years ago
  92. 49ca240 mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables by Mel Gorman · 14 years ago
  93. cc9fdb9 mm: mmu_notifier: fix freed page still mapped in secondary MMU by Xiao Guangrong · 14 years ago
  94. ce6f0ff mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page() by Joonsoo Kim · 14 years ago
  95. 7b689c5 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 14 years ago
  96. 07aa701 mm: fix lost kswapd wakeup in kswapd_stop() by Aaditya Kumar · 14 years ago
  97. fbfcd6f mm: cma: don't replace lowmem pages with highmem by Rabin Vincent · 14 years ago
  98. 7ad71f9 memblock: free allocated memblock_reserved_regions later by Yinghai Lu · 14 years ago
  99. 7a08b44 mm, thp: abort compaction if migration page cannot be charged to memcg by David Rientjes · 14 years ago
  100. 0e343db memory hotplug: fix invalid memory access caused by stale kswapd pointer by Jiang Liu · 14 years ago