aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07arm64/mm/ptdump: Add address markers for BPF regionsAnshuman Khandual1-387/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-03-16arm64: mm: Display guarded pages in ptdumpMark Brown1-0/+5
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price1-2/+2
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price1-3/+3
2020-02-04arm64: mm: display non-present entries in ptdumpSteven Price1-12/+13
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price1-79/+38
2019-12-04arm64: mm: Fix column alignment for UXN in kernel_page_tablesMark Brown1-0/+1
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland1-3/+3
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland1-1/+1
2019-08-09arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper1-3/+16
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2019-02-04arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon1-30/+29
2019-01-31arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+2
2018-09-10arm64: dump: Use consistent capitalisation for page-table dumpsWill Deacon1-3/+3
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-24/+30
2017-12-14arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland1-1/+1
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