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
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-29mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson
2019-03-06mm/migrate.c: cleanup expected_page_refs()Jan Kara
2019-03-06mm: fix some typos in mm directoryWei Yang
2019-03-06mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman
2019-03-06mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-02-02mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-02mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara
2019-01-09hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz
2019-01-05mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara
2018-12-28mm: migrate: move migrate_page_lock_buffers()Jan Kara
2018-12-28mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara
2018-12-28mm: migration: factor out code to compute expected number of page referencesJan Kara
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-27mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-27mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-27mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli
2018-10-27mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-21mm: Convert page migration to XArrayMatthew Wilcox
2018-10-06Merge branch 'akpm'Greg Kroah-Hartman
2018-10-06mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual
2018-10-06mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju
2018-08-24mm: soft-offline: close the race against page allocationNaoya Horiguchi
2018-08-24mm: fix race on soft-offlining free huge pagesNaoya Horiguchi
2018-08-23include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-05-12mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi
2018-04-21mm: enable thp migration for shmem thpNaoya Horiguchi
2018-04-21mm: fix do_pages_move status handlingMichal Hocko
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11mm: unclutter THP migrationMichal Hocko
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-11mm, numa: rework do_pages_moveMichal Hocko
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski
2018-02-01mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov
2017-11-16mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse