summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ptdump/ptdump.c
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: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-1/+2
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-141-3/+3
|\
| * powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-231-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-251-110/+36
* powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d levelChristophe Leroy2021-08-251-8/+9
* powerpc/ptdump: Remove unused 'page_size' parameterChristophe Leroy2021-08-251-3/+3
* powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()Christophe Leroy2021-08-251-12/+1
* powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy2021-06-251-19/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | 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
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-21/+52
|\
| * 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: Display size of BATsChristophe Leroy2020-05-261-9/+14
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-5/+7
|/
* powerpc/mm: ptdump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-5/+3
* 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/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
* powerpc/ptdump: fix walk_pagetables() address mismatchChristophe Leroy2019-08-201-5/+3
* powerpc/ptdump: Fix addresses display on PPC32Christophe Leroy2019-08-201-1/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-3/+3
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-031-1/+42
* powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey2019-05-031-10/+22
* powerpc/32: prepare shadow area for KASANChristophe Leroy2019-05-031-0/+8
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-1/+2
* powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy2019-02-221-0/+379