1. 766ce4e Linux 3.4.112 by Ivan Grinko · 10 years ago
  2. 0cf0071 Linux 3.4.111 by Ivan Grinko · 10 years ago
  3. 9cc712e Merge tag 'v3.4.110' into mm-6.0 by José Adolfo Galdámez · 11 years ago
  4. 64c3631 Merge tag 'v3.4.109' into mm-6.0 by José Adolfo Galdámez · 11 years ago
  5. 900469d Merge tag 'v3.4.108' into mm-6.0 by José Adolfo Galdámez · 11 years ago
  6. c51dff3 mm: fix anon_vma->degree underflow in anon_vma endless growing prevention by Leon Yu · 11 years ago
  7. 6182805 vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS by Linus Torvalds · 12 years ago
  8. 3f7e510 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 12 years ago
  9. c6a5fad mm: fix corner case in anon_vma endless growing prevention by Konstantin Khlebnikov · 12 years ago
  10. 072b97a mm: Don't count the stack guard page towards RLIMIT_STACK by Linus Torvalds · 12 years ago
  11. 1587070 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 12 years ago
  12. a8addb5 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 12 years ago
  13. 02bde22 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 12 years ago
  14. df4f16b mm: fix swapoff hang after page migration and fork by Hugh Dickins · 12 years ago
  15. c3bc6d5 mm: reorder can_do_mlock to fix audit denial by Jeff Vander Stoep · 11 years ago
  16. 308d058 lowmemorykiller: Don't count swap cache pages twice by Liam Mark · 11 years ago
  17. aa21524 mm: vmpressure: fix backport by Dave Daynard · 11 years ago
  18. 7cfbd35 mm: vmpressure: account allocstalls only on higher pressures by Vinayak Menon · 11 years ago
  19. 30c38e5 mm: vmpressure: scale pressure based on reclaim context by Vinayak Menon · 11 years ago
  20. 44359ab mm: Add notifier framework for showing memory by Laura Abbott · 12 years ago
  21. e1351de mm: vmpressure: allow in-kernel clients to subscribe for events by Vinayak Menon · 11 years ago
  22. 8b559ba memcg: add memory.pressure_level events by Anton Vorontsov · 13 years ago
  23. fc300a4 fs: introduce inode operation ->update_time by Josef Bacik · 14 years ago
  24. e13c80f add extra free kbytes tunable by Rik van Riel · 15 years ago
  25. 4331175 mm: Remove false WARN_ON from pagecache_isize_extended() by Jan Kara · 12 years ago
  26. 2c5138d mm, thp: fix collapsing of hugepages on madvise by David Rientjes · 12 years ago
  27. 78c543f cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. by Wang Nan · 12 years ago
  28. b6ee4eb zap_pte_range: update addr when forcing flush after TLB batching faiure by Will Deacon · 12 years ago
  29. ba0a7f5 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 12 years ago
  30. fa007b4 vfs: fix data corruption when blocksize < pagesize for mmaped data by Jan Kara · 12 years ago
  31. 4e36903 Revert "percpu: free percpu allocation info for uniprocessor system" by Guenter Roeck · 12 years ago
  32. 84e99d4 ksm: Provide support to use deferred timers for scanner thread by Chintan Pandya · 13 years ago
  33. 1097d78 Merge tag 'v3.4.105' into cm-12.0 by Paul · 12 years ago
  34. ea38cd4 mm: migrate: Close race between migration completion and mprotect by Mel Gorman · 12 years ago
  35. 8c3c6b9 shmem: fix nlink for rename overwrite directory by Miklos Szeredi · 12 years ago
  36. 4fae6cc cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 12 years ago
  37. c16060d percpu: free percpu allocation info for uniprocessor system by Honggang Li · 12 years ago
  38. bd188dc percpu: perform tlb flush after pcpu_map_pages() failure by Tejun Heo · 12 years ago
  39. 240269a percpu: fix pcpu_alloc_pages() failure path by Tejun Heo · 12 years ago
  40. 69db2d4 slab/mempolicy: always use local policy from interrupt context by Andi Kleen · 14 years ago
  41. 21dbd45 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 12 years ago
  42. 7f6c1de mm, thp: do not allow thp faults to avoid cpuset restrictions by David Rientjes · 12 years ago
  43. 7e2e611 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 13 years ago
  44. 97f5dabb mm: hugetlb: fix copy_hugetlb_page_range() by Naoya Horiguchi · 12 years ago
  45. 21618a8 shmem: fix splicing from a hole while it's punched by Hugh Dickins · 12 years ago
  46. 0f5a4a0 shmem: fix faulting into a hole, not taking i_mutex by Hugh Dickins · 12 years ago
  47. a62f374 shmem: fix faulting into a hole while it's punched by Hugh Dickins · 12 years ago
  48. f54e041 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
  49. 50a28ba mm: fix crashes from mbind() merging vmas by Hugh Dickins · 12 years ago
  50. 2bcdd49 hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry by Naoya Horiguchi · 12 years ago
  51. 162692c mm: vmscan: clear kswapd's special reclaim powers before exiting by Johannes Weiner · 12 years ago
  52. b9f10ce mm: fix sleeping function warning from __put_anon_vma by Hugh Dickins · 12 years ago
  53. 8e040c1 mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED by Tony Luck · 12 years ago
  54. bbc5519 mm/memory-failure.c-failure: send right signal code to correct thread by Tony Luck · 12 years ago
  55. 4db251f mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address by Will Deacon · 14 years ago
  56. ad988bc mm: highmem: export kmap_to_page for modules by Will Deacon · 14 years ago
  57. 7e4d02f mm: add kmap_to_page() by Ben Hutchings · 14 years ago
  58. 653b6fe mm: rmap: fix use-after-free in __put_anon_vma by Andrey Ryabinin · 12 years ago
  59. 1b2a92d mm/memory-failure.c: fix memory leak by race between poison and unpoison by Naoya Horiguchi · 12 years ago
  60. 6baddd0 percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() by Jianyu Zhan · 12 years ago
  61. 1ebe3d1 hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage by Chen Yucong · 12 years ago
  62. 3be2bb4 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 12 years ago
  63. e4e351a mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 12 years ago
  64. af4acfa mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 12 years ago
  65. 446327d mm/hotplug: correctly add new zone to all other nodes' zone lists by Jiang Liu · 14 years ago
  66. f47929f mm: vmscan: fix endless loop in kswapd balancing by Johannes Weiner · 14 years ago
  67. 66d383d Merge tag 'v3.4.82' into cm-11.0 by Ethan Chen · 12 years ago
  68. 3fea8b0 mm: setup pageblock_order before it's used by sparsemem by Xishi Qiu · 14 years ago
  69. 237597d mm/page_alloc.c: remove pageblock_default_order() by Andrew Morton · 14 years ago
  70. 4d4bed8 mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq() by KOSAKI Motohiro · 13 years ago
  71. b06c0a0cc slub: Fix calculation of cpu slabs by Li Zefan · 13 years ago
  72. 50d8f1b mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 13 years ago
  73. 9a22404 mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully by Jianguo Wu · 13 years ago
  74. f2ee187 mm: change freepage state correctly in __isolate_free_page by Laura Abbott · 13 years ago
  75. 81a2825 mm: swap: Rate limit swap write errors by Olav Haugan · 13 years ago
  76. a2d5f5a mm: vmscan: Move pages that fail swapout to LRU active list by Olav Haugan · 13 years ago
  77. 83cb3f7 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 14 years ago
  78. fbb9f41 debug-pagealloc: Panic on pagealloc corruption by Subbaraman Narayanamurthy · 13 years ago
  79. ddd5047 mm: panic on the first bad page table entry access by Pushkar Joshi · 13 years ago
  80. 97edcac slub: tid must be retrieved from the percpu area of the current processor by Christoph Lameter · 14 years ago
  81. 8ad62c2 mm: add a field to store names for private anonymous memory by Colin Cross · 13 years ago
  82. c30b82e mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 14 years ago
  83. 96e7ce4 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 14 years ago
  84. 069398a ion: tracing: add ftrace events for ion allocations by Liam Mark · 14 years ago
  85. 734f1f8 mm: pass readahead info down to the i/o scheduler by Lee Susman · 13 years ago
  86. 4c1b023 mm: change initial readahead window size calculation by Lee Susman · 13 years ago
  87. 124ae10 mm: vmscan: do not keep kswapd looping forever due to individual uncompactable zones by Johannes Weiner · 14 years ago
  88. 3919822 mm: vmscan: fix endless loop in kswapd balancing by Johannes Weiner · 14 years ago
  89. 2d3983a compaction: fix build error in CMA && !COMPACTION by Minchan Kim · 14 years ago
  90. e7c3c14 mm: compaction: partially revert capture of suitable high-order page by Mel Gorman · 14 years ago
  91. f156a7e mm: cma: skip watermarks check for already isolated blocks in split_free_page() by Marek Szyprowski · 14 years ago
  92. 70e5192 mm: compaction: Add scanned and isolated counters for compaction by Mel Gorman · 14 years ago
  93. 7bfd6e4 mm: compaction: Move migration fail/success stats to migrate.c by Mel Gorman · 14 years ago
  94. 76e36c3 mm: compaction: validate pfn range passed to isolate_freepages_block by Mel Gorman · 14 years ago
  95. 2a1e4f4 mm: compaction: correct the nr_strict va isolated check for CMA by Mel Gorman · 14 years ago
  96. f8194dc CMA: migrate mlocked pages by Minchan Kim · 14 years ago
  97. b71127a mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity by Mel Gorman · 14 years ago
  98. f57bc46 mm: compaction: Restart compaction from near where it left off by Mel Gorman · 14 years ago
  99. 8e4e1a8 mm: clean up __count_immobile_pages() by Minchan Kim · 14 years ago
  100. 45d09c4 mm: do not use page_count() without a page pin by Minchan Kim · 14 years ago