index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
mm: constify __dump_folio() arguments
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-11-17
mm/debug: fix missing space in case statement
Zhang Chujun
1
-1
/
+1
2025-09-14
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
1
-2
/
+2
2025-07-25
mm/util: introduce snapshot_page()
Luiz Capitulino
1
-38
/
+4
2025-07-10
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-1
/
+1
2025-05-12
mm/debug: fix parameter passed to page_mapcount_is_type()
Gavin Shan
1
-2
/
+4
2025-03-18
mm/debug: add line breaks
Liu Ye
1
-1
/
+1
2025-03-18
mm: move _pincount in folio to page[2] on 32bit
David Hildenbrand
1
-1
/
+9
2025-03-17
mm/debug: print vm_refcnt state when dumping the vma
Suren Baghdasaryan
1
-0
/
+6
2025-03-17
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
1
-2
/
+6
2025-03-17
mm: further refactor commit_merge()
Lorenzo Stoakes
1
-2
/
+4
2025-03-17
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-9
/
+9
2025-01-26
mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge state
Lorenzo Stoakes
1
-0
/
+71
2024-12-06
mm: open-code page_folio() in dump_page()
Matthew Wilcox (Oracle)
1
-2
/
+5
2024-09-04
mm: support only one page_type per page
Matthew Wilcox (Oracle)
1
-7
/
+24
2024-09-04
printf: remove %pGt support
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-05-06
mm/debug: print only page mapcount (excluding folio entire mapcount) in __dum...
David Hildenbrand
1
-7
/
+2
2024-05-06
mm: track mapcount of large folios in single value
David Hildenbrand
1
-1
/
+2
2024-04-26
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-6
/
+0
2024-04-26
mm: improve dumping of mapcount and page_type
Matthew Wilcox (Oracle)
1
-11
/
+8
2024-03-07
mm: make dump_page() take a const argument
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-03-07
mm: add __dump_folio()
Matthew Wilcox (Oracle)
1
-55
/
+73
2023-06-10
mm: update validate_mm() to use vma iterator
Liam R. Howlett
1
-0
/
+9
2023-03-29
mm/debug: use %pGt to display page_type in dump_page()
Hyeonggon Yoo
1
-0
/
+2
2023-03-29
mm, printk: introduce new format %pGt for page_type
Hyeonggon Yoo
1
-0
/
+5
2023-02-10
mm: export dump_mm()
Suren Baghdasaryan
1
-0
/
+1
2023-02-03
mm/debug: remove call to head_compound_mapcount()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-03
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-03
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-12-01
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
1
-2
/
+3
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-8
/
+6
2022-09-27
mm: remove vmacache
Liam R. Howlett
1
-2
/
+2
2022-03-25
mm: unexport page_init_poison
Christoph Hellwig
1
-1
/
+0
2022-03-21
mm: Turn head_compound_mapcount() into folio_entire_mapcount()
Matthew Wilcox (Oracle)
1
-2
/
+4
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
1
-10
/
+4
2022-01-15
mm,fs: split dump_mapping() out from dump_page()
Matthew Wilcox (Oracle)
1
-50
/
+2
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-9
/
+11
2021-11-06
mm/migrate: de-duplicate migrate_reason strings
John Hubbard
1
-9
/
+11
2021-11-03
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
1
-2
/
+2
2021-11-02
Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2021-10-27
vsprintf: Make %pGp print the hex value
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-08
coredump: Limit coredumps to a single thread group
Eric W. Biederman
1
-2
/
+2
2021-09-25
mm/debug: sync up latest migrate_reason to migrate_reason_names
Weizhao Ouyang
1
-0
/
+1
2021-09-25
mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
Weizhao Ouyang
1
-1
/
+2
2021-06-29
mm/debug: factor PagePoisoned out of __dump_page
Matthew Wilcox (Oracle)
1
-18
/
+7
2021-06-29
mm: make __dump_page static
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-02-25
mm/debug: improve memcg debugging
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-12-03
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
1
-2
/
+2
2020-10-14
mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
John Hubbard
1
-3
/
+3
2020-10-14
mm/debug.c: do not dereference i_ino blindly
Matthew Wilcox (Oracle)
1
-5
/
+7
[next]