summaryrefslogtreecommitdiffstats
path: root/mm/debug.c
AgeCommit message (Expand)AuthorLines
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
2020-08-07mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)-18/+12
2020-08-07mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)-2/+13
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-4/+4
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig-5/+5
2020-06-02mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka-6/+50
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard-5/+16
2020-04-02mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)-10/+23
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai-1/+9