summaryrefslogtreecommitdiff
path: root/mm/page_owner.c
AgeCommit message (Expand)AuthorFilesLines
14 daysmm/page-owner: use gfp_nested_mask() instead of open coded maskingDave Chinner1-6/+1
14 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-05-06mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig1-1/+1
2024-05-06mm: page_owner: fix wrong information in dump_page_ownerManinder Singh1-1/+1
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan1-1/+1
2024-04-17mm,page_owner: defer enablement of static branchOscar Salvador1-1/+1
2024-04-17mm,page_owner: fix printing of stack recordsOscar Salvador1-3/+1
2024-04-17mm,page_owner: fix accounting of pages when migratingOscar Salvador1-0/+15
2024-04-17mm,page_owner: fix refcount imbalanceOscar Salvador1-14/+20
2024-04-17mm,page_owner: update metadata for tail pagesOscar Salvador1-63/+74
2024-03-26mm,page_owner: fix recursionOscar Salvador1-10/+23
2024-03-07mm,page_owner: drop unnecessary checkOscar Salvador1-2/+1
2024-03-07mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador1-2/+7
2024-03-05mm: page_owner: add support for splitting to any order in split page_ownerZi Yan1-4/+3
2024-03-05mm/page_owner: use order instead of nr in split_page_owner()Zi Yan1-1/+2
2024-02-24mm,page_owner: filter out stacks by a thresholdOscar Salvador1-1/+22
2024-02-24mm,page_owner: display all stacks and their countOscar Salvador1-1/+92
2024-02-24mm,page_owner: implement the tracking of the stacks countOscar Salvador1-1/+72
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+15
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-3/+3
2023-12-29mm: remove unnecessary ia64 code and commentKefeng Wang1-1/+0
2023-12-11mm/page_owner: record and dump free_pid and free_tgidBarry Song1-1/+8
2023-10-19mm/page_owner: remove free_ts from page_owner outputAudra Mitchell1-2/+2
2023-08-21mm/page_ext: use page_ext_data helper in page_ownerKemeng Shi1-1/+1
2023-06-20mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li1-1/+1
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-02-17lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov1-1/+1
2023-02-03mm/page_owner: record single timestamp value for high order allocationsHyeonggon Yoo1-1/+2
2023-02-03mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin1-0/+1
2022-10-04mm: reuse pageblock_start/end_pfn() macroKefeng Wang1-2/+2
2022-10-04mm/page_owner.c: remove redundant drain_all_pagesZhenhua Huang1-2/+0
2022-09-12mm/page_owner.c: add llseek for page_ownerKassey Li1-3/+21
2022-09-12mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla1-20/+53
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-05-20mm/page_owner.c: add missing __initdata attributeFanjun Kong1-1/+1
2022-05-13mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet1-1/+1
2022-04-06lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka1-3/+6
2022-03-25mm/page_owner.c: record tgidYixuan Cao1-6/+9
2022-03-25mm/page_owner: record task command nameWaiman Long1-4/+10
2022-03-25mm/page_owner: print memcg informationWaiman Long1-0/+42
2022-03-25mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long1-11/+3
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka1-0/+2
2022-01-15mm: make some vars and functions static or __initTing Liu1-2/+2
2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao1-3/+3
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+5
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan1-4/+1
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan1-9/+4
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)1-2/+2
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)1-5/+5