summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-0/+7
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-0/+7
| |\
| | * tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker2009-03-131-0/+7
* | | signals: remove 'handler' parameter to tracehook functionsOleg Nesterov2009-04-021-1/+1
|/ /
* / x86: ptrace, bts: fix an unreachable statementAmérico Wang2009-03-131-2/+1
|/
*---. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-1/+1
|\ \ \
| | | * x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath2009-03-021-1/+1
* | | | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar2009-02-211-1/+1
|/ / /
| | |
| \ \
*-. \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-6/+10
|\ \ \ \ | | |/ / | |/| / | | |/
| | * x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-111-6/+10
| |/
* | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-101-4/+1
* | x86: add %gs accessors for x86_32Tejun Heo2009-02-101-8/+6
|/
* x86, bts: memory accountingMarkus Metzger2008-12-201-11/+34
* x86, bts: add fork and exit handlingMarkus Metzger2008-12-201-10/+40
* x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-121-311/+105
* x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger2008-12-121-2/+3
* x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-251-2/+20
* x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-251-33/+40
* x86, bts: DS and BTS initializationMarkus Metzger2008-11-101-5/+4