aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2019-03-26Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai
2019-03-26mm/gup: fix gup_pmd_range() for daxYu Zhao
2019-03-20mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko
2019-03-16hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-03-16mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2019-03-16writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo
2019-03-08numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2019-03-01mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long
2019-03-01percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou
2019-02-19mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-19mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi
2019-02-19mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-02-19mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador
2019-02-19oom, oom_reaper: do not enqueue same task twiceTetsuo Handa
2019-02-19mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli
2019-02-05mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu
2019-02-05mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster
2019-02-05mm: page_mapped: don't assume compound page is huge or THPJan Stancek
2019-02-05mm, memcg: fix reclaim deadlock with writebackMichal Hocko
2019-02-05mm/usercopy.c: no check page span for stack objectsQian Cai
2019-02-05slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter
2019-01-14mm, swap: fix swapoff with KSM pagesHuang Ying
2019-01-14mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams
2019-01-14mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams
2019-01-14kernel/memremap, kasan: make ZONE_DEVICE with work with KASANAndrey Ryabinin
2019-01-14hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko
2019-01-12mm: don't miss the last page because of round-off errorRoman Gushchin
2019-01-12mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador
2019-01-12mm: thp: fix flags for pmd migration when splitPeter Xu
2019-01-12mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko
2018-12-30mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang
2018-12-15userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli
2018-12-15userfaultfd: shmem: add i_size checksAndrea Arcangeli
2018-12-15userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli
2018-12-15userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli
2018-12-15mm: use swp_offset as key in shmem_replace_page()Yu Zhao
2018-12-15mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-12-15userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-12-15mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-12-15mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-12-15mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-12-15mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins
2018-12-15mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-15mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins
2018-12-15mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins
2018-12-15mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins
2018-12-15mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-12-15mm, page_alloc: check for max order in hot pathMichal Hocko
2018-12-15tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-12-15mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko