aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-6/+6
2025-07-09powerpc: remove checks for devmap pages and PMDs/PUDsAlistair Popple1-1/+1
2024-11-05powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()Qi Zheng1-1/+1
2024-09-01powerpc/8xx: document and enforce that split PT locks are not usedDavid Hildenbrand1-0/+6
2024-07-12powerpc/mm: remove hugepd leftoversChristophe Leroy1-26/+1
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy1-1/+1
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy1-0/+31
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy1-8/+19
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy1-0/+2
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu1-3/+3
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-4/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-13/+13
2023-10-27Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-10/+22
2023-10-25powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V1-10/+22
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy1-2/+2
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy1-11/+11
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)1-22/+31
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins1-2/+6
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual1-0/+24
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy1-0/+9
2021-12-09powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clearNicholas Piggin1-3/+6
2021-10-22powerpc/32: Don't use a struct based type for pte_tChristophe Leroy1-1/+1
2021-06-25powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman1-1/+7
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy1-0/+2
2021-02-11powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V1-7/+7
2021-01-30powerpc/mm: Include __find_linux_pte() prototypeCédric Le Goater1-0/+1
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+4
2020-10-16powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V1-5/+0
2020-09-15powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy1-2/+4
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+30
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-11/+19
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy1-1/+9
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy1-4/+22
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+8
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-8/+8
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+14
2019-06-07powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()Nicholas Piggin1-2/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy1-49/+49
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy1-32/+30
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy1-10/+22
2019-05-03powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy1-0/+104
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy1-9/+11
2018-11-25powerpc/mm: Remove extern from function definitionBreno Leitao1-3/+3
2018-10-20powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V1-1/+1
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-14/+7
2018-10-14powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy1-3/+3
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V1-4/+3
2018-06-03powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V1-5/+7
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V1-2/+0
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V1-3/+15
2018-06-03powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...Aneesh Kumar K.V1-2/+31
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy1-1/+2
2017-02-17powerpc/mm: Fix typo in set_pte_at()Gavin Shan1-3/+1
2016-11-28powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V1-1/+1
2016-09-13powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V1-1/+1
2016-05-11powerpc/mm: Update pte filter for radixAneesh Kumar K.V1-0/+3
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-4/+4
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-2/+13
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-2/+2
2016-02-16powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy1-0/+8
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V1-0/+4
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-3/+8
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09powerpc/mm: Only check for _PAGE_PRESENT in set_pte/pmd functionsAneesh Kumar K.V1-1/+1
2013-10-28powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcbLEROY Christophe1-16/+3
2013-06-21powerpc: disable assert_pte_locked for collapse_huge_pageAneesh Kumar K.V1-0/+8
2011-09-20powerpc: Hugetlb for BookEBecky Bruce1-1/+2
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-98/+0
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra1-10/+4
2010-11-30powerpc: Use call_rcu_sched() for pagetablesPeter Zijlstra1-1/+1
2010-07-09powerpc: Remove all rcu head initializationsPaul E. McKenney1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-10-30powerpc/mm: Cleanup management of kmem_caches for pagetablesDavid Gibson1-9/+16
2009-09-24powerpc/8xx: Fix regression introduced by cache coherency rewriteRex Feany1-3/+16
2009-08-27powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt1-51/+116
2009-08-20powerpc/mm: Fix assert_pte_locked to work properly on uniprocessorKumar Gala1-1/+1
2009-08-20powerpc/mm: Move around mmu_gathers definition on 64-bitBenjamin Herrenschmidt1-0/+2
2009-08-20powerpc/mm: Rework & cleanup page table freeing code pathBenjamin Herrenschmidt1-0/+10
2009-07-08powerpc: Use pr_devel() in do_dcache_icache_coherency()Michael Ellerman1-2/+2
2009-05-18powerpc: Do not assert pte_locked for hugepage PTE entriesMel Gorman1-1/+2
2009-03-24cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell1-2/+1
2009-02-11powerpc/mm: Rework I$/D$ coherency (v3)Benjamin Herrenschmidt1-0/+131
2008-12-03powerpc: Use RCU based pte freeing mechanism for all powerpcKumar Gala1-0/+117