aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
AgeCommit message (Expand)Author
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
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-13x86: ptrace, bts: fix an unreachable statementAmérico Wang
2009-03-13tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar
2009-03-02x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo
2009-02-10x86: add %gs accessors for x86_32Tejun Heo
2008-12-20x86, bts: memory accountingMarkus Metzger
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger
2008-12-12x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger
2008-12-12x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger
2008-11-25x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger
2008-11-25x86, bts: base in-kernel ds interface on handlesMarkus Metzger
2008-11-10x86, bts: DS and BTS initializationMarkus Metzger
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar
2008-10-12x86: ioperm user_regsetRoland McGrath
2008-10-12Merge branch 'x86/urgent' into core/signalIngo Molnar