summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-06mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2
2019-02-06mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-02-06mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador1-16/+20
2019-02-06oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-2/+2
2019-02-06mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli1-1/+2
2019-01-31Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2019-01-26mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu1-1/+2
2019-01-26mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2019-01-17mm: page_mapped: don't assume compound page is huge or THPJan Stancek1-1/+1
2019-01-17mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+23
2019-01-17mm/usercopy.c: no check page span for stack objectsQian Cai1-4/+5
2019-01-17slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
2019-01-13memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko1-2/+18
2019-01-13mm, swap: fix swapoff with KSM pagesHuang Ying1-1/+2
2019-01-13mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams1-2/+2
2019-01-13mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams1-103/+24
2019-01-13hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2018-12-29mm: don't miss the last page because of round-off errorRoman Gushchin1-2/+4
2018-12-29mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador1-2/+5
2018-12-29mm: thp: fix flags for pmd migration when splitPeter Xu1-9/+11
2018-12-29mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko1-0/+12
2018-12-17mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang1-1/+3
2018-12-08userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli1-0/+11
2018-12-08userfaultfd: shmem: add i_size checksAndrea Arcangeli2-4/+40
2018-12-08userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli1-2/+13
2018-12-08userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli3-5/+5
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao1-2/+4
2018-12-05mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-12-05userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-9/+6
2018-12-05mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-12-05mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-12-05mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-43/+30
2018-12-05mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2-2/+8
2018-12-05mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+15
2018-12-05mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins1-6/+13
2018-12-05mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins1-6/+6
2018-12-05mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2-16/+9
2018-12-01mm, page_alloc: check for max order in hot pathMichal Hocko1-11/+9
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-12-01mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko1-0/+8
2018-12-01z3fold: fix possible reclaim racesVitaly Wool1-39/+62
2018-12-01mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-12-01mm: don't warn about large allocations for slabDmitry Vyukov2-6/+10
2018-11-21mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin1-3/+3
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-21memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+1
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-11-13mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell1-15/+21