summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-06-20powerpc/vas: Add platform specific user window operationsHaren Myneni4-25/+91
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni3-2/+21
2021-06-20powerpc/vas: Move VAS API to book3s common platformHaren Myneni9-18/+24
2021-06-20powerpc/powernv/vas: Release reference to tgid during window closeHaren Myneni1-4/+5
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman31-1517/+1586
2021-06-17powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V1-9/+17
2021-06-17powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman1-2/+2
2021-06-16powerpc/watchdog: include linux/processor.h for spin_until_condSudeep Holla1-0/+1
2021-06-16powerpc/64: drop redundant defination of spin_until_condSudeep Holla1-11/+0
2021-06-16powerpc/signal32: Remove impossible #ifdef combinationsChristophe Leroy1-55/+0
2021-06-16powerpc/32: Display modules range in virtual memory layoutChristophe Leroy1-0/+4
2021-06-16powerpc: make stack walking KASAN-safeDaniel Axtens3-7/+8
2021-06-16powerpc: Move update_power8_hid0() into its only userChristophe Leroy2-10/+10
2021-06-16powerpc: Remove proc_trap()Christophe Leroy1-2/+0
2021-06-16powerpc/32: Remove __main()Christophe Leroy1-6/+0
2021-06-16powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy2-4/+4
2021-06-16powerpc: Define swapper_pg_dir[] in CChristophe Leroy10-81/+10
2021-06-16powerpc: Define empty_zero_page[] in CChristophe Leroy7-28/+3
2021-06-16powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy1-32/+0
2021-06-16powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy1-4/+1
2021-06-16powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy1-46/+1
2021-06-16powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy1-42/+24
2021-06-16powerpc/nohash: Convert set_context() to CChristophe Leroy7-48/+27
2021-06-16powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy7-67/+8
2021-06-16powerpc/kuap: Force inlining of all first level KUAP helpers.Christophe Leroy1-11/+11
2021-06-16powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy4-14/+10
2021-06-16powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy2-12/+3
2021-06-16powerpc/32s: Activate KUAP and KUEP by defaultChristophe Leroy1-2/+2
2021-06-16powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy4-73/+104
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