summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash
Commit message (Expand)AuthorAgeFilesLines
* 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-222-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-283-9/+16
* powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2021-10-282-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-171-2/+1
| * powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy2021-06-171-3/+40
| * powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy2021-06-171-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-06-301-0/+43
* | mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-3/+2
|/
* powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-04-221-1/+4
* 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-177-9/+7
|\
| * powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-091-2/+1
| * powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy2020-12-091-1/+0
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-081-2/+2
| * powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2020-12-041-2/+2
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-041-2/+2
| * powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy2020-12-044-4/+4
* | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-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
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-162-6/+28
|\