| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/signal/64: Move 64-bit signal code to its own file | Brian Gerst | 2022-10-19 | 1 | -376/+0 |
* | x86/signal/32: Merge native and compat 32-bit signal code | Brian Gerst | 2022-10-19 | 1 | -213/+6 |
* | x86/signal: Add ABI prefixes to frame setup functions | Brian Gerst | 2022-10-19 | 1 | -11/+7 |
* | x86/signal: Merge get_sigframe() | Brian Gerst | 2022-10-19 | 1 | -42/+38 |
* | x86/signal: Remove sigset_t parameter from frame setup functions | Brian Gerst | 2022-10-19 | 1 | -16/+12 |
* | x86/signal: Remove sig parameter from frame setup functions | Brian Gerst | 2022-10-19 | 1 | -12/+11 |
* | x86/32: Remove lazy GS macros | Brian Gerst | 2022-04-14 | 1 | -3/+5 |
* | tracehook: Remove tracehook.h | Eric W. Biederman | 2022-03-10 | 1 | -1/+0 |
* | task_work: Call tracehook_notify_signal from get_signal on all architectures | Eric W. Biederman | 2022-03-10 | 1 | -2/+2 |
* | x86/signal: Use fpu::__state_user_size for sigalt stack validation | Thomas Gleixner | 2021-10-26 | 1 | -4/+31 |
* | x86/signal: Implement sigaltstack size validation | Thomas Gleixner | 2021-10-26 | 1 | -0/+35 |
* | x86/fpu: Remove internal.h dependency from fpu/signal.h | Thomas Gleixner | 2021-10-20 | 1 | -1/+0 |
* | x86/fpu/signal: Change return type of fpu__restore_sig() to boolean | Thomas Gleixner | 2021-09-14 | 1 | -2/+2 |
* | x86/signal: Change return type of restore_sigcontext() to boolean | Thomas Gleixner | 2021-09-14 | 1 | -9/+9 |
* | x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean | Thomas Gleixner | 2021-09-14 | 1 | -3/+1 |
* | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-07 | 1 | -6/+82 |
|\ |
|
| * | x86/signal: Detect and prevent an alternate signal stack overflow | Chang S. Bae | 2021-05-19 | 1 | -4/+20 |
| * | x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ | Chang S. Bae | 2021-05-19 | 1 | -0/+5 |
| * | x86/signal: Introduce helpers to get the maximum signal frame size | Chang S. Bae | 2021-05-19 | 1 | -2/+57 |
* | | x86/regs: Syscall_get_nr() returns -1 for a non-system call | H. Peter Anvin | 2021-05-12 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'linus' into x86/cleanups, to resolve conflict | Ingo Molnar | 2021-03-21 | 1 | -23/+1 |
|\ |
|
| * | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART | Oleg Nesterov | 2021-03-16 | 1 | -1/+1 |
| * | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() | Oleg Nesterov | 2021-03-16 | 1 | -23/+1 |
* | | x86: Fix various typos in comments | Ingo Molnar | 2021-03-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'core/urgent' into core/entry | Thomas Gleixner | 2020-11-04 | 1 | -1/+1 |
|\ |
|
| * | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | | entry: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-10-29 | 1 | -2/+2 |
|/ |
|
* | x86/entry: Use generic syscall exit functionality | Thomas Gleixner | 2020-07-24 | 1 | -1/+2 |
* | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-02 | 1 | -1/+27 |
|\ |
|
| * | signal: refactor copy_siginfo_to_user32 | Christoph Hellwig | 2020-05-05 | 1 | -1/+27 |
* | | x86/fpu/xstate: Define new functions for clearing fpregs and xstates | Fenghua Yu | 2020-05-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-03-31 | 1 | -213/+186 |
|\ |
|
| * | x86: unsafe_put-style macro for sigmask | Al Viro | 2020-03-26 | 1 | -4/+8 |
| * | x86: x32_setup_rt_frame(): consolidate uaccess areas | Al Viro | 2020-03-26 | 1 | -12/+5 |
| * | x86: __setup_rt_frame(): consolidate uaccess areas | Al Viro | 2020-03-26 | 1 | -17/+9 |
| * | x86: __setup_frame(): consolidate uaccess areas | Al Viro | 2020-03-26 | 1 | -17/+6 |
| * | x86: setup_sigcontext(): list user_access_{begin,end}() into callers | Al Viro | 2020-03-26 | 1 | -21/+24 |
| * | x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit) | Al Viro | 2020-03-26 | 1 | -43/+48 |
| * | x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame() | Al Viro | 2020-03-19 | 1 | -15/+18 |
| * | x86: switch setup_sigcontext() to unsafe_put_user() | Al Viro | 2020-03-19 | 1 | -43/+45 |
| * | x86: get rid of get_user_ex() in restore_sigcontext() | Al Viro | 2020-03-19 | 1 | -50/+36 |
| * | x86: switch sigframe sigset handling to explict __get_user()/__put_user() | Al Viro | 2020-03-18 | 1 | -12/+8 |
* | | x86: Remove unneeded includes | Brian Gerst | 2020-03-21 | 1 | -2/+0 |
* | | x86/entry/64: Use syscall wrappers for x32_rt_sigreturn | Brian Gerst | 2020-03-21 | 1 | -1/+1 |
|/ |
|
* | x86: Remove force_iret() | Brian Gerst | 2020-01-08 | 1 | -2/+0 |
* | x86: use static_cpu_has in uaccess region to avoid instrumentation | Marco Elver | 2019-07-12 | 1 | -1/+1 |
* | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 1 | -1/+1 |
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-07 | 1 | -12/+9 |
|\ |
|
| * | x86/fpu: Remove fpu->initialized | Sebastian Andrzej Siewior | 2019-04-10 | 1 | -10/+7 |
| * | x86/fpu: Fix __user annotations | Jann Horn | 2019-04-03 | 1 | -2/+2 |