summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar1-6/+7
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-03hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad1-90/+141
2009-06-03hw-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...Linus Torvalds1-0/+7
2009-04-03signals: 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', 'x...Ingo Molnar1-1/+1
2009-03-03x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath1-1/+1
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar1-1/+1
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar1-6/+10
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger1-6/+10
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-4/+1
2009-02-10x86: add %gs accessors for x86_32Tejun Heo1-8/+6
2008-12-20x86, bts: memory accountingMarkus Metzger1-11/+34
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger1-10/+40
2008-12-12x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger1-311/+105
2008-12-12x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger1-2/+3
2008-11-25x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger1-2/+20
2008-11-25x86, bts: base in-kernel ds interface on handlesMarkus Metzger1-33/+40
2008-11-10x86, bts: DS and BTS initializationMarkus Metzger1-5/+4
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar1-3/+41
2008-10-12x86: ioperm user_regsetRoland McGrath1-0/+37
2008-10-12Merge branch 'x86/urgent' into core/signalIngo Molnar1-175/+269
2008-10-06Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1Ingo Molnar1-28/+6
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar1-1/+1
2008-09-24x86: ds.c ptrace.c integer as NULL pointer sparse fixesHarvey Harrison1-3/+3
2008-09-23signals: demultiplexing SIGTRAP signalSrinivasa Ds1-3/+4
2008-09-06Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar1-29/+7
2008-07-27x86: tracehook syscallRoland McGrath1-28/+6
2008-07-25Merge branch 'linus' into x86/pebsIngo Molnar1-97/+58
2008-07-25X86_32: declare pt_regs_access as unsigned longJaswinder Singh1-1/+1
2008-07-16x86 ptrace: user-sets-TF nitsRoland McGrath1-0/+10
2008-07-16x86 ptrace: unify syscall tracingRoland McGrath1-95/+46
2008-07-01x86 ptrace: fix PTRACE_GETFPXREGS errorRoland McGrath1-2/+2
2008-05-17Merge branch 'linus' into x86/pebsThomas Gleixner1-2/+5
2008-05-13x86: user_regset_view table fix for ia32 on 64-bitRoland McGrath1-2/+5
2008-05-12x86, ptrace: PEBS supportMarkus Metzger1-175/+269