summaryrefslogtreecommitdiff
path: root/include/linux/page_ext.h
AgeCommit message (Expand)Author
2023-08-21mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSIONKemeng Shi
2023-08-21mm/page_ext: add common function to get client data from page_extKemeng Shi
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin
2023-02-02mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2020-12-15mm: fix page_owner initializing issue for arm32Zhenhua Huang
2019-10-14mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka
2019-10-14mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka
2019-09-24mm, page_owner: keep owner info when freeing the pageVlastimil Babka
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka
2018-08-17mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov
2018-08-17include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISONKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-10-07mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim
2016-10-07mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim
2016-07-26mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-02-11mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim