summaryrefslogtreecommitdiffstats
path: root/mm/debug.c
Commit message (Expand)AuthorAgeFilesLines
* mm, dump_page: do not crash with bad compound_mapcount()John Hubbard2020-08-071-3/+3
* mm/debug: print hashed address of struct pageMatthew Wilcox (Oracle)2020-08-071-4/+4
* mm/debug: print the inode number in dump_pageMatthew Wilcox (Oracle)2020-08-071-3/+3
* mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)2020-08-071-20/+16
* mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)2020-08-071-1/+1
* mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)2020-08-071-18/+12
* mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)2020-08-071-2/+13
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-4/+4
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-5/+5
* mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka2020-06-021-6/+50
* mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard2020-04-021-5/+16
* mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)2020-04-021-10/+23
* mm/hotplug: silence a lockdep splat with printk()Qian Cai2020-01-311-1/+9
* mm/debug.c: always print flags in dump_page()Vlastimil Babka2020-01-311-3/+5
* mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-141-2/+2
* mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell2019-11-151-3/+3
* mm/debug.c: __dump_page() prints an extra lineRalph Campbell2019-11-151-12/+15
* mm: update references to page _refcountBaruch Siach2019-05-141-1/+1
* mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador2019-03-291-1/+1
* mm/debug.c: add a cast to u64 for atomic64_read()Qian Cai2019-03-291-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-2/+3
|\
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-2/+3
* | mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy2019-02-211-1/+3
|/
* mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-281-1/+1
* mm: lower the printk loglevel for __dump_page messagesMichal Hocko2018-12-281-10/+10
* mm: print more information about mapping in __dump_pageMichal Hocko2018-12-281-0/+13
* mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck2018-10-261-0/+46
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-131-2/+2
* mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin2018-07-031-2/+16
* mm/debug.c: provide useful debugging information for VM_BUGMatthew Wilcox2018-01-041-14/+14
* mm: consolidate page table accountingKirill A. Shutemov2017-11-151-5/+2
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* mm: account pud page tablesKirill A. Shutemov2017-11-151-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: make tlb_flush_pending globalMinchan Kim2017-08-101-4/+0
* mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-1/+1
* mm, debug: print raw struct page data in __dump_page()Vlastimil Babka2016-12-121-0/+4
* mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov2016-10-071-0/+5
* mm: avoid endless recursion in dump_page()Kirill A. Shutemov2016-09-191-2/+4
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* mm, debug: move bad flags printing to bad_page()Vlastimil Babka2016-03-151-7/+3
* mm, page_owner: dump page owner info from dump_page()Vlastimil Babka2016-03-151-0/+2
* mm, page_owner: track and print last migrate reasonVlastimil Babka2016-03-151-0/+11
* mm, debug: replace dump_flags() with the new printk formatsVlastimil Babka2016-03-151-46/+14
* mm, printk: introduce new format string for flagsVlastimil Babka2016-03-151-14/+20
* mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-151-77/+11
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-1/+4
* mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-151-3/+0
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-2/+2
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-5/+0