aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ptrace.c
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2022-11-01x86: Improve formatting of user_regset arraysRick Edgecombe
2022-11-01x86: Separate out x86_regset for 32 and 64 bitRick Edgecombe
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner
2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin
2021-02-04x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selectionAndy Lutomirski
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra
2020-09-04x86/debug: Support negative polarity DR6 bitsPeter Zijlstra
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-07-27x86: switch to ->regset_get()Al Viro
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski
2020-06-18x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-11-26x86/ptrace: Document FSBASE and GSBASE ABI odditiesAndy Lutomirski
2019-11-26x86/ptrace: Remove set_segment_reg() implementations for currentAndy Lutomirski
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner
2019-11-16x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner
2019-08-07x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva
2019-07-15Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-06-27x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-06-22x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae
2019-06-05ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman
2019-05-29signal/x86: Remove task parameter from send_sigtrapEric W. Biederman
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae
2018-10-08x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman
2018-09-19signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds