| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: Move the signal frame handling code closer to each other | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active | Ingo Molnar | 2015-05-19 | 1 | -1/+2 |
* | x86/fpu: Open code PF_USED_MATH usages | 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/signal: Remove pax argument from restore_sigcontext | Brian Gerst | 2015-04-06 | 1 | -11/+6 |
* | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 2015-03-23 | 1 | -0/+2 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 2014-05-05 | 1 | -4/+4 |
* | constify copy_siginfo_to_user{,32}() | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro | 2013-09-01 | 1 | -1/+1 |
* | x86/signals: Propagate RF EFLAGS bit through the signal restore call | Jiri Olsa | 2013-05-28 | 1 | -2/+0 |
* | x86: convert to ksignal | Al Viro | 2013-02-14 | 1 | -20/+17 |
* | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 | 1 | -7/+0 |
* | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 | 1 | -2/+4 |
* | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 2012-12-19 | 1 | -4/+1 |
* | generic compat_sys_sigaltstack() | Al Viro | 2012-12-19 | 1 | -49/+1 |
* | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 2012-09-21 | 1 | -8/+13 |
|\ |
|
| * | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha | 2012-09-18 | 1 | -3/+6 |
| * | x86/signals: ia32_signal.c: add __user casts to fix sparse warnings | Mathias Krause | 2012-09-05 | 1 | -5/+6 |
* | | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 2012-09-21 | 1 | -5/+7 |
|/ |
|
* | x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery | Suresh Siddha | 2012-06-14 | 1 | -1/+1 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -2/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-23 | 1 | -11/+1 |
|\ |
|
| * | new helper: sigsuspend() | Al Viro | 2012-05-21 | 1 | -11/+1 |
* | | signal, x86: add SIGSYS info and make it synchronous. | Will Drewry | 2012-04-14 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-29 | 1 | -1/+1 |
|\ |
|
| * | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 | 1 | -1/+1 |
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 1 | -12/+10 |
|\ \ |
|
| * | | x32: Fix stupid ia32/x32 inversion in the siginfo format | H. Peter Anvin | 2012-03-13 | 1 | -1/+1 |
| |/ |
|
| * | x32: Switch to a 64-bit clock_t | H. Peter Anvin | 2012-03-05 | 1 | -2/+8 |
| * | x86: Move some signal-handling definitions to a common header | H. Peter Anvin | 2012-02-20 | 1 | -10/+2 |
* | | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds | 2012-02-21 | 1 | -0/+1 |
|/ |
|
* | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() | Oleg Nesterov | 2011-07-14 | 1 | -13/+9 |
* | x86: ia32_signal: introduce {get|set}_user_seg() | Hiroshi Shimamoto | 2009-02-22 | 1 | -20/+18 |
* | x86: ia32_signal: introduce GET_SEG() macro | Hiroshi Shimamoto | 2009-02-22 | 1 | -5/+9 |
* | x86: ia32_signal: remove unused debug code | Hiroshi Shimamoto | 2009-02-22 | 1 | -18/+0 |
* | x86: ia32_signal: use {get|put}_user_try and catch | Hiroshi Shimamoto | 2009-01-23 | 1 | -170/+195 |
* | x86: introducing asm/sys_ia32.h | Jaswinder Singh Rajput | 2008-12-29 | 1 | -2/+1 |
*-. | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 2008-12-23 | 1 | -71/+38 |
|\ \ |
|
| | * | x86: ia32_signal: remove unnecessary declaration | Hiroshi Shimamoto | 2008-12-19 | 1 | -1/+0 |
| | * | x86: ia32_signal: use sigframe.h | Hiroshi Shimamoto | 2008-12-18 | 1 | -24/+2 |
| | * | x86: ia32_signal: rename struct sigframe and rt_sigframe | Hiroshi Shimamoto | 2008-12-18 | 1 | -7/+7 |
| | * | x86: ia32_signal: use proper macro __USER32_DS | Hiroshi Shimamoto | 2008-12-16 | 1 | -1/+1 |
| | * | x86: ia32_signal: use __put_user() instead of __copy_to_user() | Hiroshi Shimamoto | 2008-12-16 | 1 | -2/+2 |
| | * | x86: ia32_signal: change order of storing in setup_sigcontext() | Hiroshi Shimamoto | 2008-11-18 | 1 | -2/+2 |
| | * | x86: ia32_signal: remove using temporary variable | Hiroshi Shimamoto | 2008-11-18 | 1 | -4/+2 |