summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ptrace.c
AgeCommit message (Expand)Author
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-05-24x86: Get rid of asmregparmRichard Weinberger
2011-04-25x86, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker
2010-10-27ptrace: cleanup arch_ptrace() on x86Namhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-05-01hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-28Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-19hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker
2010-02-11x86, ptrace: regset extensions to support xstateSuresh Siddha
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu
2009-12-17x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds
2009-12-16ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov
2009-12-16ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker
2009-09-22x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath
2009-09-22x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath
2009-09-11x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone
2009-08-11tracing: Add syscall tracepointsJason Baron
2009-07-01x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput
2009-06-02hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad
2009-06-02hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger
2009-04-07x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov