aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott1-0/+54
2016-11-07arm64: dump: Make the page table dumping seq_file optionalLaura Abbott1-7/+19
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott1-21/+5
2016-08-18arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas1-3/+3
2016-06-21arm64: mm: dump: make page table dumping reusableMark Rutland1-12/+20
2016-06-03arm64: mm: dump: log span levelMark Rutland1-1/+7
2016-04-25arm64: ptdump: add region marker for kasan shadow regionArd Biesheuvel1-0/+5
2016-04-25arm64: ptdump: use static initializers for vmemmap region boundariesArd Biesheuvel1-36/+13
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel1-8/+8
2016-02-26arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang1-3/+1
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel1-6/+6
2016-02-16arm64: ptdump: Indicate whether memory should be faultingLaura Abbott1-0/+5
2016-01-25arm64: Fix an enum typo in mm/dump.cMasanari Iida1-1/+1
2015-10-08arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton1-1/+17
2015-05-05arm64: mm: Fix build error with CONFIG_SPARSEMEM_VMEMMAP disabledJungseung Lee1-0/+2
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-10/+20
2015-01-28arm64: mm: use *_sect to check for section mapsMark Rutland1-6/+12
2015-01-23arm64: mm: dump: add missing includesMark Rutland1-0/+4
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland1-4/+4
2015-01-23arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown1-0/+1
2014-12-11arm64: mm: dump: don't skip final regionMark Rutland1-3/+0
2014-12-11arm64: mm: dump: fix shift warningMark Rutland1-1/+1
2014-11-26arm64: add support to dump the kernel page tablesLaura Abbott1-0/+332