aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy1-3468/+0
2019-11-13powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria1-6/+3
2019-11-13powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria1-0/+1
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria1-3/+3
2019-10-30powerpc: Add build-time check of ptrace PT_xx definesMichael Ellerman1-0/+63
2019-10-30powerpc/ptrace: Add prototype for function pt_regs_checkMathieu Malaterre1-0/+6
2019-06-05ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla1-1/+0
2019-04-20powerpc: Add force enable of DAWR on P9 optionMichael Neuling1-1/+2
2019-02-22powerpc/ptrace: Simplify vr_get/set() to avoid GCC warningMichael Ellerman1-2/+8
2019-02-07powerpc/ptrace: Mitigate potential Spectre v1Breno Leitao1-1/+7
2018-12-20powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handlingDmitry V. Levin1-23/+31
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova1-1/+6
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin1-2/+2
2018-10-14powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace codeMichael Ellerman1-7/+7
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman1-0/+39
2018-10-03powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao1-0/+11
2018-06-03powerpc/ptrace: Use copy_{from, to}_user() rather than open-codingAl Viro1-14/+6
2018-05-21powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling1-0/+1
2018-03-27powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling1-2/+14
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann1-0/+66
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-1/+1
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan1-0/+12
2017-09-20powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero1-1/+1
2017-08-31powerpc: Squash lines for simple wrapper functionsMasahiro Yamada1-30/+12
2017-07-28powerpc/tm: Fix saving of TM SPRs in core dumpGustavo Romero1-3/+10
2017-01-20powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset writeDave Martin1-0/+7
2017-01-20powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin1-0/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur1-23/+23
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-210/+68
2016-09-13powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()Simon Guo1-45/+29
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens1-0/+1
2016-08-10powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur1-0/+19
2016-08-01powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual1-0/+75
2016-08-01powerpc/ptrace: Enable support for EBB registersAnshuman Khandual1-0/+75
2016-08-01powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual1-0/+117
2016-08-01powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual1-0/+178
2016-08-01powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual1-1/+142
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual1-0/+129
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual1-0/+158
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual1-0/+126
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual1-0/+222
2016-08-01powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual1-13/+51
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual1-0/+64
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual1-3/+87
2016-08-01powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual1-4/+89
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-22/+24
2016-06-14powerpc/ptrace: run seccomp after ptraceKees Cook1-21/+23
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-06-06powerpc/ptrace: Fix out of bounds array access warningKhem Raj1-2/+2