summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-02-08mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman
2012-02-04Merge branch 'akpm'Linus Torvalds
2012-02-03mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman
2012-02-03readahead: fix pipeline break caused by block plugShaohua Li
2012-02-03mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte
2012-02-03mm/memcontrol.c: fix warning with CONFIG_NUMA=nAndrew Morton
2012-02-03mm: postpone migrated page mapping resetKonstantin Khlebnikov
2012-02-03Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh
2012-02-01backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-23mm: fix rss count leakage during migrationKonstantin Khlebnikov
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-23mm/hugetlb.c: undo change to page mapcount in fault handlerHillf Danton
2012-01-23mm: memcg: update the correct soft limit tree during migrationJohannes Weiner
2012-01-23mm: __count_immobile_pages(): make sure the node is onlineMichal Hocko
2012-01-23mm: fix NULL ptr dereference in __count_immobile_pagesMichal Hocko
2012-01-22net: fix socket memcg build with !CONFIG_NETGlauber Costa
2012-01-20kmemleak: Disable early logging when kmemleak is off by defaultCatalin Marinas
2012-01-20kmemleak: Only scan non-zero-size areasTiejun Chen
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-17net: move sock_update_memcg outside of CONFIG_INETGlauber Costa
2012-01-16memblock: Fix alloc failure due to dumb underflow protection in memblock_find...Tejun Heo
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds
2012-01-12mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error pathKautuk Consul
2012-01-12mm: rearrange putback_inactive_pagesHugh Dickins
2012-01-12mm: remove isolate_pages()Hugh Dickins
2012-01-12mm: remove del_page_from_lru, add page_off_lruHugh Dickins
2012-01-12mm: enum lru_list lruHugh Dickins
2012-01-12mm: no blank line after EXPORT_SYMBOL in swap.cHugh Dickins
2012-01-12mm: fewer underscores in ____pagevec_lru_addHugh Dickins
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins
2012-01-12memcg: fix mem_cgroup_print_bad_pageHugh Dickins
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins
2012-01-12mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-01-12mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-01-12mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-01-12mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli