summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-29BACKPORT: mm/debug.c: provide useful debugging information for VM_BUGMatthew Wilcox1-14/+14
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds6-48/+4
2016-10-08mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov1-0/+5
2016-09-19mm: avoid endless recursion in dump_page()Kirill A. Shutemov1-2/+4
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim25-82/+134
2016-03-15mm, debug: move bad flags printing to bad_page()Vlastimil Babka3-12/+11
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka4-0/+37
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka6-4/+50
2016-03-15mm, debug: replace dump_flags() with the new printk formatsVlastimil Babka1-46/+14
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka5-14/+172
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka10-137/+181
2016-01-16mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov12-35/+166
2016-01-16mm, thp: remove compound_lock()Kirill A. Shutemov4-57/+4
2016-01-15mm: rework virtual memory accountingKonstantin Khlebnikov9-58/+54
2015-11-07mm: make compound_head() robustKirill A. Shutemov15-175/+82
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson8-8/+21
2015-09-10mm: introduce idle page trackingVladimir Davydov17-3/+512
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)14-14/+14
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov11-29/+75
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov13-71/+49
2014-12-11mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner5-49/+12
2014-10-10mm/debug.c: use pr_emerg()Andrew Morton1-12/+9
2014-10-10mm: introduce VM_BUG_ON_MMSasha Levin2-0/+88
2014-10-10mm: move debug code out of page_alloc.cSasha Levin3-161/+163