summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-16powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy2-5/+34
2021-06-16powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy2-5/+12
2021-06-16powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy4-6/+16
2021-06-16powerpc/32s: Simplify calculation of segment register contentChristophe Leroy1-19/+23
2021-06-16powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy4-63/+40
2021-06-16powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy3-16/+10
2021-06-16powerpc/32s: Refactor update of user segment registersChristophe Leroy4-41/+49
2021-06-16powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.cChristophe Leroy4-20/+20
2021-06-16powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy2-6/+48
2021-06-16powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy4-0/+23
2021-06-16powerpc: Remove CONFIG_PPC_MMU_NOHASH_32Christophe Leroy1-4/+0
2021-06-16powerpc/optprobes: use PPC_RAW_ macrosChristophe Leroy2-38/+12
2021-06-16powerpc/optprobes: Compact code source a bit.Christophe Leroy1-22/+11
2021-06-16powerpc/optprobes: Minimise castsChristophe Leroy1-12/+11
2021-06-16powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy1-36/+13
2021-06-16powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy20-176/+159
2021-06-16powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...Christophe Leroy1-42/+53
2021-06-16powerpc/lib/code-patching: Make instr_is_branch_to_addr() staticChristophe Leroy2-10/+9
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Christophe Leroy3-6/+6
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-15powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy1-1/+6
2021-06-15powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy5-6/+5
2021-06-15powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy2-4/+4
2021-06-15powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy3-61/+65
2021-06-15powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy1-109/+109
2021-06-15powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy2-3/+2
2021-06-15powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()Christophe Leroy1-9/+9
2021-06-15powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy2-8/+7
2021-06-15powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy3-58/+27
2021-06-15powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy3-18/+13
2021-06-15powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy2-8/+6
2021-06-15powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy1-0/+34
2021-06-15powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy2-8/+6
2021-06-15powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Christophe Leroy3-37/+9
2021-06-15powerpc: Force inlining of csum_add()Christophe Leroy1-1/+1
2021-06-15powerpc/tau: Remove superfluous parameter in alloc_workqueue() callFinn Thain1-1/+1
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman1-1/+1
2021-06-15powerpc/perf: Simplify MakefileChristophe Leroy1-4/+2
2021-06-15powerpc/prom_init: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+8
2021-06-15selftests/powerpc: Remove the repeated declarationShaokun Zhang1-2/+0
2021-06-15powerpc/spider-pci: Remove set but not used variable 'val'Baokun Li1-2/+1
2021-06-15powerpc/spufs: Remove set but not used variable 'dummy'Baokun Li1-4/+2
2021-06-15powerpc/52xx: Add fallthrough in mpc52xx_wdt_ioctl()Tom Rix1-0/+1
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman1-5/+4
2021-06-10powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand2-0/+14
2021-06-10powerpc/ps3: Warn on PS3 device errorsGeoff Levand3-16/+17
2021-06-10powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT optionGeoff Levand2-1/+10
2021-06-10powerpc/ps3: Re-align DTB in imageGeoff Levand1-1/+1