| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/asm: Move 'status' from thread_struct to thread_info | Andy Lutomirski | 2018-01-30 | 1 | -1/+1 |
* | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() | Kyle Huey | 2017-03-20 | 1 | -4/+4 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 1 | -1/+1 |
|\ |
|
| * | x86/ptrace: Down with test_thread_flag(TIF_IA32) | Dmitry Safonov | 2016-09-14 | 1 | -1/+1 |
* | | x86/asm: Move the thread_info::status field to thread_struct | Andy Lutomirski | 2016-09-15 | 1 | -1/+1 |
* | | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity | Ingo Molnar | 2016-09-08 | 1 | -3/+3 |
|\ \ |
|
| * | | x86: Apply more __ro_after_init and const | Kees Cook | 2016-08-10 | 1 | -3/+3 |
| |/ |
|
* | | x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access | Josh Poimboeuf | 2016-08-18 | 1 | -2/+2 |
|/ |
|
* | x86/ptrace: Stop setting TS_COMPAT in ptrace code | Andy Lutomirski | 2016-07-27 | 1 | -6/+9 |
* | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits | Andy Lutomirski | 2016-05-20 | 1 | -2/+2 |
* | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase | Andy Lutomirski | 2016-04-29 | 1 | -4/+4 |
* | x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization | Andy Lutomirski | 2016-04-29 | 1 | -38/+6 |
* | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() | Dmitry Safonov | 2016-04-19 | 1 | -1/+1 |
* | arch/x86/kernel/ptrace.c: Remove unused arg_offs_table | chengang@emindsoft.com.cn | 2015-12-29 | 1 | -15/+0 |
* | x86/entry: Move C entry and exit code to arch/x86/entry/common.c | Andy Lutomirski | 2015-07-07 | 1 | -201/+1 |
* | x86/compat: Factor out ia32 compat code from compat_arch_ptrace() | Brian Gerst | 2015-07-06 | 1 | -64/+74 |
* | x86/fpu: Factor out fpu/regset.h from fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling... | Ingo Molnar | 2015-05-19 | 1 | -0/+1 |
* | x86/fpu: Rename regset FPU register accessors | Ingo Molnar | 2015-05-19 | 1 | -3/+3 |
* | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Fix header file dependencies of fpu-internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+0 |
* | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski | 2015-03-23 | 1 | -1/+1 |
* | x86/ptrace: Remove checks for TIF_IA32 when changing CS and SS | Andy Lutomirski | 2015-02-25 | 1 | -8/+2 |
* | x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1 | Andy Lutomirski | 2014-11-20 | 1 | -1/+1 |
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-19 | 1 | -2/+2 |
|\ |
|
| * | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 2014-09-23 | 1 | -6/+2 |
* | | x86: Split syscall_trace_enter into two phases | Andy Lutomirski | 2014-09-08 | 1 | -24/+133 |
* | | x86, entry: Only call user_exit if TIF_NOHZ | Andy Lutomirski | 2014-09-08 | 1 | -1/+6 |
* | | x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit | Andy Lutomirski | 2014-09-08 | 1 | -10/+1 |
* | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing | Andy Lutomirski | 2014-09-03 | 1 | -1/+1 |
|/ |
|
* | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 2014-03-06 | 1 | -1/+1 |
* | x86: Prepare removal of previous_esp from i386 thread_info structure | Steven Rostedt | 2014-03-06 | 1 | -4/+4 |
* | ptrace/x86: cleanup ptrace_set_debugreg() | Oleg Nesterov | 2013-07-09 | 1 | -18/+8 |
* | ptrace/x86: ptrace_write_dr7() should create bp if !disabled | Oleg Nesterov | 2013-07-09 | 1 | -7/+10 |
* | ptrace/x86: introduce ptrace_register_breakpoint() | Oleg Nesterov | 2013-07-09 | 1 | -36/+50 |
* | ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7() | Oleg Nesterov | 2013-07-09 | 1 | -33/+20 |
* | ptrace/x86: simplify the "disable" logic in ptrace_write_dr7() | Oleg Nesterov | 2013-07-09 | 1 | -25/+15 |
* | ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints" | Oleg Nesterov | 2013-07-09 | 1 | -23/+5 |
* | x86: ptrace.c only needs export.h and not the full module.h | Paul Gortmaker | 2013-02-14 | 1 | -1/+1 |
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2012-12-03 | 1 | -3/+4 |
|\ |
|
| * | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 2012-11-30 | 1 | -4/+4 |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-12-01 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | rcu: Fix unrecovered RCU user mode in syscall_trace_leave() | Frederic Weisbecker | 2012-10-27 | 1 | -0/+7 |
* | | x86-32: Export kernel_stack_pointer() for modules | H. Peter Anvin | 2012-11-20 | 1 | -0/+2 |
* | | x86-32: Fix invalid stack address while in softirq | Robert Richter | 2012-11-20 | 1 | -0/+28 |
|/ |
|
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-01 | 1 | -3/+0 |
|\ |
|
| * | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha | 2012-09-18 | 1 | -3/+0 |
* | | x86: Syscall hooks for userspace RCU extended QS | Frederic Weisbecker | 2012-09-26 | 1 | -0/+5 |
|/ |
|