aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker1-0/+5
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha1-3/+0
2012-06-01x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu1-6/+0
2012-04-14x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry1-1/+6
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+99
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+2
2012-03-05x32: Add ptrace for x32H.J. Lu1-0/+99
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-12/+10
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-2/+1
2011-12-05arch/x86/kernel/ptrace.c: Quiet sparse noiseH Hartley Sweeten1-1/+2
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+2
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-05-24x86: Get rid of asmregparmRichard Weinberger1-2/+2
2011-04-25x86, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker1-10/+26
2010-10-27ptrace: cleanup arch_ptrace() on x86Namhyung Kim1-6/+4
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+4
2010-05-01hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker1-1/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-382/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-28Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+32
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-24/+0
2010-02-19hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker1-2/+5
2010-02-11x86, ptrace: regset extensions to support xstateSuresh Siddha1-2/+32
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu1-24/+0
2009-12-17x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds1-8/+8
2009-12-16ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov1-14/+7
2009-12-16ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov1-9/+21
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker1-31/+26
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker1-3/+6
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker1-2/+2
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker1-4/+12
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-33/+41
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker1-7/+1
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-87/+206
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-57/+125
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker1-13/+8
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-13/+8
2009-09-22x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath1-1/+13
2009-09-22x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath1-18/+1
2009-09-11x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu1-1/+1
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar1-6/+7
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu1-0/+112
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-7/+5