aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * mm: reduce the amount of work done when updating min_free_kbytesMel Gorman2012-08-011-16/+24
| * mm/vmstat.c: cache align vm_statDimitri Sivanich2012-08-011-1/+1
| * mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-08-011-1/+4
| * mm: Hold a file reference in madvise_removeAndy Lutomirski2012-07-161-3/+13
| * mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes2012-07-161-1/+4
| * memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-161-2/+5
| * hugetlb: fix resv_map leak in error pathDave Hansen2012-06-171-6/+23
| * mm: fix faulty initialization in vmalloc_init()KyongHo2012-06-171-1/+2
| * mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim2012-06-171-4/+4
| * mm: consider all swapped back pages in used-once logicMichal Hocko2012-06-091-1/+1
| * mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman2012-06-011-24/+17
| * memcg: free spare array to avoid memory leakSha Zhengju2012-05-211-0/+6
| * mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson2012-05-211-2/+1
| * hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf2012-05-211-1/+0
| * percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo2012-05-211-0/+10
* | Merge commit 'v3.0.30' into android-3.0Todd Poynor2012-04-302-1/+3
|\|
| * mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins2012-04-271-1/+1
| * hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-221-0/+2
* | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-1923-156/+378
|\|
| * slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter2012-04-021-1/+2
| * bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2012-04-022-22/+13
| * mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-026-10/+20
| * mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli2012-03-121-3/+3
| * NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells2012-03-121-2/+0
| * mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov2012-03-121-1/+4
| * NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells2012-02-291-0/+7
| * slub: fix a possible memleak in __slab_alloc()Eric Dumazet2012-02-201-0/+6
| * mm: fix UP THP spin_is_locked BUGsHugh Dickins2012-02-132-3/+3
| * mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman2012-02-131-1/+10
| * mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman2012-02-131-0/+13
| * mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte2012-02-131-1/+6
| * readahead: fix pipeline break caused by block plugShaohua Li2012-02-131-4/+4
| * mm: fix NULL ptr dereference in __count_immobile_pagesMichal Hocko2012-01-251-0/+11
| * memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki2012-01-252-16/+46
| * mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton2012-01-061-1/+1
| * memcg: keep root group unchanged if creation failsHillf Danton2012-01-061-2/+1
| * vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp2012-01-061-5/+2