summaryrefslogtreecommitdiff
path: root/mm/debug.c
AgeCommit message (Expand)Author
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-03-28mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2023-02-09mm: export dump_mm()Suren Baghdasaryan
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-03-24mm: unexport page_init_poisonChristoph Hellwig
2022-03-21mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-27vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang
2021-09-24mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang
2021-06-29mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)
2021-02-24mm/debug: improve memcg debuggingMatthew Wilcox (Oracle)
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-10-13mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard
2020-10-13mm/debug.c: do not dereference i_ino blindlyMatthew Wilcox (Oracle)
2020-08-07mm, dump_page: do not crash with bad compound_mapcount()John Hubbard
2020-08-07mm/debug: print hashed address of struct pageMatthew Wilcox (Oracle)
2020-08-07mm/debug: print the inode number in dump_pageMatthew Wilcox (Oracle)
2020-08-07mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)
2020-08-07mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)
2020-08-07mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)
2020-08-07mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-02mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard
2020-04-02mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai
2020-01-31mm/debug.c: always print flags in dump_page()Vlastimil Babka
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe
2019-11-15mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell
2019-11-15mm/debug.c: __dump_page() prints an extra lineRalph Campbell
2019-05-14mm: update references to page _refcountBaruch Siach
2019-03-29mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador
2019-03-29mm/debug.c: add a cast to u64 for atomic64_read()Qian Cai
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-02-21mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy