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-12-01mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()Song Liu
2019-11-16mm,thp: recheck each page before collapsing file THPSong Liu
2019-11-06mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä
2019-09-25khugepaged: enable collapse pmd for pte-mapped THPSong Liu
2019-09-25mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-09-25mm,thp: add read-only THP support for (non-shmem) FSSong Liu
2019-09-25khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()Song Liu
2019-09-25mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-07-06Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-06-14coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
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-06mm: memcontrol: expose THP events on a per-memcg basisChris Down
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-01mm/khugepaged: fix the xas_create_range() error pathHugh Dickins
2018-12-01mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-12-01mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-12-01mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-12-01mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins
2018-12-01mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-01mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins
2018-11-12mm: Replace spin_is_locked() with lockdepLance Roy
2018-10-21mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox
2018-10-21mm: Convert collapse_shmem to XArrayMatthew Wilcox
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-18mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu
2018-08-18mm: thp: inc counter for collapsed shmem THPYang Shi
2018-08-18mm: thp: register mm for khugepaged when merging vma for shmemYang Shi
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim
2018-04-11memcg, thp: do not invoke oom killer on thp chargesMichal Hocko
2018-03-23mm, thp: do not cause memcg oom for thpDavid Rientjes
2018-03-23mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov
2018-02-01mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox
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: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-11mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-06-24mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes
2017-05-13mm, thp: copying user pages must schedule on collapseDavid Rientjes
2017-05-13mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park
2017-05-04mm: do not use double negation for testing page flagsMinchan Kim
2017-05-04mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar