summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-041-23/+23
* powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-041-210/+68
* powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()Simon Guo2016-09-131-45/+29
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur2016-08-101-0/+19
* powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual2016-08-011-0/+75
* powerpc/ptrace: Enable support for EBB registersAnshuman Khandual2016-08-011-0/+75
* powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual2016-08-011-0/+117
* powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual2016-08-011-0/+178
* powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual2016-08-011-1/+142
* powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual2016-08-011-0/+129
* powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual2016-08-011-0/+158
* powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual2016-08-011-0/+126
* powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual2016-08-011-0/+222
* powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual2016-08-011-13/+51
* powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual2016-08-011-0/+64
* powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual2016-08-011-3/+87
* powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual2016-08-011-4/+89
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-22/+24
|\
| * powerpc/ptrace: run seccomp after ptraceKees Cook2016-06-141-21/+23
| * seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
* | powerpc/ptrace: Fix out of bounds array access warningKhem Raj2016-06-061-2/+2
|/
* powerpc: Add rN aliases to the pt_regs_offset table.Rashmica Gupta2015-11-261-0/+1
* powerpc/kernel: Enable seccomp filterMichael Ellerman2015-07-301-1/+40
* powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman2015-07-291-11/+37
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-5/+2
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-5/+2
* | powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
|/
* powerpc: PTRACE_PEEKUSR always returns FPR0Ulrich Weigand2013-12-131-2/+2
* powerpc: Set the NOTE type for SPE regsetSuzuki Poulose2013-10-281-1/+1
* powerpc/booke: clear DBCR0_BT in user_disable_single_step()James Yang2013-10-181-1/+1
* powerpc: move debug registers in a structureBharat Bhushan2013-10-181-77/+77
* Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-111-24/+25
|\
| * powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-111-24/+25
* | powerpc: PTRACE_PEEKUSR/PTRACE_POKEUSER of FPR registers in little endian buildsAnton Blanchard2013-10-111-4/+4
|/
* ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-26/+4
* powerpc/hw_brk: Fix setting of length for exact mode breakpointsMichael Neuling2013-06-251-1/+3
* powerpc: Syscall hooks for context tracking subsystemLi Zhong2013-05-141-0/+5
* powerpc/ptrace: Add DAWR debug feature info for userspaceMichael Neuling2013-04-181-0/+2
* powerpc: fixing ptrace_get_reg to return an errorAlexey Kardashevskiy2013-04-181-11/+18
* powerpc/ptrace: Fix brk.len used uninitialisedMichael Neuling2013-03-171-0/+1
* powerpc: Add DSCR support to ptraceAlexey Kardashevskiy2013-01-161-0/+29
* powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-101-28/+32
* powerpc/ptrace: Enable hardware breakpoint upon re-registeringAravinda Prasad2012-11-151-0/+4
* powerpc/ptrace: Remove unused addr parameter in ppc_del_hwdebug()Michael Neuling2012-11-151-2/+2
* powerpc/ptrace: Fix spelling mistakeMichael Neuling2012-11-151-2/+2
* powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrac...K.Prasad2012-11-151-4/+74
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-0/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-05-231-42/+0
|\
| * Revert "powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new P...Benjamin Herrenschmidt2012-05-221-71/+6