aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2019-03-28Merge tag 'v4.18.33' into v4.18/standard/baseBruce Ashfield
2019-03-26mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck
2019-03-26mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek
2019-03-26mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2019-03-26mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang
2019-03-26tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-03-26tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2019-03-26mm: handle lru_add_drain_all for UP properlyMichal Hocko
2019-03-26mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn
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-21Merge tag 'v4.18.32' into v4.18/standard/baseBruce Ashfield
2019-03-20mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko
2019-03-17Merge tag 'v4.18.31' into v4.18/standard/baseBruce Ashfield
2019-03-17Merge tag 'v4.18.30' into v4.18/standard/baseBruce Ashfield
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-07Merge tag 'v4.18.29' into v4.18/standard/baseBruce Ashfield
2019-03-07Merge tag 'v4.18.28' into v4.18/standard/baseBruce Ashfield
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-05Merge tag 'v4.18.27' into v4.18/standard/baseBruce Ashfield
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-21Merge tag 'v4.18.25' into v4.18/standard/baseBruce Ashfield
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-20Merge tag 'v4.18.22' into v4.18/standard/baseBruce Ashfield
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