summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* x86, bts, mm: clean up buffer allocationMarkus Metzger2009-04-241-13/+26
* Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-1/+2
|\
| * tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-091-1/+2
* | x86, ptrace: add bts context unconditionallyMarkus Metzger2009-04-071-19/+1
* | x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger2009-04-071-2/+3
* | mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger2009-04-071-85/+169
|/
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-0/+7
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-0/+7
| |\
| | * tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker2009-03-131-0/+7
* | | signals: remove 'handler' parameter to tracehook functionsOleg Nesterov2009-04-021-1/+1
|/ /
* | x86: ptrace, bts: fix an unreachable statementAmérico Wang2009-03-131-2/+1
|/
*---. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-1/+1
|\ \ \
| | | * x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath2009-03-021-1/+1
* | | | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar2009-02-211-1/+1
|/ / /
| | |
| \ \
*-. \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-6/+10
|\ \ \ \ | | |/ / | |/| / | | |/
| | * x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-111-6/+10
| |/
* | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-101-4/+1
* | x86: add %gs accessors for x86_32Tejun Heo2009-02-101-8/+6
|/
* x86, bts: memory accountingMarkus Metzger2008-12-201-11/+34
* x86, bts: add fork and exit handlingMarkus Metzger2008-12-201-10/+40
* x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-121-311/+105
* x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger2008-12-121-2/+3
* x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-251-2/+20
* x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-251-33/+40
* x86, bts: DS and BTS initializationMarkus Metzger2008-11-101-5/+4
*-----. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-121-3/+41
|\ \ \ \
| | | | * x86: ioperm user_regsetRoland McGrath2008-10-121-0/+37
| |_|_|/ |/| | |
| * | | Merge branch 'x86/urgent' into core/signalIngo Molnar2008-10-121-175/+269
| |\ \ \ | |/ / / |/| | |
| * | | signals: demultiplexing SIGTRAP signalSrinivasa Ds2008-09-231-3/+4
| | | |
| | \ \
| *-. \ \ Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar2008-09-061-29/+7
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1Ingo Molnar2008-10-061-28/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86: tracehook syscallRoland McGrath2008-07-261-28/+6
| |/ / /
* | | | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar2008-10-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | X86_32: declare pt_regs_access as unsigned longJaswinder Singh2008-07-251-1/+1
| |/ /
* | | x86: ds.c ptrace.c integer as NULL pointer sparse fixesHarvey Harrison2008-09-241-3/+3
* | | Merge branch 'linus' into x86/pebsIngo Molnar2008-07-251-97/+58
|\ \ \ | |/ /
| * | x86 ptrace: user-sets-TF nitsRoland McGrath2008-07-161-0/+10
| * | x86 ptrace: unify syscall tracingRoland McGrath2008-07-161-95/+46
| * | x86 ptrace: fix PTRACE_GETFPXREGS errorRoland McGrath2008-07-011-2/+2
| |/
* | Merge branch 'linus' into x86/pebsThomas Gleixner2008-05-171-2/+5
|\ \ | |/
| * x86: user_regset_view table fix for ia32 on 64-bitRoland McGrath2008-05-131-2/+5
* | x86, ptrace: PEBS supportMarkus Metzger2008-05-121-175/+269
|/
* x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath2008-04-261-59/+8
* x86_64 ia32 ptrace: use compat_ptrace_request for siginfoRoland McGrath2008-04-261-29/+1
* x86: regparm(3) is mandatory, no need to annotateHarvey Harrison2008-04-171-1/+0
* x86: ptrace.c: fix defined-but-unused warningsAndrew Morton2008-03-271-84/+85
* x86: ia32 syscall restart fixRoland McGrath2008-03-111-1/+8
* x86_64: make ptrace always sign-extend orig_ax to 64 bitsRoland McGrath2008-03-071-0/+10
* x86: disable BTS ptrace extensions for nowIngo Molnar2008-02-291-0/+12
* x86 ptrace: fix compat PTRACE_SETREGSRoland McGrath2008-02-221-2/+2
OpenPOWER on IntegriCloud