index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-01
x86: Improve formatting of user_regset arrays
Rick Edgecombe
1
-42
/
+65
2022-11-01
x86: Separate out x86_regset for 32 and 64 bit
Rick Edgecombe
1
-24
/
+43
2022-04-14
x86/32: Remove lazy GS macros
Brian Gerst
1
-3
/
+3
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+0
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+0
2022-02-18
x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
Andy Lutomirski
1
-2
/
+2
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
1
-1
/
+1
2021-05-12
x86/regs: Syscall_get_nr() returns -1 for a non-system call
H. Peter Anvin
1
-1
/
+1
2021-02-04
x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selection
Andy Lutomirski
1
-8
/
+38
2020-09-04
x86/debug: Change thread.debugreg6 to thread.virtual_dr6
Peter Zijlstra
1
-3
/
+3
2020-09-04
x86/debug: Support negative polarity DR6 bits
Peter Zijlstra
1
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-52
/
+23
2020-07-27
x86: switch to ->regset_get()
Al Viro
1
-52
/
+23
2020-07-01
x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbase
Andy Lutomirski
1
-13
/
+30
2020-06-18
x86/ptrace: Prevent ptrace from clearing the FS/GS selector
Chang S. Bae
1
-15
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-11-26
x86/ptrace: Document FSBASE and GSBASE ABI oddities
Andy Lutomirski
1
-0
/
+17
2019-11-26
x86/ptrace: Remove set_segment_reg() implementations for current
Andy Lutomirski
1
-12
/
+7
2019-11-16
x86/ioperm: Move iobitmap data into a struct
Thomas Gleixner
1
-4
/
+8
2019-11-16
x86/ptrace: Prevent truncation of bitmap size
Thomas Gleixner
1
-1
/
+1
2019-08-07
x86/ptrace: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-07-15
Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...
Andy Lutomirski
1
-2
/
+12
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+5
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-29
/
+0
2019-07-08
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+3
2019-07-08
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+2
2019-06-27
x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
Dianzhang Chen
1
-1
/
+4
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
1
-29
/
+0
2019-06-22
x86/ptrace: Prevent ptrace from clearing the FS/GS selector
Chang S. Bae
1
-12
/
+2
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
1
-3
/
+0
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
1
-1
/
+1
2019-05-29
signal/x86: Remove task parameter from send_sigtrap
Eric W. Biederman
1
-3
/
+4
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-12-18
x86/fsgsbase/64: Fix the base write helper functions
Chang S. Bae
1
-4
/
+5
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-22
/
+7
2018-10-08
x86/fsgsbase/64: Make ptrace use the new FS/GS base helpers
Chang S. Bae
1
-19
/
+8
2018-10-08
x86/fsgsbase/64: Introduce FS/GS base helper functions
Chang S. Bae
1
-46
/
+5
2018-10-08
x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately
Andy Lutomirski
1
-10
/
+52
2018-09-21
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+2
2018-09-19
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
1
-15
/
+7
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
1
-6
/
+5
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-1
/
+1
2018-01-30
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
1
-1
/
+1
2017-03-20
x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()
Kyle Huey
1
-4
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-03
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
1
-1
/
+1
[next]