Age | Commit message (Expand) | Author |
2012-09-22 | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin |
2012-09-21 | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin |
2012-09-18 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha |
2012-09-05 | x86/signals: ia32_signal.c: add __user casts to fix sparse warnings | Mathias Krause |
2012-06-15 | x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery | Suresh Siddha |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-05-22 | new helper: sigsuspend() | Al Viro |
2012-04-14 | signal, x86: add SIGSYS info and make it synchronous. | Will Drewry |
2012-03-30 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-03-14 | x32: Fix stupid ia32/x32 inversion in the siginfo format | H. Peter Anvin |
2012-03-13 | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju |
2012-03-05 | x32: Switch to a 64-bit clock_t | H. Peter Anvin |
2012-02-21 | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds |
2012-02-20 | x86: Move some signal-handling definitions to a common header | H. Peter Anvin |
2011-07-15 | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() | Oleg Nesterov |
2009-02-22 | x86: ia32_signal: introduce {get|set}_user_seg() | Hiroshi Shimamoto |
2009-02-22 | x86: ia32_signal: introduce GET_SEG() macro | Hiroshi Shimamoto |
2009-02-22 | x86: ia32_signal: remove unused debug code | Hiroshi Shimamoto |
2009-01-24 | x86: ia32_signal: use {get|put}_user_try and catch | Hiroshi Shimamoto |
2008-12-29 | x86: introducing asm/sys_ia32.h | Jaswinder Singh Rajput |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar |
2008-12-19 | x86: ia32_signal: remove unnecessary declaration | Hiroshi Shimamoto |
2008-12-18 | x86: ia32_signal: use sigframe.h | Hiroshi Shimamoto |
2008-12-18 | x86: ia32_signal: rename struct sigframe and rt_sigframe | Hiroshi Shimamoto |
2008-12-16 | x86: ia32_signal: use proper macro __USER32_DS | Hiroshi Shimamoto |
2008-12-16 | x86: ia32_signal: use __put_user() instead of __copy_to_user() | Hiroshi Shimamoto |
2008-11-18 | x86: ia32_signal: change order of storing in setup_sigcontext() | Hiroshi Shimamoto |
2008-11-18 | x86: ia32_signal: remove using temporary variable | Hiroshi Shimamoto |
2008-11-18 | x86: ia32_signal: cleanup macro RELOAD_SEG | Hiroshi Shimamoto |
2008-11-18 | x86: ia32_signal: introduce COPY_SEG_CPL3 | Hiroshi Shimamoto |
2008-11-18 | x86: ia32_signal: cleanup macro COPY | Hiroshi Shimamoto |
2008-11-12 | x86: ia32_signal: remove unnecessary padding | Hiroshi Shimamoto |
2008-11-06 | x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe() | Hiroshi Shimamoto |
2008-10-27 | x86, signals: remove duplicated register setup code in ia32 signal delivery | Mikael Pettersson |
2008-10-01 | x86: ia32_signal.c remove unnecessary function calls | Hiroshi Shimamoto |
2008-10-01 | x86: ia32_signal.c: remove unnecessary cast to u32 | Hiroshi Shimamoto |
2008-09-14 | x86: signal: remove unneeded err handling | Hiroshi Shimamoto |
2008-09-14 | x86: signal: put give_sigsegv of setup frames together | Hiroshi Shimamoto |
2008-09-06 | Merge branch 'x86/cleanups' into x86/signal | Ingo Molnar |
2008-08-20 | x86_64: use save/loadsegment in ia32 compat | Jeremy Fitzhardinge |
2008-07-30 | x86, xsave: save/restore the extended state context in sigframe | Suresh Siddha |
2008-07-30 | x86, xsave: reorganization of signal save/restore fpstate code layout | Suresh Siddha |
2008-07-30 | x86, xsave: dynamically allocate sigframes fpstate instead of static allocation | Suresh Siddha |
2008-07-18 | x86_64: ia32_signal.c: remove signal number conversion | Hiroshi Shimamoto |
2008-07-18 | x86_64: ia32_signal.c: use macro instead of immediate | Hiroshi Shimamoto |
2008-04-30 | signals: x86 TS_RESTORE_SIGMASK | Roland McGrath |
2008-04-26 | x86 signals: lift set_fs | Roland McGrath |
2008-04-26 | x86 signals: lift flags diddling code | Roland McGrath |