aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus 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/powerpc/linuxLinus 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/powerpc/linuxLinus 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/powerpc/linuxLinus 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_access_flags directlyAneesh 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