summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2021-04-14powerpc/rtas: improve ppc_rtas_rmo_buf_show documentationNathan Lynch
2021-04-14powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar
2021-04-14powerpc/smp: Make some symbols staticYu Kuai
2021-04-14powerpc/mce: Make symbol 'mce_ue_event_work' staticLi Huafei
2021-04-14powerpc/security: Make symbol 'stf_barrier' staticLi Huafei
2021-04-14powerpc/modules: Load modules closer to kernel textChristophe Leroy
2021-04-12powerpc/signal32: Fix build failure with CONFIG_SPEChristophe Leroy
2021-04-12powerpc/64s: remove KVM SKIP test from instruction breakpoint handlerNicholas Piggin
2021-04-12powerpc/64s: Remove KVM handler support from CBE_RAS interruptsNicholas Piggin
2021-04-08powerpc/64s: power4 nap fixup in CNicholas Piggin
2021-04-08powerpc/64: Move security code into security.cMichael Ellerman
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury
2021-04-03powerpc: Switch to relative jump labelsChristophe 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/align: Don't use __get_user_instr() on kernel addressesChristophe 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-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-29powerpc/irq: Inline call_do_irq() and call_do_softirq()Christophe Leroy
2021-03-29powerpc/setup_64: Fix sparse warningsHe Ying
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/kernel: Trivial typo fix in kgdb.cBhaskar Chowdhury
2021-03-29powerpc: Fix section mismatch warning in smp_setup_pacas()Michael Ellerman
2021-03-29powerpc/eeh: Fix build failure with CONFIG_PROC_FS=nMichael Ellerman
2021-03-29powerpc/asm-offsets: GPR14 is not needed eitherChristophe Leroy
2021-03-29powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...Christophe Leroy
2021-03-29powerpc/64e: Trivial spelling fixes throughout head_fsl_booke.SBhaskar Chowdhury
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy
2021-03-29powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy
2021-03-29powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500Christophe Leroy
2021-03-29powerpc/32: Return directly from power_save_ppc32_restore()Christophe Leroy
2021-03-29powerpc/32: Save remaining registers in exception prologChristophe Leroy
2021-03-29powerpc/32: Refactor saving of volatile registers in exception prologsChristophe Leroy
2021-03-29powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy
2021-03-29powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy
2021-03-29powerpc/32: Only restore non volatile registers when requiredChristophe Leroy