summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-17powerpc/selftests: Use gettid() instead of getppid() for null_syscallChristophe Leroy
2021-06-17powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy
2021-06-17powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy
2021-06-17powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy
2021-06-17powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy
2021-06-17powerpc/kuap: Force inlining of all first level KUAP helpers.Christophe Leroy
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy
2021-06-17powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy
2021-06-17powerpc/32s: Activate KUAP and KUEP by defaultChristophe Leroy
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy
2021-06-17powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy
2021-06-17powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy
2021-06-17powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy
2021-06-17powerpc/32s: Simplify calculation of segment register contentChristophe Leroy
2021-06-17powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy
2021-06-17powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy
2021-06-17powerpc/32s: Refactor update of user segment registersChristophe Leroy
2021-06-17powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.cChristophe Leroy
2021-06-17powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy
2021-06-17powerpc: Remove CONFIG_PPC_MMU_NOHASH_32Christophe Leroy
2021-06-17powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy
2021-06-17powerpc/optprobes: Compact code source a bit.Christophe Leroy
2021-06-17powerpc/optprobes: Minimise castsChristophe Leroy
2021-06-17powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-17powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...Christophe Leroy
2021-06-16powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy
2021-06-16powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy
2021-06-16powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy
2021-06-16powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy
2021-06-16powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy
2021-06-16powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy
2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy
2021-06-16powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy
2021-06-16powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy
2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy
2021-06-16powerpc: Force inlining of csum_add()Christophe Leroy
2021-06-16Merge branch 'fixes' into nextMichael Ellerman