aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-01hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker1-1/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-382/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-28Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+32
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-24/+0
2010-02-19hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker1-2/+5
2010-02-11x86, ptrace: regset extensions to support xstateSuresh Siddha1-2/+32
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu1-24/+0
2009-12-17x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds1-8/+8
2009-12-16ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov1-14/+7
2009-12-16ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov1-9/+21
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker1-31/+26
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker1-3/+6
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker1-2/+2
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker1-4/+12
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-33/+41
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker1-7/+1
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-87/+206
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-57/+125
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker1-13/+8
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-13/+8
2009-09-22x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath1-1/+13
2009-09-22x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath1-18/+1
2009-09-11x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu1-1/+1
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar1-6/+7
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu1-0/+112
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-7/+5
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-2/+2
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone1-2/+2
2009-08-11tracing: Add syscall tracepointsJason Baron1-2/+5
2009-07-01x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput1-1/+1
2009-06-02hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad1-90/+141
2009-06-02hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad1-8/+8
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger1-13/+26
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-1/+2
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker1-1/+2
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-19/+1
2009-04-07x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger1-2/+3
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger1-85/+169
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+7
2009-03-13x86: ptrace, bts: fix an unreachable statementAmérico Wang1-2/+1
2009-03-13tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker1-0/+7
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/coreIngo Molnar1-1/+1
2009-03-02x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath1-1/+1
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar1-1/+1