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-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert expected_page_refs() to folio_expected_refs()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert writeout() to take a folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-04mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin
2022-07-04mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2022-07-04mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-13mm/migrate: convert move_to_new_page() into move_to_new_folio()Matthew Wilcox (Oracle)
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya
2022-05-10fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand
2022-04-29mm: untangle config dependencies for demote-on-reclaimOscar Salvador
2022-04-29mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang
2022-04-29mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin
2022-04-29mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin
2022-04-29mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin
2022-04-29mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin
2022-04-29mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin
2022-04-29mm/migration: use helper macro min in do_pages_statMiaohe Lin
2022-04-29mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin
2022-04-29mm/migration: remove unneeded local variable page_lruMiaohe Lin
2022-04-29mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin
2022-04-29mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior
2022-03-25mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador
2022-03-23NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-23NUMA Balancing: add page promotion counterHuang Ying
2022-03-23mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang
2022-03-23mm,migrate: fix establishing demotion targetHuang Ying
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-23mm: remove unneeded local variable follflagsMiaohe Lin
2022-03-23mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song
2022-03-23mm: fix missing cache flush for all tail pages of compound pageMuchun Song