summaryrefslogtreecommitdiffstats
path: root/mm/debug.c
AgeCommit message (Expand)AuthorLines
2025-05-11mm/debug: fix parameter passed to page_mapcount_is_type()Gavin Shan-2/+4
2025-03-17mm/debug: add line breaksLiu Ye-1/+1
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand-1/+9
2025-03-16mm/debug: print vm_refcnt state when dumping the vmaSuren Baghdasaryan-0/+6
2025-03-16mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes-2/+6
2025-03-16mm: further refactor commit_merge()Lorenzo Stoakes-2/+4
2025-03-16mm: simplify vma merge structure and expand commentsLorenzo Stoakes-9/+9
2025-01-25mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge stateLorenzo Stoakes-0/+71
2024-12-05mm: open-code page_folio() in dump_page()Matthew Wilcox (Oracle)-2/+5
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)-7/+24
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)-1/+1
2024-05-05mm/debug: print only page mapcount (excluding folio entire mapcount) in __dum...David Hildenbrand-7/+2
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand-1/+2
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe-6/+0
2024-04-25mm: improve dumping of mapcount and page_typeMatthew Wilcox (Oracle)-11/+8
2024-03-06mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)-1/+1
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)-55/+73
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett-0/+9
2023-03-28mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo-0/+2
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo-0/+5
2023-02-09mm: export dump_mm()Suren Baghdasaryan-0/+1
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)-2/+2
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)-2/+2
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)-2/+2
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins-2/+3
2022-09-26mm: remove the vma linked listLiam R. Howlett-8/+6
2022-09-26mm: remove vmacacheLiam R. Howlett-2/+2
2022-03-24mm: unexport page_init_poisonChristoph Hellwig-1/+0
2022-03-21mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)-2/+4
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)-10/+4
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)-50/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+11
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard-9/+11
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds-2/+2
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)-1/+1
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman-2/+2
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang-0/+1
2021-09-24mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang-1/+2
2021-06-29mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)-18/+7
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)-1/+1
2021-02-24mm/debug: improve memcg debuggingMatthew Wilcox (Oracle)-5/+5
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin-2/+2
2020-10-13mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard-3/+3
2020-10-13mm/debug.c: do not dereference i_ino blindlyMatthew Wilcox (Oracle)-5/+7
2020-08-07mm, dump_page: do not crash with bad compound_mapcount()John Hubbard-3/+3
2020-08-07mm/debug: print hashed address of struct pageMatthew Wilcox (Oracle)-4/+4
2020-08-07mm/debug: print the inode number in dump_pageMatthew Wilcox (Oracle)-3/+3
2020-08-07mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)-20/+16
2020-08-07mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)-1/+1