summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ptdump
AgeCommit message (Expand)AuthorLines
2026-01-07powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256MChristophe Leroy-1/+1
2025-11-18powerpc/ptdump: Dump PXX level info for kernel_page_tablesRitesh Harjani (IBM)-0/+17
2025-11-18powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE formatRitesh Harjani (IBM)-0/+6
2025-09-13powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pg_level"David Hildenbrand-5/+5
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual-2/+44
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman-1/+1
2024-04-18powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entryRitesh Harjani (IBM)-1/+1
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy-4/+9
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy-4/+3
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy-0/+3
2023-10-19powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy-3/+8
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy-10/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy-1/+1
2022-06-29powerpc/ptdump: Fix display of RW pages on FSL_BOOK3EChristophe Leroy-3/+3
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens-1/+2
2022-02-02powerpc/ptdump: Fix sparse warning in hashpagetable.cMichael Ellerman-1/+4
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+4
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child-1/+1
2021-12-21powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversionMichael Ellerman-1/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin-1/+1
2021-11-29powerpc/ptdump: Fix display a BAT's size unitChristophe Leroy-2/+2
2021-09-01powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman-0/+2
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy-112/+43
2021-08-25powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d levelChristophe Leroy-14/+21
2021-08-25powerpc/ptdump: Remove unused 'page_size' parameterChristophe Leroy-3/+3
2021-08-25powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()Christophe Leroy-46/+5
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V-4/+4
2021-06-25powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy-19/+3
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy-1/+1
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy-59/+0
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy-0/+5
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-2/+1
2020-07-27powerpc/ptdump: Refactor update of pg_stateChristophe Leroy-14/+20
2020-07-27powerpc/ptdump: Refactor update of st->last_paChristophe Leroy-4/+1
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy-0/+8
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy-2/+6
2020-06-22powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-43/+84
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport-8/+24
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy-0/+5
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy-3/+26
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy-9/+12
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy-22/+15
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy-9/+21
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy-0/+5
2020-03-04powerpc/mm: ptdump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-20/+11