summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ptdump
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+1
2020-07-27powerpc/ptdump: Refactor update of pg_stateChristophe Leroy1-14/+20
2020-07-27powerpc/ptdump: Refactor update of st->last_paChristophe Leroy1-4/+1
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy1-0/+8
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy1-2/+6
2020-06-22powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport4-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-43/+84
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport2-8/+24
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+5
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy1-3/+26
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy1-9/+12
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy1-22/+15
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy3-9/+21
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy1-0/+5
2020-03-04powerpc/mm: ptdump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-20/+11
2020-01-23powerpc/ptdump: Fix W+X verificationChristophe Leroy1-1/+3
2020-01-23powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy1-0/+2
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-9/+0
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy1-1/+1
2019-08-20powerpc/ptdump: drop non vital #ifdefsChristophe Leroy1-15/+9
2019-08-20powerpc/ptdump: get out of note_prot_wx() when CONFIG_PPC_DEBUG_WX is not sel...Christophe Leroy1-1/+1
2019-08-20powerpc/ptdump: drop dummy KERN_VIRT_START on PPC32Christophe Leroy1-10/+8
2019-08-20powerpc/ptdump: fix walk_pagetables() address mismatchChristophe Leroy1-5/+3
2019-08-20powerpc/ptdump: Fix addresses display on PPC32Christophe Leroy1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+3
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-10/+2
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey1-1/+42
2019-05-03powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey1-10/+22
2019-05-03powerpc/32: prepare shadow area for KASANChristophe Leroy1-0/+8
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2-2/+3
2019-03-02powerpc/mm: Check secondary hash page tableRashmica Gupta1-1/+1
2019-02-22powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy9-0/+1476