summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: document and enforce that split PT locks are not usedDavid Hildenbrand2024-09-021-0/+6
* powerpc/mm: remove hugepd leftoversChristophe Leroy2024-07-131-26/+1
* powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-131-1/+1
* powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy2024-07-131-0/+31
* powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-131-8/+19
* powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-131-0/+2
* powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy2024-07-131-1/+10
* mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-061-3/+3
* powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand2024-02-221-4/+1
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-13/+13
|\
| * powerpc: Support execute-only on all powerpcChristophe Leroy2023-10-191-2/+2
| * powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-191-11/+11
* | Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-10-271-10/+22
|\ \
| * | powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V2023-10-251-10/+22
| |/
* / mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-301-1/+2
|/
* powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-22/+31
* powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+6
* powerpc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-181-0/+24
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+9
* powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clearNicholas Piggin2021-12-091-3/+6
* powerpc/32: Don't use a struct based type for pte_tChristophe Leroy2021-10-221-1/+1
* powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman2021-06-241-1/+7
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-161-0/+2
* powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V2021-02-111-7/+7
* powerpc/mm: Include __find_linux_pte() prototypeCédric Le Goater2021-01-301-0/+1
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-2/+4
|\
| * powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy2020-09-151-2/+4
* | powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V2020-10-161-5/+0
|/
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton2020-06-101-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-4/+30
|\
| * powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-261-1/+9
| * powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-261-4/+22
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-051-11/+19
|/
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-8/+8
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-041-8/+8
* | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-151-2/+14
|\|
| * powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()Nicholas Piggin2019-06-071-2/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy2019-05-021-49/+49
* powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy2019-05-021-32/+30
* powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy2019-05-021-10/+22
* powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2019-05-021-0/+104
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-191-9/+11
* powerpc/mm: Remove extern from function definitionBreno Leitao2018-11-251-3/+3
* powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V2018-10-201-1/+1
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-14/+7
* powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2018-10-141-3/+3