summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae2018-12-181-4/+5
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-22/+7Star
|\
| * signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+2Star
| * signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman2018-09-191-15/+7Star
| * signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-6/+5Star
* | x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae2018-10-081-19/+8Star
* | x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae2018-10-081-46/+5Star
* | x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski2018-10-081-10/+52
|/
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+1
* x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-301-1/+1
* x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-201-4/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-041-1/+1
|\
| * x86/ptrace: Down with test_thread_flag(TIF_IA32)Dmitry Safonov2016-09-141-1/+1
* | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-1/+1
* | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-3/+3
|\ \
| * | x86: Apply more __ro_after_init and constKees Cook2016-08-101-3/+3
| |/
* / x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf2016-08-181-2/+2
|/
* x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-271-6/+9
* x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-201-2/+2
* x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-291-4/+4
* x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimizationAndy Lutomirski2016-04-291-38/+6Star
* x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-191-1/+1
* arch/x86/kernel/ptrace.c: Remove unused arg_offs_tablechengang@emindsoft.com.cn2015-12-291-15/+0Star
* x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-071-201/+1Star
* x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst2015-07-061-64/+74
* x86/fpu: Factor out fpu/regset.h from fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar2015-05-191-0/+1
* x86/fpu: Rename regset FPU register accessorsIngo Molnar2015-05-191-3/+3
* x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0Star
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* x86/ptrace: Remove checks for TIF_IA32 when changing CS and SSAndy Lutomirski2015-02-251-8/+2Star
* x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1Andy Lutomirski2014-11-201-1/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-201-2/+2
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-6/+2Star
* | x86: Split syscall_trace_enter into two phasesAndy Lutomirski2014-09-081-24/+133
* | x86, entry: Only call user_exit if TIF_NOHZAndy Lutomirski2014-09-081-1/+6
* | x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski2014-09-081-10/+1Star
* | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-031-1/+1
|/
* x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-071-1/+1
* x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-071-4/+4
* ptrace/x86: cleanup ptrace_set_debugreg()Oleg Nesterov2013-07-091-18/+8Star
* 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/+20Star
* ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov2013-07-091-25/+15Star
* ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-23/+5Star