summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-10/+29
|\
| * powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2019-07-041-1/+1
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-041-3/+9
| * powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-191-1/+1
| * powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin2019-06-191-7/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-021-0/+3
* powerpc: remove the __kernel_io_end exportChristoph Hellwig2019-05-021-1/+0Star
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-021-1/+1
* powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King2019-04-281-1/+1
* powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V2019-04-211-0/+5
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-2/+0Star
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-0/+2
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-7/+7
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-19/+18Star
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-7/+3Star
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-131-0/+10
* powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V2018-10-031-1/+1
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-2/+0Star
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-114/+0Star
* powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V2018-05-151-4/+5
* powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V2018-05-151-56/+0Star
* powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-301-5/+0Star
* powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-0/+1
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+2
* powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy2018-02-131-0/+2
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-13/+1Star
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-1/+1
* | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-161-1/+1
|/
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+2
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+8
* powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-041-1/+3
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-041-0/+13
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+1
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-2/+6
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-6/+14
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-3/+13
|\
| * powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras2017-01-311-3/+13
* | powerpc/powernv: Initialise nest mmuAlistair Popple2017-01-301-1/+5
|/
* powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras2016-11-231-0/+34
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-2/+1Star
* powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-111-359/+0Star
* powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-111-0/+4
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-2/+13
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-0/+6
* powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-1/+1
* powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-17/+4Star
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-11/+22
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-4/+4