summaryrefslogtreecommitdiffstats
path: root/fs/proc/page.c
AgeCommit message (Expand)AuthorLines
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-12/+12
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand-3/+27
2019-10-19fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand-12/+16
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand-2/+2
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim-1/+1
2016-03-17/proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi-0/+2
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi-2/+4
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov-2/+2
2015-09-10proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov-0/+6
2015-09-10proc: export idle flag via kpageflagsVladimir Davydov-0/+3
2015-09-10mm: introduce idle page trackingVladimir Davydov-0/+3
2015-09-10proc: add kpagecgroup fileVladimir Davydov-0/+53
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin-3/+13
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov-0/+3
2014-03-04mm: close PageTail raceDavid Rientjes-3/+2
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker-1/+1
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi-3/+5
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi-1/+7
2012-03-21pagemap: export KPF_THPNaoya Horiguchi-0/+2
2011-01-13thp: remove PG_buddyAndrea Arcangeli-6/+8
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai-1/+1
2009-12-16mm: export stable page flagsWu Fengguang-42/+3
2009-10-08pagemap: export KPF_HWPOISONWu Fengguang-0/+5
2009-09-22ksm: identify PageKsm pagesHugh Dickins-0/+5
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro-2/+0
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang-0/+1
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang-1/+1
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann-1/+1
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan-0/+147