aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_owner.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)1-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-04-30mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich1-22/+10
2021-04-30mm: page_owner: use kstrtobool() to parse bool optionSergei Trofimovich1-7/+1
2021-04-30mm: page_owner: fetch backtrace only for tracked pagesSergei Trofimovich1-3/+3
2021-04-30mm, page_owner: remove unused parameter in __set_page_owner_handlezhongjiang-ali1-5/+5
2021-04-30mm/page_owner: record the timestamp of all pages during freeGeorgi Djakov1-4/+8
2021-02-24mm/page_owner: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-2/+2
2020-12-15mm/page_owner: record timestamp and pidLiam Mark1-4/+13
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)1-3/+3
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang1-4/+3
2019-10-19mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfoQian Cai1-2/+3
2019-10-14mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka1-6/+6
2019-10-14mm, page_owner: decouple freeing stack trace from debug_pageallocVlastimil Babka1-21/+7
2019-10-14mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka1-8/+7
2019-09-24mm, page_owner, debug_pagealloc: save and dump freeing stack traceVlastimil Babka1-13/+40
2019-09-24mm, page_owner: keep owner info when freeing the pageVlastimil Babka1-10/+24
2019-09-24mm, page_owner: record page owner for each subpageVlastimil Babka1-12/+28
2019-04-29mm/page_owner: Simplify stack trace handlingThomas Gleixner1-51/+28
2019-04-14mm/page_owner: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-3/+0
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+3
2018-12-28mm/page_owner: clamp read count to PAGE_SIZEMiles Chen1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-2/+2
2018-04-05mm/page_owner.c: make early_page_owner_param() __initDou Liyang1-1/+1
2018-03-28mm/page_owner: fix recursion bug after changing skip entriesManinder Singh1-3/+3
2018-01-31mm/page_owner.c: clean up init_pages_in_zone()Oscar Salvador1-9/+7
2018-01-31mm/page_owner.c: use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-19mm/page_owner.c: remove drain_all_pages from init_early_allocated_pagesOscar Salvador1-1/+0
2017-11-15mm/page_owner.c: reduce page_owner structure sizeAyush Mittal1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13mm, page_owner: skip unnecessary stack_trace entriesPrakash Gupta1-1/+1
2017-09-06mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka1-6/+10
2017-09-06mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka1-20/+32
2017-07-10mm: avoid taking zone lock in pagetypeinfo_showmixed()Vinayak Menon1-1/+5
2016-10-07mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim1-25/+58
2016-10-07mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim1-0/+77
2016-07-26mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-19/+123
2016-07-26mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim1-7/+7
2016-07-26mm/page_owner: copy last_migrate_reason in copy_page_owner()Joonsoo Kim1-0/+1
2016-06-24mm/page_owner: avoid null pointer dereferenceSudip Mukherjee1-2/+4
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi1-0/+26
2016-05-19mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman1-1/+1
2016-05-19mm/page_owner: add zone range overlapping checkJoonsoo Kim1-0/+3
2016-03-17mm: coalesce split stringsJoe Perches1-3/+2
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka1-0/+25
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka1-0/+17
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka1-0/+25
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka1-4/+5