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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-09mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi
2017-05-04mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim
2017-05-04mm: make rmap_one boolean functionMinchan Kim
2017-05-04mm: make rmap_walk() return voidMinchan Kim
2017-05-04mm: make ttu's return booleanMinchan Kim
2017-05-04mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-04mm: make try_to_munlock() return voidMinchan Kim
2017-05-04mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-04mm: reclaim MADV_FREE pagesShaohua Li
2017-05-04mm: delete unnecessary TTU_* flagsShaohua Li
2017-02-25mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-25mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2016-12-13mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka
2016-07-27rmap: support file thpKirill A. Shutemov
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-03-18mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov
2016-03-18rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-18rmap: introduce rmap_walk_locked()Kirill A. Shutemov
2016-02-06mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim
2016-01-16mm: add page_check_address_transhuge() helperVladimir Davydov
2016-01-16mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-16rmap: add argument to charge compound pageKirill A. Shutemov
2015-09-05mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman
2015-04-16mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov
2015-02-17vfs: remove get_xip_memMatthew Wilcox
2015-02-11rmap: drop support of non-linear mappingsKirill A. Shutemov
2015-01-09mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov
2014-10-10mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-06-05mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov
2014-06-05mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov
2014-03-21mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-01-22mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-22mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim
2014-01-22mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim
2014-01-22mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2013-02-24mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse
2012-05-30mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi
2012-03-22rmap: remove __anon_vma_link() declarationXiao Guangrong
2012-01-13mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-11mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra