aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-10-17mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman
2012-10-17mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro
2012-10-17mempolicy: fix a race in shared_policy_replace()Mel Gorman
2012-10-17mempolicy: remove mempolicy sharingKOSAKI Motohiro
2012-10-17hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko
2012-10-17mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton
2012-10-17mm: fix invalidate_complete_page2() lock orderingHugh Dickins
2012-10-17slab: fix the DEADLOCK issue on l3 alien lockMichael Wang
2012-10-10memory hotplug: fix section info double registration bugqiuxishi
2012-10-10mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng
2012-09-19Remove user-triggerable BUG from mpol_to_strDave Jones
2012-09-12mm: avoid swapping out with swappiness==0Satoru Moriya
2012-08-10mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman
2012-08-10mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong
2012-08-10mm: setup pageblock_order before it's used by sparsememXishi Qiu
2012-08-10mm/page_alloc.c: remove pageblock_default_order()Andrew Morton
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