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/rmap: Constify the rmap_walk_control argumentMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)
2022-03-21mm/page_idle: Convert page_idle_clear_pte_refs() to use a folioMatthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2020-12-16mm: page_idle_get_page() does not need lru_lockHugh Dickins
2020-06-08mm/page_idle.c: skip offline pagesSeongJae Park
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King
2019-03-06mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-04-06mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_ref...Yang Shi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07mm/page_idle.c: constify attribute_group structuresArvind Yadav
2017-05-04mm: make rmap_one boolean functionMinchan Kim
2017-02-25mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman
2016-01-16mm: add page_check_address_transhuge() helperVladimir Davydov
2016-01-16mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-09-10mm: introduce idle page trackingVladimir Davydov