summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
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-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-08-25powerpc: 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-18powerpc/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-24powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman1-1/+7
2021-06-16powerpc: 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-11arch/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-05powerpc: 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-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+8
2019-07-04powerpc/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-02powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy1-49/+49
2019-05-02powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy1-32/+30
2019-05-02powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy1-10/+22
2019-05-02powerpc/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