index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-07-08
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-07-08
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-06-27
x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
Dianzhang Chen
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
2019-06-22
x86/ptrace: Prevent ptrace from clearing the FS/GS selector
Chang S. Bae
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2019-05-29
signal/x86: Remove task parameter from send_sigtrap
Eric W. Biederman
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2018-12-18
x86/fsgsbase/64: Fix the base write helper functions
Chang S. Bae
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-08
x86/fsgsbase/64: Make ptrace use the new FS/GS base helpers
Chang S. Bae
2018-10-08
x86/fsgsbase/64: Introduce FS/GS base helper functions
Chang S. Bae
2018-10-08
x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately
Andy Lutomirski
2018-09-21
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-19
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-01-30
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
2017-03-20
x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()
Kyle Huey
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-10-03
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
2016-09-14
x86/ptrace: Down with test_thread_flag(TIF_IA32)
Dmitry Safonov
2016-09-08
Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity
Ingo Molnar
2016-08-18
x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
Josh Poimboeuf
2016-08-10
x86: Apply more __ro_after_init and const
Kees Cook
2016-07-27
x86/ptrace: Stop setting TS_COMPAT in ptrace code
Andy Lutomirski
2016-05-20
x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits
Andy Lutomirski
2016-04-29
x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase
Andy Lutomirski
2016-04-29
x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization
Andy Lutomirski
2016-04-19
x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()
Dmitry Safonov
2015-12-29
arch/x86/kernel/ptrace.c: Remove unused arg_offs_table
chengang@emindsoft.com.cn
2015-07-07
x86/entry: Move C entry and exit code to arch/x86/entry/common.c
Andy Lutomirski
2015-07-06
x86/compat: Factor out ia32 compat code from compat_arch_ptrace()
Brian Gerst
2015-05-19
x86/fpu: Factor out fpu/regset.h from fpu/internal.h
Ingo Molnar
2015-05-19
x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...
Ingo Molnar
2015-05-19
x86/fpu: Rename regset FPU register accessors
Ingo Molnar
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2015-02-25
x86/ptrace: Remove checks for TIF_IA32 when changing CS and SS
Andy Lutomirski
2014-11-20
x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1
Andy Lutomirski
2014-10-19
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-09-23
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
2014-09-08
x86: Split syscall_trace_enter into two phases
Andy Lutomirski
[next]