summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2021-06-20powerpc/vas: Add platform specific user window operationsHaren Myneni-3/+13
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni-0/+3
2021-06-20powerpc/vas: Move VAS API to book3s common platformHaren Myneni-0/+3
2021-06-19Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2021-06-17KVM: switch per-VM stats to u64Paolo Bonzini-3/+3
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-18/+51
2021-06-17powerpc/64: drop redundant defination of spin_until_condSudeep Holla-11/+0
2021-06-17powerpc: Move update_power8_hid0() into its only userChristophe Leroy-10/+0
2021-06-17powerpc: Remove proc_trap()Christophe Leroy-2/+0
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy-0/+7
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy-1/+0
2021-06-17powerpc/kuap: Force inlining of all first level KUAP helpers.Christophe Leroy-11/+11
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy-14/+10
2021-06-17powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy-12/+3
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy-72/+88
2021-06-17powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy-1/+26
2021-06-17powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy-1/+5
2021-06-17powerpc/32s: Simplify calculation of segment register contentChristophe Leroy-19/+23
2021-06-17powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy-0/+5
2021-06-17powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy-0/+10
2021-06-17powerpc/32s: Refactor update of user segment registersChristophe Leroy-4/+49
2021-06-17powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy-3/+40
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy-0/+1
2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy-6/+5
2021-06-17powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy-36/+13
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy-21/+20
2021-06-16powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy-1/+0
2021-06-16powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy-10/+9
2021-06-16powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy-10/+6
2021-06-16powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy-4/+3
2021-06-16powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy-1/+6
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy-2/+1
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy-1/+0
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy-0/+5
2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy-2/+1
2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy-2/+1
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy-7/+4
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy-2/+3
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy-7/+5
2021-06-16powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy-0/+34
2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy-4/+4
2021-06-16powerpc: Force inlining of csum_add()Christophe Leroy-1/+1
2021-06-16Merge branch 'fixes' into nextMichael Ellerman-36/+82
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman-1/+1
2021-06-10KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin-1/+1
2021-06-10KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin-1/+1
2021-06-10KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin-9/+1
2021-06-10KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin-2/+1
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin-6/+0
2021-06-10KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_en...Nicholas Piggin-1/+1