summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-06-13mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-06-13mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-06-08mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-06-08mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2017-06-08mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi
2017-06-08slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-05-17mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-05-17percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-05-17mm: do not access page->mapping directly on page_endioMinchan Kim
2017-05-17mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-05-17mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-03-06mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-03-06mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka
2017-03-06mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-21mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-11-23mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov
2016-10-23mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-08-19mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-08-06mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes
2016-08-06mm, compaction: simplify handling restart position in free pages scannerVlastimil Babka
2016-07-194.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-07-10mm: update min_free_kbytes from khugepaged after core initializationJason Baron
2016-07-10mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-07-10mm, compaction: abort free scanner if split failsDavid Rientjes
2016-07-10mm, compaction: skip compound pages by order in free scannerVlastimil Babka
2016-07-10mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-07-10tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-07-10mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-07-10percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo
2016-07-10percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo
2016-05-17mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins
2016-05-17mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi
2016-05-17mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi
2016-05-17mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim
2016-05-17mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov
2016-04-18mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka
2016-04-18mm: use 'unsigned int' for page orderKirill A. Shutemov
2016-04-18mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman
2016-04-18mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner
2016-04-11ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-03-09mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2016-03-09mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-03-04mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-15mm: fix mlock accoutingKirill A. Shutemov
2016-02-03zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee
2016-02-03memcg: only free spare array when readers are doneMartijn Coenen