Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-21mm/gup: Convert gup_huge_pmd() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_hugepte() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Convert gup_pte_range() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Add gup_put_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Convert try_grab_page() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)
2022-03-21mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-03-21mm/gup: Remove hpage_pincount_sub()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Remove hpage_pincount_add()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Handle page split race more efficientlyMatthew Wilcox (Oracle)
2022-03-21mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)
2022-03-21mm/gup: Fix some contiguous memmap assumptionsMatthew Wilcox (Oracle)
2022-03-21mm/gup: Change the calling convention for compound_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Optimise compound_range_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Change the calling convention for compound_range_next()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Remove for_each_compound_head()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Remove for_each_compound_range()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Increment the page refcount before the pincountMatthew Wilcox (Oracle)
2022-03-03mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig
2022-03-03mm: refactor check_and_migrate_movable_pagesChristoph Hellwig
2022-03-03mm: generalize the pgmap based page_free infrastructureChristoph Hellwig
2022-03-03fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITEDChristoph Hellwig
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig
2022-03-03mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig
2022-03-03mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig
2022-03-03mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins
2022-02-17mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins