summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
Commit message (Expand)AuthorAgeFilesLines
* powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-081-0/+2
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+4
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+5
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-232-0/+5
|\
| * KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-0/+4
| * powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-211-0/+1
* | powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-0/+3
* | powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy2021-06-171-2/+1
|/
* powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-04-221-1/+3
* powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman2021-04-081-0/+1
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-081-2/+4
* powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy2021-03-291-22/+2
* powerpc: Remove duplicate includesZhang Yunkai2021-03-241-1/+0
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-226-8/+30
|\
| * powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin2021-02-091-3/+20
| * powerpc: remove unneeded semicolonsChengyang Fan2021-02-093-3/+3
| * powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-1/+0
| * powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-091-1/+1
| * powerpc/64s: move the hash fault handling logic to CNicholas Piggin2021-02-091-0/+1
| * powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater2021-01-301-0/+1
| * powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater2021-01-301-0/+2
| * powerpc/mm: Declare some prototypesCédric Le Goater2021-01-301-0/+2
| * powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman2021-01-301-2/+2
* | powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V2021-02-062-9/+11
|/
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-179-216/+515
|\
| * powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-091-4/+2
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-081-17/+17
| * powerpc/book3s64/kexec: Clear CIABR on kexecJordan Niethe2020-12-071-0/+5
| * lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-041-1/+27
| * powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V2020-12-041-6/+57
| * powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.Aneesh Kumar K.V2020-12-041-1/+1
| * powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.Aneesh Kumar K.V2020-12-041-5/+4
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-041-5/+22
| * powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMRAneesh Kumar K.V2020-12-041-3/+9
| * powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V2020-12-041-0/+21
| * powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V2020-12-041-0/+2
| * powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-041-39/+183
| * powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-043-7/+21
| * powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V2020-12-041-9/+9
| * powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V2020-12-041-0/+1
| * powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V2020-12-041-3/+3
| * powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-042-3/+3
| * powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy2020-12-041-1/+1
| * Merge branch 'fixes' into nextMichael Ellerman2020-11-251-24/+44
| |\
| * | powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V2020-11-191-1/+16
* | | powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin2020-11-271-0/+12
| |/ |/|
* | powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell2020-11-231-0/+2
* | powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2020-11-191-2/+2
* | powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-191-24/+42
|/
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-166-25/+50
|\