summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ptdump
Commit message (Expand)AuthorAgeFilesLines
* mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy2024-02-221-4/+9
* powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2024-02-221-4/+3
* arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-221-0/+3
* powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy2023-10-191-3/+8
* powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-192-10/+0
* powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-261-1/+1
* powerpc/ptdump: Fix display of RW pages on FSL_BOOK3EChristophe Leroy2022-06-291-3/+3
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-1/+2
* powerpc/ptdump: Fix sparse warning in hashpagetable.cMichael Ellerman2022-02-021-1/+4
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-142-4/+4
|\
| * powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
| * powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
| * powerpc/ptdump: Fix display a BAT's size unitChristophe Leroy2021-11-291-2/+2
* | powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversionMichael Ellerman2021-12-211-1/+1
|/
* powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman2021-09-011-0/+2
* powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy2021-08-252-112/+43
* powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d levelChristophe Leroy2021-08-254-14/+21
* powerpc/ptdump: Remove unused 'page_size' parameterChristophe Leroy2021-08-251-3/+3
* powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()Christophe Leroy2021-08-254-46/+5
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-132-4/+4
* powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy2021-06-251-19/+3
* powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-091-1/+1
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-59/+0
* powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-0/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+1
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+1
* | powerpc/ptdump: Refactor update of pg_stateChristophe Leroy2020-07-271-14/+20
* | powerpc/ptdump: Refactor update of st->last_paChristophe Leroy2020-07-271-4/+1
* | powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy2020-07-271-0/+8
* | powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy2020-07-271-2/+6
* | powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy2020-06-221-1/+1
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-094-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-055-43/+84
|\
| * powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-261-0/+5
| * powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy2020-05-261-3/+26
| * powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy2020-05-261-9/+12
| * powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy2020-05-261-22/+15
| * powerpc/ptdump: Display size of BATsChristophe Leroy2020-05-263-9/+21
| * powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy2020-05-261-0/+5
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-042-8/+24
|/
* powerpc/mm: ptdump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-044-20/+11
* powerpc/ptdump: Fix W+X verificationChristophe Leroy2020-01-231-1/+3
* powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy2020-01-231-0/+2
* powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-9/+0
* powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-281-1/+1
* powerpc/ptdump: drop non vital #ifdefsChristophe Leroy2019-08-201-15/+9
* powerpc/ptdump: get out of note_prot_wx() when CONFIG_PPC_DEBUG_WX is not sel...Christophe Leroy2019-08-201-1/+1
* powerpc/ptdump: drop dummy KERN_VIRT_START on PPC32Christophe Leroy2019-08-201-10/+8