summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2013-01-032-3/+18
* Revert "mm: vmscan: fix endless loop in kswapd balancing"Ben Hutchings2013-01-031-18/+9
* mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski2013-01-031-24/+7
* mm: highmem: export kmap_to_page for modulesWill Deacon2013-01-031-0/+1
* mm: add kmap_to_page()Ben Hutchings2013-01-031-0/+12
* tmpfs: fix shared mempolicy leakMel Gorman2013-01-032-32/+16
* mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi2012-12-061-0/+8
* mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner2012-12-061-9/+18
* mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu2012-12-061-6/+4
* tmpfs: change final i_blocks BUG to WARNINGHugh Dickins2012-12-061-1/+1
* memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko2012-12-061-6/+15
* mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-161-0/+2
* mm: fix XFS oops due to dirty pages without buffers on s390Jan Kara2012-10-301-5/+16
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-301-2/+4
* mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman2012-10-171-1/+11
* mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro2012-10-171-6/+9
* mempolicy: fix a race in shared_policy_replace()Mel Gorman2012-10-171-21/+16
* mempolicy: remove mempolicy sharingKOSAKI Motohiro2012-10-171-14/+38
* hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko2012-10-171-1/+2
* mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton2012-10-171-2/+1
* mm: fix invalidate_complete_page2() lock orderingHugh Dickins2012-10-171-1/+2
* slab: fix the DEADLOCK issue on l3 alien lockMichael Wang2012-10-171-3/+3
* memory hotplug: fix section info double registration bugqiuxishi2012-10-101-6/+10
* mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-10-101-1/+1
* Remove user-triggerable BUG from mpol_to_strDave Jones2012-09-191-1/+1
* mm: avoid swapping out with swappiness==0Satoru Moriya2012-09-121-3/+3
* mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-102-4/+31
* mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong2012-08-101-22/+23
* mm: setup pageblock_order before it's used by sparsememXishi Qiu2012-08-103-2/+7
* mm/page_alloc.c: remove pageblock_default_order()Andrew Morton2012-08-101-18/+15
* mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim2012-08-021-3/+3
* mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov2012-08-021-1/+1
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-027-47/+95
* mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-08-021-1/+2
* mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-08-021-1/+1
* mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-08-021-2/+3
* vmscan: activate executable pages after first usageKonstantin Khlebnikov2012-08-021-0/+6
* vmscan: promote shared file mapped pagesKonstantin Khlebnikov2012-08-021-1/+1
* mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-08-021-10/+9
* mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-08-021-1/+7
* mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-08-021-5/+39
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-025-39/+47
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-08-022-2/+36
* mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman2012-08-021-10/+35
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-021-37/+92
* mm: compaction: allow compaction to isolate dirty pagesMel Gorman2012-08-021-3/+0
* mm: reduce the amount of work done when updating min_free_kbytesMel Gorman2012-08-021-16/+24
* mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-07-251-1/+4
* mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes2012-07-251-1/+4
* memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-251-2/+5