summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-08-02mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim1-3/+3
2012-08-02mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov1-1/+1
2012-08-02cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman7-47/+95
2012-08-02mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner1-1/+2
2012-08-02mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-08-02mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-08-02vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-08-02vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-08-02mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman1-10/+9
2012-08-02mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman1-1/+7
2012-08-02mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman1-5/+39
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman5-39/+47
2012-08-02mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2-2/+36
2012-08-02mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman1-10/+35
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-37/+92
2012-08-02mm: compaction: allow compaction to isolate dirty pagesMel Gorman1-3/+0
2012-08-02mm: reduce the amount of work done when updating min_free_kbytesMel Gorman1-16/+24
2012-07-25mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar1-1/+4
2012-07-25mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-07-25memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-07-25hugepages: fix use after free bug in "quota" handlingDavid Gibson1-27/+108
2012-07-12mm: Hold a file reference in madvise_removeAndy Lutomirski1-3/+13
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-20swap: fix shmem swapping when more than 8 areasHugh Dickins1-8/+4
2012-06-10slub: fix a memory leak in get_partial_node()Joonsoo Kim1-3/+6
2012-06-10mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-06-10mm: fix faulty initialization in vmalloc_init()KyongHo1-1/+2
2012-06-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim1-4/+4
2012-06-10hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-06-10mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1
2012-05-31memcg: free spare array to avoid memory leakSha Zhengju1-0/+6
2012-05-31swap: don't do discard if no discard option addedShaohua Li1-1/+1
2012-05-21mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-05-21hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-05-21percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo1-0/+10
2012-05-11mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2012-04-23hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2012-04-02slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter1-1/+2
2012-04-02bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2-22/+13
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli6-10/+20
2012-03-12mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli1-3/+3
2012-03-12NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells1-2/+0
2012-03-12mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov1-1/+4
2012-03-01NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells1-0/+7
2012-02-21backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent1-6/+19
2012-02-13mm: fix UP THP spin_is_locked BUGsHugh Dickins2-3/+3
2012-02-13mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman1-1/+10
2012-02-13mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman1-0/+13
2012-02-13mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte1-1/+6
2012-02-13readahead: fix pipeline break caused by block plugShaohua Li1-4/+4