summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-08-11mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf1-2/+2
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-07-05mm: numa: avoid waiting on freed migrated pagesMark Rutland1-0/+7
2017-06-26mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-26Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-26swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-26mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-05-25mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-1/+11
2017-05-08mm/cma: silence warnings due to max() usageStephen Rothwell1-3/+4
2017-05-08mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2017-04-30mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2017-04-22mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-22mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-04-22percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan1-1/+4
2017-04-18swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-12-23mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-08-22mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-07-204.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-12mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-07-12mm, compaction: abort free scanner if split failsDavid Rientjes1-10/+20
2016-07-12mm, compaction: skip compound pages by order in free scannerVlastimil Babka1-0/+25
2016-07-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2016-07-12mm: rename deactivate_page to deactivate_file_pageMinchan Kim2-13/+13
2016-07-12tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-07-12mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-07-11percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo1-8/+8
2016-07-11percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo1-21/+36
2016-05-18mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins1-9/+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-13ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2016-03-11mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2016-02-10memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-02-10mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2016-02-10virtio_balloon: fix race between migration and ballooningMinchan Kim1-2/+2
2015-11-15mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-28mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-28mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-07vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-15mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li1-7/+6
2015-09-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi2-5/+50