aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* hugepages: fix use after free bug in "quota" handlingDavid Gibson2012-07-251-27/+108
* mm: Hold a file reference in madvise_removeAndy Lutomirski2012-07-121-3/+13
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-121-1/+2
* swap: fix shmem swapping when more than 8 areasHugh Dickins2012-06-191-8/+4
* slub: fix a memory leak in get_partial_node()Joonsoo Kim2012-06-101-3/+6
* mm: fix vma_resv_map() NULL pointerDave Hansen2012-06-101-1/+2
* mm: fix faulty initialization in vmalloc_init()KyongHo2012-06-101-1/+2
* mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim2012-06-101-4/+4
* hugetlb: fix resv_map leak in error pathDave Hansen2012-06-101-6/+22
* mm: consider all swapped back pages in used-once logicMichal Hocko2012-06-101-1/+1
* memcg: free spare array to avoid memory leakSha Zhengju2012-05-311-0/+6
* swap: don't do discard if no discard option addedShaohua Li2012-05-311-1/+1
* mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson2012-05-201-2/+1
* hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf2012-05-201-1/+0
* percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo2012-05-201-0/+10
* mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins2012-05-111-1/+1
* hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-221-0/+2
* slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter2012-04-021-1/+2
* bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2012-04-022-22/+13
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-026-10/+20
* mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli2012-03-121-3/+3
* NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells2012-03-121-2/+0
* mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov2012-03-121-1/+4
* NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells2012-02-291-0/+7
* backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent2012-02-201-6/+19
* mm: fix UP THP spin_is_locked BUGsHugh Dickins2012-02-132-3/+3