- 4b7ca60 x86/signal: Use fpu::__state_user_size for sigalt stack validation by Thomas Gleixner · 3 years, 3 months ago
- 3aac3eb x86/signal: Implement sigaltstack size validation by Thomas Gleixner · 3 years, 3 months ago
- 0ae67cc3 x86/fpu: Remove internal.h dependency from fpu/signal.h by Thomas Gleixner · 3 years, 3 months ago
- f3305be x86/fpu/signal: Change return type of fpu__restore_sig() to boolean by Thomas Gleixner · 3 years, 4 months ago
- ee4ecdf x86/signal: Change return type of restore_sigcontext() to boolean by Thomas Gleixner · 3 years, 4 months ago
- 052adee x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean by Thomas Gleixner · 3 years, 4 months ago
- 1423e26 Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 2beb4a5 x86/signal: Detect and prevent an alternate signal stack overflow by Chang S. Bae · 3 years, 8 months ago
- 1c33bb0 x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ by Chang S. Bae · 3 years, 8 months ago
- 939ef71 x86/signal: Introduce helpers to get the maximum signal frame size by Chang S. Bae · 3 years, 8 months ago
- 9ddcb87 x86/regs: Syscall_get_nr() returns -1 for a non-system call by H. Peter Anvin · 3 years, 8 months ago
- ca8778c Merge branch 'linus' into x86/cleanups, to resolve conflict by Ingo Molnar · 3 years, 10 months ago
- d9f6e12 x86: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
- b2e9df8 x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART by Oleg Nesterov · 4 years ago
- 8c150ba x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() by Oleg Nesterov · 4 years ago
- 01be83e Merge branch 'core/urgent' into core/entry by Thomas Gleixner · 4 years, 2 months ago
- 12db8b6 entry: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 167fd21 x86/entry: Use generic syscall exit functionality by Thomas Gleixner · 4 years, 6 months ago
- 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
- b860eb8 x86/fpu/xstate: Define new functions for clearing fpregs and xstates by Fenghua Yu · 4 years, 8 months ago
- c3b3f52 signal: refactor copy_siginfo_to_user32 by Christoph Hellwig · 4 years, 9 months ago
- fdf5563 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- b87df65 x86: unsafe_put-style macro for sigmask by Al Viro · 5 years ago
- 791612e x86: x32_setup_rt_frame(): consolidate uaccess areas by Al Viro · 5 years ago
- ead8e4e x86: __setup_rt_frame(): consolidate uaccess areas by Al Viro · 5 years ago
- 5c1f178 x86: __setup_frame(): consolidate uaccess areas by Al Viro · 5 years ago
- b00d8f8 x86: setup_sigcontext(): list user_access_{begin,end}() into callers by Al Viro · 5 years ago
- 119cd59 x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit) by Al Viro · 5 years ago
- ffd75b3 x86: Remove unneeded includes by Brian Gerst · 4 years, 10 months ago
- 27dd84f x86/entry/64: Use syscall wrappers for x32_rt_sigreturn by Brian Gerst · 4 years, 10 months ago
- 39f16c1 x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame() by Al Viro · 5 years ago
- 9f855c0 x86: switch setup_sigcontext() to unsafe_put_user() by Al Viro · 5 years ago
- 3add42c x86: get rid of get_user_ex() in restore_sigcontext() by Al Viro · 5 years ago
- 71c3313 x86: switch sigframe sigset handling to explict __get_user()/__put_user() by Al Viro · 5 years ago
- 2b10906 x86: Remove force_iret() by Brian Gerst · 5 years ago
- ff66135 x86: use static_cpu_has in uaccess region to avoid instrumentation by Marco Elver · 6 years ago
- 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
- 8ff468c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- e50c5d2 Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- bff9504 rseq: Clean up comments by reflecting removal of event counter by Mathieu Desnoyers · 6 years ago
- 2722146 x86/fpu: Remove fpu->initialized by Sebastian Andrzej Siewior · 6 years ago
- 89833fa x86/fpu: Fix __user annotations by Jann Horn · 6 years ago
- 88e4718 x86/uaccess, signal: Fix AC=1 bloat by Peter Zijlstra · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 7 years ago
- d6761b8 x86: Add support for restartable sequences by Mathieu Desnoyers · 7 years ago
- 4c8ca51 x86/sigreturn: use SYSCALL_DEFINE0 by Tautschnig, Michael · 7 years ago
- 025bd39 x86: fix sys_sigreturn() return type to be long, not unsigned long by Dominik Brodowski · 7 years ago
- 37a8f7c x86/asm: Move 'status' from thread_struct to thread_info by Andy Lutomirski · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
- 9950481 x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads by Andy Lutomirski · 7 years ago
- 1c99a68 x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_general_protection() by Markus Trippelsdorf · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
- 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
- c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
- 609c19a x86/ptrace: Stop setting TS_COMPAT in ptrace code by Andy Lutomirski · 8 years ago
- 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0b4521e signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other architectures by Stas Sergeev · 9 years ago
- abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 9 years ago
- d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 6c25da5 x86/signal/64: Re-add support for SS in the 64-bit signal context by Andy Lutomirski · 9 years ago
- 8ff5bd2 x86/signal/64: Fix SS if needed when delivering a 64-bit signal by Andy Lutomirski · 9 years ago
- 95d97ad x86/signal: Cleanup get_nr_restart_syscall() by Dmitry V. Levin · 9 years ago
- 22eab110 x86/signal: Fix restart_syscall number for x32 tasks by Dmitry V. Levin · 9 years ago
- 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 33d46f9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
- dae0f30 x86/signal: Deinline get_sigframe, save 240 bytes by Denys Vlasenko · 9 years ago
- 530e5c8 x86/headers: Make sigcontext pointers bit independent by Ingo Molnar · 9 years ago
- a5dd192 Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes by Ingo Molnar · 9 years ago
- ed596cd Revert x86 sigcontext cleanups by Linus Torvalds · 9 years ago
- ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
- 5ed92a8 x86/vm86: Use the normal pt_regs area for vm86 by Brian Gerst · 9 years ago
- 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 10 years ago
- 5e2aad2 x86/compat: Remove unneeded #include by Brian Gerst · 10 years ago
- fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
- 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 10 years ago
- fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 10 years ago
- 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
- 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
- 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
- c8e14041 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- af2d94f x86/fpu: Use 'struct fpu' in fpu_reset_state() by Ingo Molnar · 10 years ago
- c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
- 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- 90d1c08 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- fd0f86b x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal() by Oleg Nesterov · 10 years ago
- fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
- 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3050a35 x86: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
- 6a3713f x86/signal: Remove pax argument from restore_sigcontext by Brian Gerst · 10 years ago
- b85e67d x86/fpu: Rename drop_init_fpu() to fpu_reset_state() by Borislav Petkov · 10 years ago
- 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago