summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ptrace.c
AgeCommit message (Expand)Author
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy
2019-11-13powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria
2019-11-13powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria
2019-10-30powerpc: Add build-time check of ptrace PT_xx definesMichael Ellerman
2019-10-30powerpc/ptrace: Add prototype for function pt_regs_checkMathieu Malaterre
2019-06-05ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla
2019-04-20powerpc: Add force enable of DAWR on P9 optionMichael Neuling
2019-02-22powerpc/ptrace: Simplify vr_get/set() to avoid GCC warningMichael Ellerman
2019-02-07powerpc/ptrace: Mitigate potential Spectre v1Breno Leitao
2018-12-20powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handlingDmitry V. Levin
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin
2018-10-14powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace codeMichael Ellerman
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman
2018-10-03powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao
2018-06-03powerpc/ptrace: Use copy_{from, to}_user() rather than open-codingAl Viro
2018-05-21powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling
2018-03-27powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan
2017-09-20powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero
2017-08-31powerpc: Squash lines for simple wrapper functionsMasahiro Yamada
2017-07-28powerpc/tm: Fix saving of TM SPRs in core dumpGustavo Romero
2017-01-20powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset writeDave Martin
2017-01-20powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur
2016-09-13powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()Simon Guo
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens
2016-08-10powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur
2016-08-01powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for EBB registersAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual
2016-08-01powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual
2016-08-01powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual
2016-08-01powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-06-14powerpc/ptrace: run seccomp after ptraceKees Cook
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-06-06powerpc/ptrace: Fix out of bounds array access warningKhem Raj