summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/dump.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/mm/ptdump: Add address markers for BPF regionsAnshuman Khandual2020-09-071-387/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\
| * mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
* | arm64: mm: Display guarded pages in ptdumpMark Brown2020-03-161-0/+5
|/
* x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-041-2/+2
* mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-041-3/+3
* arm64: mm: display non-present entries in ptdumpSteven Price2020-02-041-12/+13
* arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price2020-02-041-79/+38
* arm64: mm: Fix column alignment for UXN in kernel_page_tablesMark Brown2019-12-041-0/+1
* arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-141-3/+3
* arm64: memory: fix flipped VA space falloutMark Rutland2019-08-141-1/+1
* arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper2019-08-091-3/+16
* arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-2/+2
|\
| * arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-311-2/+2
* | arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon2019-02-041-30/+29
|/
* arm64: dump: Use consistent capitalisation for page-table dumpsWill Deacon2018-09-101-3/+3
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-24/+30
* arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland2017-12-141-1/+1
* arm64: dump: Add checking for writable and exectuable pagesLaura Abbott2016-11-071-0/+54
* arm64: dump: Make the page table dumping seq_file optionalLaura Abbott2016-11-071-7/+19
* arm64: dump: Make ptdump debugfs a separate optionLaura Abbott2016-11-071-21/+5
* arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas2016-08-181-3/+3
* arm64: mm: dump: make page table dumping reusableMark Rutland2016-06-211-12/+20
* arm64: mm: dump: log span levelMark Rutland2016-06-031-1/+7
* arm64: ptdump: add region marker for kasan shadow regionArd Biesheuvel2016-04-251-0/+5
* arm64: ptdump: use static initializers for vmemmap region boundariesArd Biesheuvel2016-04-251-36/+13
* arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel2016-04-141-8/+8
* arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang2016-02-261-3/+1
* arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-02-181-6/+6
* arm64: ptdump: Indicate whether memory should be faultingLaura Abbott2016-02-161-0/+5
* arm64: Fix an enum typo in mm/dump.cMasanari Iida2016-01-251-1/+1
* arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton2015-10-081-1/+17
* arm64: mm: Fix build error with CONFIG_SPARSEMEM_VMEMMAP disabledJungseung Lee2015-05-051-0/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-111-10/+20
|\
| * arm64: mm: use *_sect to check for section mapsMark Rutland2015-01-281-6/+12
| * arm64: mm: dump: add missing includesMark Rutland2015-01-231-0/+4
| * arm64: Fix overlapping VA allocationsMark Rutland2015-01-231-4/+4
* | arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown2015-01-231-0/+1
|/
* arm64: mm: dump: don't skip final regionMark Rutland2014-12-111-3/+0
* arm64: mm: dump: fix shift warningMark Rutland2014-12-111-1/+1
* arm64: add support to dump the kernel page tablesLaura Abbott2014-11-261-0/+332