aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin2012-12-061-0/+2
* x86-32: Fix invalid stack address while in softirqRobert Richter2012-12-061-0/+28
* perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+2
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* x86: Get rid of asmregparmRichard Weinberger2011-05-241-2/+2
* x86, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-251-10/+26
* ptrace: cleanup arch_ptrace() on x86Namhyung Kim2010-10-271-6/+4
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-3/+4
* hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker2010-05-011-1/+1
* Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-382/+0
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-281-2/+32
|\ \
| * | x86, ptrace: regset extensions to support xstateSuresh Siddha2010-02-111-2/+32
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-24/+0
|\ \
| * | x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu2010-01-131-24/+0
| |/
* | hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker2010-02-191-2/+5
|/
* x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds2009-12-171-8/+8
* ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov2009-12-161-14/+7
* ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov2009-12-161-9/+21
* hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker2009-12-091-31/+26
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-061-3/+6
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-061-2/+2
* hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker2009-12-021-4/+12
* hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-271-33/+41
* hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-261-7/+1
* Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-211-87/+206
|\
| * hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-081-57/+125
| * Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-13/+8
| |\
| * \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071-6/+7
| |\ \
| * | | x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput2009-07-011-1/+1
| * | | hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad2009-06-021-90/+141
| * | | hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad2009-06-021-8/+8
* | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-13/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath2009-09-221-1/+13
| * | | x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath2009-09-221-18/+1
| | |/ | |/|
* | | x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu2009-09-111-1/+1
* | | x86: Add pt_regs register and stack access APIsMasami Hiramatsu2009-08-271-0/+112
|/ /
* | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-261-7/+5
* | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-2/+2
* | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-261-2/+2
* | tracing: Add syscall tracepointsJason Baron2009-08-111-2/+5
|/
* x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-241-13/+26
* Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-1/+2
|\
| * tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-091-1/+2
* | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-071-19/+1
* | x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger2009-04-071-2/+3
* | mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-071-85/+169
|/