summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy
2021-04-03powerpc/signal32: Simplify logging in sigreturn()Christophe Leroy
2021-04-03powerpc/signal32: Convert do_setcontext[_tm]() to user access blockChristophe Leroy
2021-04-03powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy
2021-04-03powerpc/signal32: Reorder user reads in restore_tm_user_regs()Christophe Leroy
2021-04-03powerpc/signal32: Perform access_ok() inside restore_user_regs()Christophe Leroy
2021-04-03powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()Christophe Leroy
2021-04-03powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()Christophe Leroy
2021-04-03powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_userChristophe Leroy
2021-04-03powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32Christophe Leroy
2021-04-03powerpc/uaccess: Use asm goto for get_user when compiler supports itChristophe Leroy
2021-04-03powerpc/uaccess: Introduce __get_user_size_goto()Christophe Leroy
2021-04-03powerpc/uaccess: Refactor get/put_user() and __get/put_user()Christophe Leroy
2021-04-03powerpc/uaccess: Rename __get/put_user_check/nocheckChristophe Leroy
2021-04-03powerpc/uaccess: Split out __get_user_nocheck()Christophe Leroy
2021-04-03powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()Christophe Leroy
2021-04-03powerpc/uaccess: Remove __chk_user_ptr() in __get/put_userChristophe Leroy
2021-04-03powerpc/uaccess: Remove __unsafe_put_user_goto()Christophe Leroy
2021-04-03powerpc/uaccess: Call might_fault() inconditionalyChristophe Leroy
2021-04-03powerpc/align: Don't use __get_user_instr() on kernel addressesChristophe Leroy
2021-04-03powerpc/uaccess: Move get_user_instr helpers in asm/inst.hChristophe Leroy
2021-04-03powerpc/uaccess: Remove __get/put_user_inatomic()Christophe Leroy
2021-04-03powerpc/align: Convert emulate_spe() to user_access_beginChristophe Leroy
2021-04-03powerpc/uaccess: Define ___get_user_instr() for ppc32Christophe Leroy
2021-04-03powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()Christophe Leroy
2021-04-02powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy
2021-04-02powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy
2021-04-02powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy
2021-03-31powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"Aneesh Kumar K.V
2021-03-31powerpc/pseries: Only register vio drivers if vio bus existsMichael Ellerman
2021-03-29powerpc/powernv: Remove unneeded variable: "rc"dingsenjie
2021-03-29powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configurationChen Huang
2021-03-29powerpc/pseries/hotplug-cpu: Show 'last online CPU' error in dlpar_cpu_offline()Daniel Henrique Barboza
2021-03-29powerpc/irq: Inline call_do_irq() and call_do_softirq()Christophe Leroy
2021-03-29powerpc/setup_64: Fix sparse warningsHe Ying
2021-03-29powerpc/embedded6xx: Remove CONFIG_MV64X60Christophe Leroy
2021-03-29powerpc/iommu/debug: fix ifnullfree.cocci warningskernel test robot
2021-03-29powerpc: Fix arch_stack_walk() to have running function as first entryChristophe Leroy
2021-03-29powerpc: Convert stacktrace to generic ARCH_STACKWALKChristophe Leroy
2021-03-29powerpc: Rename 'tsk' parameter into 'task'Christophe Leroy
2021-03-29powerpc: Activate HAVE_RELIABLE_STACKTRACE for allChristophe Leroy
2021-03-29powerpc/book3s64/kuap: Move Kconfig varriables to BOOK3S_64Aneesh Kumar K.V
2021-03-29powerpc/kernel: Trivial typo fix in kgdb.cBhaskar Chowdhury
2021-03-29powerpc/64s: Fix hash fault to use TRAP accessorNicholas Piggin
2021-03-29powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYSChristophe Leroy
2021-03-29powerpc/fsl-pci: Fix section mismatch warningMichael Ellerman
2021-03-29powerpc: Fix section mismatch warning in smp_setup_pacas()Michael Ellerman
2021-03-29powerpc/64s: Fold update_current_thread_[i]amr() into their only callersMichael Ellerman
2021-03-29powerpc/eeh: Fix build failure with CONFIG_PROC_FS=nMichael Ellerman
2021-03-29powerpc/pci: fix warning comparing pointer to 0Jiapeng Chong