aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)1-55/+73
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett1-0/+9
2023-03-28mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo1-0/+2
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-0/+5
2023-02-09mm: export dump_mm()Suren Baghdasaryan1-0/+1
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)1-2/+2
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-2/+2
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)1-2/+2
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-2/+3
2022-09-26mm: remove the vma linked listLiam R. Howlett1-8/+6
2022-09-26mm: remove vmacacheLiam R. Howlett1-2/+2
2022-03-24mm: unexport page_init_poisonChristoph Hellwig1-1/+0
2022-03-21mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)1-2/+4
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)1-10/+4
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)1-50/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+11
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard1-9/+11
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+1
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)1-1/+1
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-2/+2
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang1-0/+1
2021-09-24mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang1-1/+2
2021-06-29mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)1-18/+7
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)1-1/+1
2021-02-24mm/debug: improve memcg debuggingMatthew Wilcox (Oracle)1-5/+5
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-2/+2
2020-10-13mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard1-3/+3
2020-10-13mm/debug.c: do not dereference i_ino blindlyMatthew Wilcox (Oracle)1-5/+7
2020-08-07mm, dump_page: do not crash with bad compound_mapcount()John Hubbard1-3/+3
2020-08-07mm/debug: print hashed address of struct pageMatthew Wilcox (Oracle)1-4/+4
2020-08-07mm/debug: print the inode number in dump_pageMatthew Wilcox (Oracle)1-3/+3
2020-08-07mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)1-20/+16
2020-08-07mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)1-1/+1
2020-08-07mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)1-18/+12
2020-08-07mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)1-2/+13
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-4/+4
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-5/+5
2020-06-02mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka1-6/+50
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard1-5/+16
2020-04-02mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)1-10/+23
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai1-1/+9
2020-01-31mm/debug.c: always print flags in dump_page()Vlastimil Babka1-3/+5
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe1-2/+2
2019-11-15mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell1-3/+3
2019-11-15mm/debug.c: __dump_page() prints an extra lineRalph Campbell1-12/+15
2019-05-14mm: update references to page _refcountBaruch Siach1-1/+1
2019-03-29mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador1-1/+1
2019-03-29mm/debug.c: add a cast to u64 for atomic64_read()Qian Cai1-1/+1