summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-02-12percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou1-2/+3
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-06oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-2/+2
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, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+23
2019-01-17mm: page_mapped: don't assume compound page is huge or THPJan Stancek1-1/+1
2019-01-17slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
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-17mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang1-1/+3
2018-12-13mm: don't warn about allocations which stall for too longTetsuo Handa1-10/+0
2018-12-08mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfoRoman Gushchin1-0/+4
2018-12-08mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-12-08userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-9/+6
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/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.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov1-21/+15
2018-12-05mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins1-6/+6
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-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-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-11-13mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell1-1/+23
2018-11-13hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds2-23/+17
2018-10-18mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin1-1/+5
2018-10-18mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin1-0/+7
2018-10-18mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin1-0/+7
2018-10-18mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin1-0/+1