summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Improve formatting of user_regset arraysRick Edgecombe2022-11-011-42/+65
* x86: Separate out x86_regset for 32 and 64 bitRick Edgecombe2022-11-011-24/+43
* x86/32: Remove lazy GS macrosBrian Gerst2022-04-141-3/+3
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2022-02-181-2/+2
|/
* x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner2021-10-201-1/+1
* x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin2021-05-121-1/+1
* x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selectionAndy Lutomirski2021-02-041-8/+38
* x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra2020-09-041-3/+3
* x86/debug: Support negative polarity DR6 bitsPeter Zijlstra2020-09-041-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-52/+23
|\
| * x86: switch to ->regset_get()Al Viro2020-07-271-52/+23
* | x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski2020-07-011-13/+30
* | x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae2020-06-181-15/+2
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* x86/ptrace: Document FSBASE and GSBASE ABI odditiesAndy Lutomirski2019-11-261-0/+17
* x86/ptrace: Remove set_segment_reg() implementations for currentAndy Lutomirski2019-11-261-12/+7
* x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-161-4/+8
* x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner2019-11-161-1/+1
* x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
* Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-2/+12
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-4/+5
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * signal/x86: Remove task parameter from send_sigtrapEric W. Biederman2019-05-291-3/+4
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-29/+0
|\ \
| * | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-29/+0
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-1/+3
|\ \ \
| * | | x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen2019-06-271-1/+4
| |/ /
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-12/+2
|\ \ \
| * | | x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae2019-06-221-12/+2
| |/ /
* / / ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla2019-06-051-3/+0
|/ /
* / 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/+7
|\
| * signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+2
| * signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman2018-09-191-15/+7
| * signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-191-6/+5
* | x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae2018-10-081-19/+8
* | x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae2018-10-081-46/+5
* | 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-031-1/+1
|\
| * x86/ptrace: Down with test_thread_flag(TIF_IA32)Dmitry Safonov2016-09-141-1/+1