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