summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-03-23mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-23mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-03-23mm: handle lru_add_drain_all for UP properlyMichal Hocko1-7/+10
2019-03-23mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-03-23Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai1-3/+1
2019-03-23mm/gup: fix gup_pmd_range() for daxYu Zhao1-1/+2
2019-03-14mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko1-12/+15
2019-03-14mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko1-0/+3
2019-03-14mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko1-1/+2
2019-03-05hugetlbfs: fix races and page leaks during migrationMike Kravetz2-3/+24
2019-03-05mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-03-05writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-02-27numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2019-02-20Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner1-10/+0
2019-02-12mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long1-8/+29
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-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