aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable-hash64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-463/+0
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy1-1/+1
2019-04-28powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King1-1/+1
2019-04-21powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V1-3/+10
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-4/+3
2018-05-15powerpc/mm: Use pmd_lockptr instead of opencoding itAneesh Kumar K.V1-3/+5
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-0/+4
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-1/+1
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-22/+0
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt1-3/+1
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V1-4/+4
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+12
2017-07-18powerpc/mm/hash: Refactor hash__mark_rodata_ro()Michael Ellerman1-13/+19
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh1-0/+36
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran1-1/+3
2017-06-28powerpc/mm: Add comments to the vmemmap layoutAnshuman Khandual1-0/+75
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V1-124/+13
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V1-0/+358
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V1-6/+6
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-0/+1
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V1-0/+94