aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/ptrace.cThomas Gleixner1-627/+0
2007-09-21x86_64: Zero extend all registers after ptrace in 32bit entry path.Andi Kleen1-4/+0
2007-07-18Handle bogus %cs selector in single-step instruction decodingRoland McGrath1-7/+16
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-4/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-10/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-13[PATCH] x86-64: Check return value of putreg in PTRACE_SETREGSAndi Kleen1-2/+6
2006-09-26[PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fixChuck Ebbert1-7/+5
2006-09-26[PATCH] remove lock prefix from is_at_popf() testsChuck Ebbert1-2/+2
2006-09-26[PATCH] fix is_at_popf() for compat tasksChuck Ebbert1-1/+4
2006-09-26[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian1-2/+6
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-3/+3
2006-04-11[PATCH] x86_64: Remove check for canonical RIPAndi Kleen1-5/+0
2006-03-25[PATCH] x86_64: disallow multi-byte hardware execution breakpointsJan Beulich1-3/+3
2006-01-12[PATCH] amd64: task_pt_regs()Al Viro1-8/+2
2006-01-11[PATCH] x86_64: allow setting RF in EFLAGSChuck Ebbert1-3/+6
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-42/+1
2005-06-21[PATCH] x86_64: TASK_SIZE fixes for compatibility mode processesSuresh Siddha1-7/+10
2005-05-20[PATCH] x86_64: Don't allow accesses below register frame in ptraceAndi Kleen1-2/+2
2005-05-17[PATCH] x86_64: Fix canonical checking for segment registers in ptraceAndi Kleen1-4/+4
2005-05-17[PATCH] x86_64: check if ptrace RIP is canonicalAndi Kleen1-0/+5
2005-05-03[AUDIT] Log correct syscall args for i386 processes on x86_64David Woodhouse1-7/+13
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-2/+3
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+3
2005-04-29[AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.1-5/+8
2005-04-16[PATCH] x86_64: Handle programs that set TF in user space using popf while si...Andi Kleen1-0/+88
2005-04-16[PATCH] x86_64: clean up ptrace single-steppingAndi Kleen1-29/+50
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+547