summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-06-26mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-06-26Allow stack to grow up to address space limitHelge Deller
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2017-06-26swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-06-26mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-05-25mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-05-08mm/cma: silence warnings due to max() usageStephen Rothwell
2017-05-08mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2017-04-30mm/init: fix zone boundary creationOliver O'Halloran
2017-04-22mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-04-22mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-04-22percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-04-18swapfile: fix memory corruption via malformed swapfileJann Horn
2016-12-23mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-08-22mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-07-204.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-12mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-07-12mm, compaction: abort free scanner if split failsDavid Rientjes
2016-07-12mm, compaction: skip compound pages by order in free scannerVlastimil Babka
2016-07-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-07-12mm: rename deactivate_page to deactivate_file_pageMinchan Kim
2016-07-12tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-07-12mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-07-11percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo
2016-07-11percpu: 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/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-12ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-03-11mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-09memcg: only free spare array when readers are doneMartijn Coenen
2016-02-09mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi
2016-02-09virtio_balloon: fix race between migration and ballooningMinchan Kim
2015-11-15mm: make sendfile(2) killableJan Kara
2015-10-27mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim
2015-10-27mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-10-07vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-09-15mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li
2015-09-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi
2015-09-15mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-27mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger