aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu1-3/+3
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-3/+0
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin1-3/+11
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-5/+5
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy1-127/+1
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-3/+0
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy1-24/+0
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy1-33/+0
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy1-8/+9
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy1-7/+0
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy1-10/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-10/+29
2019-07-05powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V1-1/+1
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-3/+9
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin1-1/+1
2019-06-19powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin1-7/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey1-0/+3
2019-05-03powerpc: remove the __kernel_io_end exportChristoph Hellwig1-1/+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-0/+5
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-2/+0
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V1-0/+2
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-7/+7
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-19/+18
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-7/+3
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy1-0/+10
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V1-1/+1
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V1-2/+0
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V1-114/+0
2018-05-15powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V1-4/+5
2018-05-15powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V1-56/+0
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-5/+0
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V1-0/+1
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+2
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy1-0/+2
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy1-13/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-1/+1
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman1-0/+2
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+8
2017-07-04powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh1-1/+3
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh1-0/+13
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran1-1/+1
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh1-2/+6
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh1-6/+14
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+13
2017-01-31powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras1-3/+13
2017-01-30powerpc/powernv: Initialise nest mmuAlistair Popple1-1/+5
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras1-0/+34
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+1
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V1-359/+0
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V1-0/+4
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V1-2/+13
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V1-0/+6
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V1-1/+1
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V1-17/+4
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-11/+22
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-4/+4
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V1-83/+0
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V1-0/+7
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V1-10/+3
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-4/+0
2016-05-01powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V1-1/+1
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-3/+12
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-3/+2
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V1-4/+8
2016-05-01powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V1-5/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+9
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-0/+7
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras1-1/+1
2016-02-27powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras1-1/+1
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+32
2016-01-15powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-49/+0
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V1-6/+1
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V1-10/+9
2015-08-07powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood1-10/+0
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-2/+2
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-11/+0
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V1-35/+41
2015-05-12powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V1-0/+11
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman1-2/+2
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman1-1/+1
2015-02-16powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-1/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-1/+2
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-3/+4
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V1-2/+7
2014-12-02powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V1-55/+9
2014-11-14powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V1-3/+19
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+1
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard1-4/+0
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard1-5/+1
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V1-0/+6
2014-08-13powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V1-3/+11
2014-08-13powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V1-12/+12
2014-08-05powerpc/64e: Add __ref to early_alloc_pgtable()Scott Wood1-1/+1
2014-03-24powerpc/mm: Make sure a local_irq_disable prevent a parallel THP splitAneesh Kumar K.V1-0/+5
2014-02-17powerpc/mm: Add new "set" flag argument to pte/pmd update functionAneesh Kumar K.V1-5/+7
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt1-0/+12
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-09powerpc: add barrier after writing kernel PTEScott Wood1-0/+12
2013-12-09powerpc/mm: Only check for _PAGE_PRESENT in set_pte/pmd functionsAneesh Kumar K.V1-1/+1
2013-11-15powerpc: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+4
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V1-2/+10
2013-06-21powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V1-0/+29
2013-06-21powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V1-0/+377
2013-04-30powerpc: Reduce PTE table memory wastageAneesh Kumar K.V1-0/+118
2013-03-17powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V1-1/+1
2012-09-17powerpc/mm: Make some of the PGTABLE_RANGE dependency explicitAneesh Kumar K.V1-1/+11
2012-09-05powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-05-19powerpc: Remove ioremap_flagsAnton Blanchard1-2/+2
2011-05-19powerpc: Add ioremap_wcAnton Blanchard1-0/+11
2010-12-09powerpc: Record vma->phys_addr in ioremap()Michael Ellerman1-0/+2
2010-07-14lmb: rename to memblockYinghai Lu1-2/+2
2010-04-07powerpc: Fix ioremap_flags() with book3e pte definitionBenjamin Herrenschmidt1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-08-20powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3EBenjamin Herrenschmidt1-1/+1
2009-08-20powerpc/mm: Add support for early ioremap on non-hash 64-bit processorsBenjamin Herrenschmidt1-5/+54
2009-03-11powerpc: Wire up /proc/vmallocinfo to our ioremap()Benjamin Herrenschmidt1-8/+17
2008-07-24powerpc ioremap_protBenjamin Herrenschmidt1-0/+16
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-2/+2
2007-09-14[POWERPC] Export new __io{re,un}map_at() symbolsOlof Johansson1-0/+2
2007-06-14[POWERPC] Remove the dregs of APUS support from arch/powerpcDavid Gibson1-1/+0
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt1-155/+49
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt1-1/+0
2007-05-17[POWERPC] Add spinlock to request_phb_iospace()Benjamin Herrenschmidt1-0/+4
2007-02-16[POWERPC] Fix bug with early ioremap and 64k pagesBenjamin Herrenschmidt1-1/+1
2006-12-04[POWERPC] Merge 32 and 64 bits asm-powerpc/io.hBenjamin Herrenschmidt1-8/+8
2006-12-04[POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bitsBenjamin Herrenschmidt1-15/+31
2006-09-25[POWERPC] fix ioremap for a combined kernelStephen Rothwell1-22/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PATCH] powerpc: IOMMU: don't ioremap null addressesLinas Vepstas1-1/+1
2005-11-19[PATCH] powerpc: Remove imalloc.hDavid Gibson1-1/+2
2005-11-10[PATCH] ppc64: Don't panic when early __ioremap failsBenjamin Herrenschmidt1-2/+5
2005-11-07Merge ../linux-2.6Paul Mackerras1-18/+4
2005-11-07[PATCH] powerpc: Kill ppcdebugDavid Gibson1-1/+0
2005-11-06[PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt1-18/+4
2005-10-31Merge ../linux-2.6 by handPaul Mackerras1-3/+1
2005-10-10powerpc: Merge arch/ppc64/mm to arch/powerpc/mmPaul Mackerras1-21/+13
2005-10-10powerpc: Rename files to have consistent _32/_64 suffixesPaul Mackerras1-0/+357