aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAge
* x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds2009-12-17
* ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov2009-12-16
* ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov2009-12-16
* hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker2009-12-09
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-06
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-06
* hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker2009-12-02
* hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-27
* hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-26
* Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-21
|\
| * hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-08
| * Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-17
| |\
| * \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-07
| |\ \
| * | | x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput2009-07-01
| * | | hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad2009-06-02
| * | | hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad2009-06-02
* | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath2009-09-23
| * | | x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath2009-09-23
| | |/ | |/|
* | | x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu2009-09-10
* | | x86: Add pt_regs register and stack access APIsMasami Hiramatsu2009-08-26
|/ /
* | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-25
* | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-25
* | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-25
* | tracing: Add syscall tracepointsJason Baron2009-08-11
|/
* x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-24
* Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-24
|\
| * tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-08
* | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-07
* | x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger2009-04-07
* | mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-07
|/
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-05
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-01
| |\
| | * tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker2009-03-13
* | | signals: remove 'handler' parameter to tracehook functionsOleg Nesterov2009-04-02
|/ /
* / x86: ptrace, bts: fix an unreachable statementAmérico Wang2009-03-13
|/
*---. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-03
|\ \ \
| | | * x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath2009-03-02
* | | | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar2009-02-20
|/ / /
| | |
| \ \
*-. \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-13
|\ \ \ \ | | |/ / | |/| / | | |/
| | * x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-11
| |/
* | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-09
* | x86: add %gs accessors for x86_32Tejun Heo2009-02-09
|/
* x86, bts: memory accountingMarkus Metzger2008-12-20
* x86, bts: add fork and exit handlingMarkus Metzger2008-12-20
* x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-12
* x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger2008-12-12
* x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-25
* x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-25
* x86, bts: DS and BTS initializationMarkus Metzger2008-11-10