| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | x86/ptrace: Document FSBASE and GSBASE ABI oddities | Andy Lutomirski | 2019-11-26 | 1 | -0/+17 |
* | x86/ptrace: Remove set_segment_reg() implementations for current | Andy Lutomirski | 2019-11-26 | 1 | -12/+7 |
* | x86/ioperm: Move iobitmap data into a struct | Thomas Gleixner | 2019-11-16 | 1 | -4/+8 |
* | x86/ptrace: Prevent truncation of bitmap size | Thomas Gleixner | 2019-11-16 | 1 | -1/+1 |
* | x86/ptrace: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-08-07 | 1 | -0/+1 |
* | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ... | Andy Lutomirski | 2019-07-15 | 1 | -2/+12 |
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-09 | 1 | -4/+5 |
|\ |
|
| * | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 1 | -1/+1 |
| * | signal: Explicitly call force_sig_fault on current | Eric W. Biederman | 2019-05-29 | 1 | -1/+1 |
| * | signal/x86: Remove task parameter from send_sigtrap | Eric W. Biederman | 2019-05-29 | 1 | -3/+4 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-09 | 1 | -29/+0 |
|\ \ |
|
| * | | x86/stackframe/32: Provide consistent pt_regs | Peter Zijlstra | 2019-06-25 | 1 | -29/+0 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-08 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() | Dianzhang Chen | 2019-06-27 | 1 | -1/+4 |
| |/ / |
|
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-08 | 1 | -12/+2 |
|\ \ \ |
|
| * | | | x86/ptrace: Prevent ptrace from clearing the FS/GS selector | Chang S. Bae | 2019-06-22 | 1 | -12/+2 |
| |/ / |
|
* / / | ptrace: move clearing of TIF_SYSCALL_EMU flag to core | Sudeep Holla | 2019-06-05 | 1 | -3/+0 |
|/ / |
|
* / | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | x86/fsgsbase/64: Fix the base write helper functions | Chang S. Bae | 2018-12-18 | 1 | -4/+5 |
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-24 | 1 | -22/+7 |
|\ |
|
| * | signal/x86: Use force_sig_fault where appropriate | Eric W. Biederman | 2018-09-21 | 1 | -8/+2 |
| * | signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap | Eric W. Biederman | 2018-09-19 | 1 | -15/+7 |
| * | signal: Simplify tracehook_report_syscall_exit | Eric W. Biederman | 2018-09-19 | 1 | -6/+5 |
* | | x86/fsgsbase/64: Make ptrace use the new FS/GS base helpers | Chang S. Bae | 2018-10-08 | 1 | -19/+8 |
* | | x86/fsgsbase/64: Introduce FS/GS base helper functions | Chang S. Bae | 2018-10-08 | 1 | -46/+5 |
* | | x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately | Andy Lutomirski | 2018-10-08 | 1 | -10/+52 |
|/ |
|
* | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 2018-04-25 | 1 | -1/+1 |
* | 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-04 | 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 |