summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2021-06-21powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICSNicholas Piggin1-0/+1
2021-06-21powerpc/security: Add a security feature for STF barrierNicholas Piggin1-0/+4
2021-06-21powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin1-0/+2
2021-06-20powerpc/pseries/vas: Integrate API with open/close windowsHaren Myneni1-0/+4
2021-06-20powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structsHaren Myneni2-0/+37
2021-06-20powerpc/vas: Define and use common vas_window structHaren Myneni1-2/+12
2021-06-20powerpc/vas: Move update_csb/dump_crb to common book3s platformHaren Myneni1-0/+3
2021-06-20powerpc/vas: Create take/drop pid and mm reference functionsHaren Myneni1-0/+40
2021-06-20powerpc/vas: Add platform specific user window operationsHaren Myneni1-3/+13
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni1-0/+3
2021-06-20powerpc/vas: Move VAS API to book3s common platformHaren Myneni1-0/+3
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-18/+51
2021-06-17powerpc/64: drop redundant defination of spin_until_condSudeep Holla1-11/+0
2021-06-17powerpc: Move update_power8_hid0() into its only userChristophe Leroy1-10/+0
2021-06-17powerpc: Remove proc_trap()Christophe Leroy1-2/+0
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy2-0/+7
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy1-1/+0
2021-06-17powerpc/kuap: Force inlining of all first level KUAP helpers.Christophe Leroy1-11/+11
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy4-14/+10
2021-06-17powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy2-12/+3
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy2-72/+88
2021-06-17powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy1-1/+26
2021-06-17powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy1-1/+5
2021-06-17powerpc/32s: Simplify calculation of segment register contentChristophe Leroy1-19/+23
2021-06-17powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy1-0/+5
2021-06-17powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy1-0/+10
2021-06-17powerpc/32s: Refactor update of user segment registersChristophe Leroy3-4/+49
2021-06-17powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy1-3/+40
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy1-0/+1
2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy1-6/+5
2021-06-17powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy1-36/+13
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy3-21/+20
2021-06-16powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy1-1/+0
2021-06-16powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy1-10/+9
2021-06-16powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy1-10/+6
2021-06-16powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy1-4/+3
2021-06-16powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy1-1/+6
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy1-2/+1
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy1-1/+0
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy2-0/+5
2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy1-2/+1
2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy1-2/+1
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy1-7/+4
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy1-2/+3
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy1-7/+5
2021-06-16powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy1-0/+34
2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy1-4/+4
2021-06-16powerpc: Force inlining of csum_add()Christophe Leroy1-1/+1
2021-06-16Merge branch 'fixes' into nextMichael Ellerman4-36/+82
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman1-1/+1