aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge kernel.org linux-3.0.y into HEADKalimochoAz2012-10-311-2/+4
|\
| * tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-2/+4
* | Merge commit '776a41b' into HEADKalimochoAz2012-10-141-1/+11
|\ \ | |/
| * mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman2012-10-131-1/+11
* | Merge commit '29715fe' into HEADKalimochoAz2012-10-141-48/+77
|\ \ | |/
| * mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro2012-10-131-6/+9
| * mempolicy: fix a race in shared_policy_replace()Mel Gorman2012-10-131-21/+16
| * mempolicy: remove mempolicy sharingKOSAKI Motohiro2012-10-131-14/+38
| * revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy link...KOSAKI Motohiro2012-10-131-17/+24
* | Merge commit '85ce022' into HEADKalimochoAz2012-10-141-1/+2
|\ \ | |/
| * mm: fix invalidate_complete_page2() lock orderingHugh Dickins2012-10-131-1/+2
* | Merge commit 'b9a7985' into HEADKalimochoAz2012-10-142-7/+11
|\ \ | |/
| * memory hotplug: fix section info double registration bugqiuxishi2012-10-021-6/+10
| * mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-10-021-1/+1
* | Merge remote-tracking branch 'korg/linux-3.0.y' into HEADKalimochoAz2012-09-161-1/+1
|\ \ | |/
| * Remove user-triggerable BUG from mpol_to_strDave Jones2012-09-141-1/+1
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-08-3014-260/+610
|\ \ | |/
| * mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-151-2/+23
| * mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong2012-08-151-22/+23
| * mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim2012-08-151-3/+3
| * vmscan: fix initial shrinker size handlingKonstantin Khlebnikov2012-08-011-3/+6
| * mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov2012-08-011-1/+1
| * cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-017-47/+95
| * mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-08-011-1/+2
| * mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-08-011-1/+1
| * mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-08-011-2/+3
| * vmscan: activate executable pages after first usageKonstantin Khlebnikov2012-08-011-0/+6
| * vmscan: promote shared file mapped pagesKonstantin Khlebnikov2012-08-011-1/+1
| * mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-08-011-10/+9
| * mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-08-011-1/+7
| * mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-08-011-5/+39
| * mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-015-39/+47
| * kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex Shi2012-08-011-0/+2
| * kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex Shi2012-08-011-3/+11
| * mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-08-012-2/+36
| * mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman2012-08-011-10/+35
| * mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-011-37/+92
| * mm: compaction: allow compaction to isolate dirty pagesMel Gorman2012-08-011-3/+0
| * mm: migration: clean up unmap_and_move()Minchan Kim2012-08-011-35/+40
| * mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim2012-08-011-2/+18
| * mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2012-08-012-2/+8
| * mm: change isolate mode from #define to bitwise typeMinchan Kim2012-08-013-19/+24
| * mm: compaction: trivial clean up in acct_isolated()Minchan Kim2012-08-011-13/+5
| * vmscan: abort reclaim/compaction if compaction can proceedMel Gorman2012-08-011-11/+21
| * vmscan: limit direct reclaim for higher order allocationsRik van Riel2012-08-011-0/+16
| * vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner2012-08-011-0/+15
| * vmscan: shrinker->nr updates race and go wrongDave Chinner2012-08-011-13/+32
| * vmscan: add shrink_slab tracepointsDave Chinner2012-08-011-1/+7
| * vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li2012-08-011-0/+3
| * mm: vmscan: fix force-scanning small targets without swapJohannes Weiner2012-08-011-15/+12