summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace/x86: cleanup ptrace_set_debugreg()Oleg Nesterov2013-07-091-18/+8
* ptrace/x86: ptrace_write_dr7() should create bp if !disabledOleg Nesterov2013-07-091-7/+10
* ptrace/x86: introduce ptrace_register_breakpoint()Oleg Nesterov2013-07-091-36/+50
* ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Oleg Nesterov2013-07-091-33/+20
* ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov2013-07-091-25/+15
* ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-23/+5
* x86: ptrace.c only needs export.h and not the full module.hPaul Gortmaker2013-02-141-1/+1
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-3/+4
|\
| * context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-4/+4
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-011-0/+7
|\ \ | |/
| * rcu: Fix unrecovered RCU user mode in syscall_trace_leave()Frederic Weisbecker2012-10-271-0/+7
* | x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin2012-11-201-0/+2
* | x86-32: Fix invalid stack address while in softirqRobert Richter2012-11-201-0/+28
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-3/+0
|\
| * x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-181-3/+0
* | x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker2012-09-261-0/+5
|/
* x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu2012-06-011-6/+0
* x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry2012-04-141-1/+6
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-1/+2
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+2
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-0/+99
|\ \ | |/
| * x32: Add ptrace for x32H.J. Lu2012-03-051-0/+99
* | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
|/
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-12/+10
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-2/+1
* arch/x86/kernel/ptrace.c: Quiet sparse noiseH Hartley Sweeten2011-12-051-1/+2
* perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+2
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* x86: Get rid of asmregparmRichard Weinberger2011-05-241-2/+2
* x86, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-251-10/+26
* ptrace: cleanup arch_ptrace() on x86Namhyung Kim2010-10-271-6/+4
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-3/+4
* hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker2010-05-011-1/+1
* Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-382/+0
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-281-2/+32
|\ \
| * | x86, ptrace: regset extensions to support xstateSuresh Siddha2010-02-111-2/+32
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-24/+0
|\ \
| * | x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu2010-01-131-24/+0
| |/
* | hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker2010-02-191-2/+5
|/
* x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds2009-12-171-8/+8
* ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov2009-12-161-14/+7
* ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov2009-12-161-9/+21
* hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker2009-12-091-31/+26
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-061-3/+6
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-061-2/+2
OpenPOWER on IntegriCloud