summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-08-02mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim
2012-08-02mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov
2012-08-02cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-08-02mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-08-02mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-08-02mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-08-02vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-08-02vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-08-02mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-08-02mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-08-02mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-08-02mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-08-02mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-08-02mm: compaction: allow compaction to isolate dirty pagesMel Gorman
2012-08-02mm: reduce the amount of work done when updating min_free_kbytesMel Gorman
2012-07-25mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar
2012-07-25mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes
2012-07-25memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu
2012-07-25hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-07-12mm: Hold a file reference in madvise_removeAndy Lutomirski
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet
2012-06-19swap: fix shmem swapping when more than 8 areasHugh Dickins
2012-06-10slub: fix a memory leak in get_partial_node()Joonsoo Kim
2012-06-10mm: fix vma_resv_map() NULL pointerDave Hansen
2012-06-10mm: fix faulty initialization in vmalloc_init()KyongHo
2012-06-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim
2012-06-10hugetlb: fix resv_map leak in error pathDave Hansen
2012-06-10mm: consider all swapped back pages in used-once logicMichal Hocko
2012-05-31memcg: free spare array to avoid memory leakSha Zhengju
2012-05-31swap: don't do discard if no discard option addedShaohua Li
2012-05-20mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson
2012-05-20hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf
2012-05-20percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo
2012-05-11mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins
2012-04-22hugetlb: fix race condition in hugetlb_fault()Chris Metcalf
2012-04-02slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter
2012-04-02bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-12mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli
2012-03-12NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells
2012-03-12mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-29NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells
2012-02-20backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent
2012-02-13mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-02-13mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman
2012-02-13mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman
2012-02-13mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte
2012-02-13readahead: fix pipeline break caused by block plugShaohua Li