aboutsummaryrefslogtreecommitdiff
path: root/mm/page_idle.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm: page_idle_get_page() does not need lru_lockGravatar Hugh Dickins 1-4/+0
2020-06-08mm/page_idle.c: skip offline pagesGravatar SeongJae Park 1-5/+2
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnGravatar Colin Ian King 1-2/+2
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyGravatar Andrey Ryabinin 1-4/+4
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-06-15mm: use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-04-05mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_ref...Gravatar Yang Shi 1-4/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-06mm/page_idle.c: constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-05-03mm: make rmap_one boolean functionGravatar Minchan Kim 1-2/+2
2017-02-24mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Gravatar Kirill A. Shutemov 1-17/+17
2016-07-28mm, vmscan: move lru_lock to the nodeGravatar Mel Gorman 1-2/+2
2016-01-15mm: add page_check_address_transhuge() helperGravatar Vladimir Davydov 1-54/+9
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingGravatar Kirill A. Shutemov 1-9/+56
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-2/+1
2015-09-10mm: introduce idle page trackingGravatar Vladimir Davydov 1-0/+232