summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-034-24/+26
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-2/+8
|\
| * powerpc/8xx: Simplify pte_update() with 16k pagesChristophe Leroy2022-11-241-2/+8
* | mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra2022-12-151-1/+1
|/
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-262-6/+6
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-3/+0
|\
| * powerpc/nohash: Remove pte_same()Christophe Leroy2022-02-031-3/+0
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-4/+3
|\ \
| * | powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)2022-03-211-4/+3
| |/
* / mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-2/+2
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+1
* powerpc/kuap: Add kuap_lock()Christophe Leroy2021-12-091-0/+4
* powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-091-6/+0
* powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-091-26/+2
* powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-091-10/+10
* powerpc/44x: Activate KUEP at all timeChristophe Leroy2021-12-091-1/+0
* powerpc/8xx: Activate KUEP at all timeChristophe Leroy2021-12-091-4/+2
* powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-271-0/+2
* powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2021-10-272-9/+30
* powerpc/32: Don't use a struct based type for pte_tChristophe Leroy2021-10-221-1/+1
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-022-5/+42
|\
| * powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy2021-06-161-2/+1
| * powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy2021-06-161-3/+40
| * powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy2021-06-161-0/+1
* | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* | powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2021-07-011-0/+43
* | mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-07-011-3/+2
|/
* powerpc/8xx: Define a MODULE area below kernel textChristophe Leroy2021-04-141-0/+3
* powerpc/32: Manage KUAP in CChristophe Leroy2021-03-291-24/+1
* powerpc/8xx: Create C version of kuap save/restore/check helpersChristophe Leroy2021-03-291-0/+31
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-174-5/+4
|\
| * powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-091-2/+1
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-081-2/+2
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-031-2/+2
| * powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy2020-12-033-3/+3
* | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-0/+23
|\ \
| * | powerpc/8xx: Implement pXX_leaf_size() supportPeter Zijlstra2020-12-091-0/+23
| |/
* / arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
|/
* powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-053-37/+21
* powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-152-0/+16
* powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy2020-09-151-6/+12
* powerpc/8xx: Modify ptep_get()Christophe Leroy2020-06-221-10/+12
* powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy2020-06-201-0/+10
* powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport2020-06-171-5/+3
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-15/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-056-197/+92
|\
| * powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy2020-06-021-8/+8
| * powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-281-1/+0
| * powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy2020-05-281-15/+0