summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
AgeCommit message (Expand)Author
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski
2015-07-06x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst
2015-05-19x86/fpu: Factor out fpu/regset.h from fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar
2015-05-19x86/fpu: Rename regset FPU register accessorsIngo Molnar
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2015-02-25x86/ptrace: Remove checks for TIF_IA32 when changing CS and SSAndy Lutomirski
2014-11-20x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1Andy Lutomirski
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2014-09-08x86: Split syscall_trace_enter into two phasesAndy Lutomirski
2014-09-08x86, entry: Only call user_exit if TIF_NOHZAndy Lutomirski
2014-09-08x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt
2014-03-06x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt
2013-07-09ptrace/x86: cleanup ptrace_set_debugreg()Oleg Nesterov
2013-07-09ptrace/x86: ptrace_write_dr7() should create bp if !disabledOleg Nesterov
2013-07-09ptrace/x86: introduce ptrace_register_breakpoint()Oleg Nesterov
2013-07-09ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Oleg Nesterov
2013-07-09ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov
2013-07-09ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov
2013-02-14x86: ptrace.c only needs export.h and not the full module.hPaul Gortmaker
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-12-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-20x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin
2012-11-20x86-32: Fix invalid stack address while in softirqRobert Richter
2012-10-27rcu: Fix unrecovered RCU user mode in syscall_trace_leave()Frederic Weisbecker
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-06-01x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu
2012-04-14x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju
2012-03-05x32: Add ptrace for x32H.J. Lu
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2011-12-05arch/x86/kernel/ptrace.c: Quiet sparse noiseH Hartley Sweeten
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-05-24x86: Get rid of asmregparmRichard Weinberger
2011-04-25x86, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker
2010-10-27ptrace: cleanup arch_ptrace() on x86Namhyung Kim