aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dump.c
AgeCommit message (Expand)Author
2020-09-07arm64/mm/ptdump: Add address markers for BPF regionsAnshuman Khandual
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price
2020-03-16arm64: mm: Display guarded pages in ptdumpMark Brown
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price
2020-02-04arm64: mm: display non-present entries in ptdumpSteven Price
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price
2019-12-04arm64: mm: Fix column alignment for UXN in kernel_page_tablesMark Brown
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland
2019-08-09arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-02-04arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon
2019-01-31arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-09-10arm64: dump: Use consistent capitalisation for page-table dumpsWill Deacon
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2017-12-14arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott
2016-11-07arm64: dump: Make the page table dumping seq_file optionalLaura Abbott
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott
2016-08-18arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas
2016-06-21arm64: mm: dump: make page table dumping reusableMark Rutland
2016-06-03arm64: mm: dump: log span levelMark Rutland
2016-04-25arm64: ptdump: add region marker for kasan shadow regionArd Biesheuvel
2016-04-25arm64: ptdump: use static initializers for vmemmap region boundariesArd Biesheuvel
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel
2016-02-26arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-02-16arm64: ptdump: Indicate whether memory should be faultingLaura Abbott
2016-01-25arm64: Fix an enum typo in mm/dump.cMasanari Iida
2015-10-08arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton
2015-05-05arm64: mm: Fix build error with CONFIG_SPARSEMEM_VMEMMAP disabledJungseung Lee
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-01-28arm64: mm: use *_sect to check for section mapsMark Rutland
2015-01-23arm64: mm: dump: add missing includesMark Rutland
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland
2015-01-23arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown
2014-12-11arm64: mm: dump: don't skip final regionMark Rutland
2014-12-11arm64: mm: dump: fix shift warningMark Rutland
2014-11-26arm64: add support to dump the kernel page tablesLaura Abbott