summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* 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-291-1/+2
|/
* powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-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-171-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-251-1/+7
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-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-041-11/+19
|/
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-8/+8
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-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-031-49/+49
* powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy2019-05-031-32/+30
* powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy2019-05-031-10/+22
* powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2019-05-031-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
* powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-031-4/+3
* powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V2018-06-031-5/+7
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-031-2/+0
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-031-3/+15
* powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...Aneesh Kumar K.V2018-06-031-2/+31
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-1/+2
* powerpc/mm: Fix typo in set_pte_at()Gavin Shan2017-02-171-3/+1