summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c
AgeCommit message (Expand)AuthorLines
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy-127/+1
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy-3/+0
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy-24/+0
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy-33/+0
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy-8/+9
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy-7/+0
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy-10/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-10/+29
2019-07-05powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V-1/+1
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V-3/+9
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin-1/+1
2019-06-19powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin-7/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey-0/+3
2019-05-03powerpc: remove the __kernel_io_end exportChristoph Hellwig-1/+0
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy-1/+1
2019-04-28powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King-1/+1
2019-04-21powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V-0/+5
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V-2/+0
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V-0/+2
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy-7/+7
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy-19/+18
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy-7/+3
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy-0/+10
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V-1/+1
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V-2/+0
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V-114/+0
2018-05-15powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V-4/+5
2018-05-15powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V-56/+0
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V-5/+0
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V-0/+1
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V-0/+2
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy-0/+2
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy-13/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman-1/+1
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman-1/+1
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman-0/+2
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman-0/+8
2017-07-04powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh-1/+3
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh-0/+13
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran-1/+1
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh-2/+6
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh-6/+14
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-3/+13
2017-01-31powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras-3/+13
2017-01-30powerpc/powernv: Initialise nest mmuAlistair Popple-1/+5
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras-0/+34
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko-2/+1
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V-359/+0