aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo 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', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo 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-26x86: 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
2008-04-26x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath1-59/+8
2008-04-26x86_64 ia32 ptrace: use compat_ptrace_request for siginfoRoland McGrath1-29/+1
2008-04-17x86: regparm(3) is mandatory, no need to annotateHarvey Harrison1-1/+0
2008-03-27x86: ptrace.c: fix defined-but-unused warningsAndrew Morton1-84/+85
2008-03-11x86: ia32 syscall restart fixRoland McGrath1-1/+8
2008-03-07x86_64: make ptrace always sign-extend orig_ax to 64 bitsRoland McGrath1-0/+10
2008-02-29x86: disable BTS ptrace extensions for nowIngo Molnar1-0/+12
2008-02-22x86 ptrace: fix compat PTRACE_SETREGSRoland McGrath1-2/+2