summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-11-23mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-23mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-08-19mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-08-06mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes1-22/+14
2016-08-06mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka1-15/+20
2016-07-194.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt1-1/+1
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-07-10mm: update min_free_kbytes from khugepaged after core initializationJason Baron1-1/+1
2016-07-10mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-07-10mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-07-10mm, compaction: skip compound pages by order in free scannerVlastimil Babka1-0/+25
2016-07-10mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2016-07-10tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-07-10mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-07-10percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo1-8/+8
2016-07-10percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo1-21/+36
2016-05-17mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins1-9/+1
2016-05-17mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi3-7/+9
2016-05-17mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2-25/+6
2016-05-17mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim1-1/+1
2016-05-17mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov1-4/+2
2016-04-18mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka1-13/+33
2016-04-18mm: use 'unsigned int' for page orderKirill A. Shutemov3-24/+28
2016-04-18mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman5-11/+14
2016-04-18mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner1-0/+6
2016-04-11ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2016-03-09mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-03-09mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-03-04mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2016-02-15mm: fix mlock accoutingKirill A. Shutemov1-1/+1
2016-02-03zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee1-1/+13
2016-02-03memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-02-03mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2016-02-03virtio_balloon: fix race between migration and ballooningMinchan Kim1-2/+2
2015-11-09thp: use is_zero_pfn() only after pte_present() checkMinchan Kim1-1/+2
2015-11-09mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-27memcg: convert threshold to bytesShaohua Li1-0/+1
2015-10-22mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-22mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-22mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2015-09-29vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko3-5/+8
2015-09-13mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li1-7/+6
2015-09-13mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-16mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-9/+5
2015-08-03mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-7/+13
2015-08-03mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi1-8/+11
2015-07-21mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-07-21mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2-5/+6