aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-06x86 ptrace: disallow null cs/ssRoland McGrath1-2/+23
2008-01-30x86, ptrace: add bts_struct size to status commandMarkus Metzger1-0/+2
2008-01-30x86, ptrace: add buffer size checksMarkus Metzger1-4/+21
2008-01-30x86, ptrace: support 32bit-cross-64bit BTS recordingMarkus Metzger1-1/+1
2008-01-30x86, ptrace: rlimit BTS buffer allocationMarkus Metzger1-46/+103
2008-01-30x86: x86 ptrace generic requestsRoland McGrath1-36/+1
2008-01-30x86: x86 core dump TLSRoland McGrath1-0/+1
2008-01-30x86: x86 ptrace user_regsetRoland McGrath1-159/+77
2008-01-30x86: x86 user_regset_viewRoland McGrath1-0/+87
2008-01-30x86: x86 user_regset general regsRoland McGrath1-0/+109
2008-01-30x86: x86 i387 user_regsetRoland McGrath1-1/+0
2008-01-30x86, ptrace: new ptrace BTS APIMarkus Metzger1-91/+130
2008-01-30x86, ptrace: change BTS GET ptrace interfaceMarkus Metzger1-14/+16
2008-01-30x86, ptrace: use jiffies for BTS timestampsMarkus Metzger1-1/+1
2008-01-30x86, ptrace: support for branch trace store(BTS)Markus Metzger1-0/+212
2008-01-30x86: x86 ia32 ptrace arch mergeRoland McGrath1-0/+214
2008-01-30x86: x86 ia32 ptrace getreg/putreg mergeRoland McGrath1-2/+128
2008-01-30x86: x86 ptrace merge syscall traceRoland McGrath1-0/+64