aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-26powerpc: Add rN aliases to the pt_regs_offset table.Rashmica Gupta1-0/+1
2015-07-30powerpc/kernel: Enable seccomp filterMichael Ellerman1-1/+40
2015-07-29powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman1-11/+37
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-5/+2
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-5/+2
2013-12-13powerpc: PTRACE_PEEKUSR always returns FPR0Ulrich Weigand1-2/+2
2013-10-28powerpc: Set the NOTE type for SPE regsetSuzuki Poulose1-1/+1
2013-10-18powerpc/booke: clear DBCR0_BT in user_disable_single_step()James Yang1-1/+1
2013-10-18powerpc: move debug registers in a structureBharat Bhushan1-77/+77
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt1-24/+25
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-24/+25
2013-10-11powerpc: PTRACE_PEEKUSR/PTRACE_POKEUSER of FPR registers in little endian buildsAnton Blanchard1-4/+4
2013-07-09ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-26/+4
2013-06-25powerpc/hw_brk: Fix setting of length for exact mode breakpointsMichael Neuling1-1/+3
2013-05-14powerpc: Syscall hooks for context tracking subsystemLi Zhong1-0/+5
2013-04-18powerpc/ptrace: Add DAWR debug feature info for userspaceMichael Neuling1-0/+2
2013-04-18powerpc: fixing ptrace_get_reg to return an errorAlexey Kardashevskiy1-11/+18
2013-03-17powerpc/ptrace: Fix brk.len used uninitialisedMichael Neuling1-0/+1
2013-01-16powerpc: Add DSCR support to ptraceAlexey Kardashevskiy1-0/+29
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-28/+32
2012-11-15powerpc/ptrace: Enable hardware breakpoint upon re-registeringAravinda Prasad1-0/+4
2012-11-15powerpc/ptrace: Remove unused addr parameter in ppc_del_hwdebug()Michael Neuling1-2/+2
2012-11-15powerpc/ptrace: Fix spelling mistakeMichael Neuling1-2/+2
2012-11-15powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrace flagsK.Prasad1-4/+74
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling1-0/+3
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-42/+0
2012-05-22Revert "powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrace flags"Benjamin Herrenschmidt1-71/+6
2012-05-14powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrace flagsK.Prasad1-6/+71
2012-04-30powerpc: Remove old powerpc specific ptrace getregs/setregs callsAnton Blanchard1-42/+0
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-14/+12
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-3/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-3/+0
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-3/+0
2011-09-29powerpc/ptrace: Fix build with gcc 4.6Benjamin Herrenschmidt1-4/+14
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-05-26powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie1-0/+10
2011-05-06hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set_debugreg()Frederic Weisbecker1-4/+11
2011-04-25powerpc, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf1-3/+12
2010-12-09powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3SAndreas Schwab1-6/+16
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim1-25/+26
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-7/+8
2010-09-02powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov1-1/+1
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad1-0/+64
2010-04-07powerpc: Add kprobe-based event tracerMahesh Salgaonkar1-0/+103