summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-313-5/+5
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-113-5/+5
| |/
* / powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-11/+5
|/
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-1/+0
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-037-28/+63
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-193-3/+16
|\
| * powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-301-0/+7
| * powerpc/8xx: Reverse order entries are written by __set_pte_at()Christophe Leroy2022-11-241-1/+1
| * 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_BOOK3E_MMUChristophe Leroy2022-09-262-2/+2
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-265-10/+10
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-263-7/+7
* powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy2022-09-261-2/+1
* powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy2022-09-261-19/+0
* powerpc/nohash: Remove pgd_huge() stubChristophe Leroy2022-09-261-6/+0
* powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-1/+1
* powerpc/64e: Reorganise virtual memoryChristophe Leroy2022-06-291-3/+4
* powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-1/+1
* powerpc/64e: Remove unused REGION related macrosChristophe Leroy2022-06-291-12/+0
* powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy2022-06-291-1/+4
* powerpc: Remove _PAGE_SAO stub for book3e/64Christophe Leroy2022-06-291-2/+0
* powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-081-1/+11
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-252-6/+0
|\
| * powerpc/nohash: Remove pte_same()Christophe Leroy2022-02-032-6/+0
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-232-4/+4
|\ \
| * | powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)2022-03-212-4/+4
| |/
* / 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-242-0/+2
* powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-0/+6
* powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-091-0/+110
* 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-273-9/+16
* 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
* powerpc/8xx: Simplify TLB handlingChristophe Leroy2021-10-221-0/+15
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+5
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+5
* 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-012-3/+0
* | powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2021-07-011-0/+43