summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand
2020-10-16mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand
2020-10-16mm/memory_hotplug: simplify page onliningDavid Hildenbrand
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand
2020-10-16mm/memory_hotplug: simplify page offliningDavid Hildenbrand
2020-10-16mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand
2020-10-16mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand
2020-10-16mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insertJann Horn
2020-10-16mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski
2020-10-16mm/vmstat.c: use helper macro abs()Miaohe Lin
2020-10-16mm/page_poison.c: replace bool variable with static keyMateusz Nosek
2020-10-16mm,hwpoison: try to narrow window race for free pagesOscar Salvador
2020-10-16mm,hwpoison: double-check page count in __get_any_page()Naoya Horiguchi
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador
2020-10-16mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_pageOscar Salvador
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador
2020-10-16mm,hwpoison: unify THP handling for hard and soft offlineOscar Salvador
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador
2020-10-16mm,hwpoison: refactor madvise_inject_errorOscar Salvador
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador
2020-10-16mm,hwpoison-inject: don't pin for hwpoison_filterNaoya Horiguchi
2020-10-16mm, hwpoison: remove recalculating hpageNaoya Horiguchi
2020-10-16mm,hwpoison: cleanup unused PageHuge() checkNaoya Horiguchi
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells
2020-10-16mm/readahead: make ondemand_readahead take a readahead_controlDavid Howells
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)
2020-10-16mm: fix a race during THP splittingHuang Ying
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)
2020-10-16mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)
2020-10-16mm/page-writeback: support tail pages in wait_for_stable_pageMatthew Wilcox (Oracle)
2020-10-16mm/truncate: fix truncation for pages of arbitrary sizeMatthew Wilcox (Oracle)
2020-10-16mm/rmap: fix assumptions of THP sizeMatthew Wilcox (Oracle)
2020-10-16mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)
2020-10-16mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)
2020-10-16mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov
2020-10-16mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)
2020-10-16mm/memory: remove page fault assumption of compound page sizeMatthew Wilcox (Oracle)