aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/page.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand1-2/+2
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-03-17/proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi1-0/+2
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi1-2/+4
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-2/+2
2015-09-10proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov1-0/+6
2015-09-10proc: export idle flag via kpageflagsVladimir Davydov1-0/+3
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+3
2015-09-10proc: add kpagecgroup fileVladimir Davydov1-0/+53
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-3/+13
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov1-0/+3
2014-03-04mm: close PageTail raceDavid Rientjes1-3/+2
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-03-21pagemap: export KPF_THPNaoya Horiguchi1-0/+2
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek1-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai1-1/+1
2009-12-16mm: export stable page flagsWu Fengguang1-42/+3
2009-10-08pagemap: export KPF_HWPOISONWu Fengguang1-0/+5
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-0/+5
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-2/+0
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang1-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang1-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-0/+1
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang1-1/+1
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann1-1/+1
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan1-0/+147