aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst1-3/+3
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+0
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski1-2/+2
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner1-1/+1
2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin1-1/+1
2021-02-04x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selectionAndy Lutomirski1-8/+38
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra1-3/+3
2020-09-04x86/debug: Support negative polarity DR6 bitsPeter Zijlstra1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-52/+23
2020-07-27x86: switch to ->regset_get()Al Viro1-52/+23
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski1-13/+30
2020-06-18x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae1-15/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-11-26x86/ptrace: Document FSBASE and GSBASE ABI odditiesAndy Lutomirski1-0/+17
2019-11-26x86/ptrace: Remove set_segment_reg() implementations for currentAndy Lutomirski1-12/+7
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner1-4/+8
2019-11-16x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner1-1/+1
2019-08-07x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-15Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix the testAndy Lutomirski1-2/+12
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+5
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+0
2019-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+2
2019-06-27x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen1-1/+4
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra1-29/+0
2019-06-22x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae1-12/+2
2019-06-05ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla1-3/+0
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-1/+1
2019-05-29signal/x86: Remove task parameter from send_sigtrapEric W. Biederman1-3/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae1-4/+5
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-22/+7
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae1-19/+8
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae1-46/+5
2018-10-08x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski1-10/+52
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman1-8/+2
2018-09-19signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman1-15/+7
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman1-6/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+1
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-1/+1
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey1-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski1-1/+1
2016-09-14x86/ptrace: Down with test_thread_flag(TIF_IA32)Dmitry Safonov1-1/+1
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar1-3/+3