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