x86, signals: fix xine & firefox bustage
[safe/jmp/linux-2.6] / arch / x86 / kernel / signal.c
2009-03-03 Hiroshi Shimamotox86, signals: fix xine & firefox bustage
2009-02-28 Hiroshi Shimamotox86: signal: introduce helper align_sigframe()
2009-02-28 Hiroshi Shimamotox86: signal: unify get_sigframe()
2009-02-28 Hiroshi Shimamotox86: signal: use 16 bytes boundary for rt_sigframe
2009-02-28 Hiroshi Shimamotox86: signal: intrroduce get_sigframe() and replace...
2009-02-28 Hiroshi Shimamotox86: signal: add __user annotation
2009-02-12 H. Peter Anvinx86: merge sys_rt_sigreturn between 32 and 64 bits
2009-02-11 Brian Gerstx86: use regparm(3) for passed-in pt_regs pointer
2009-02-11 Brian Gerstx86: pass in pt_regs pointer for syscalls that need it
2009-02-09 Tejun Heox86: add %gs accessors for x86_32
2009-02-09 Ingo MolnarMerge branch 'x86/uaccess' into core/percpu
2009-01-28 Ingo MolnarMerge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetec...
2009-01-24 Hiroshi Shimamotox86: signal: use {get|put}_user_try and catch
2009-01-21 Ingo MolnarRevert "x86: signal: change type of paramter for sys_rt...
2008-12-18 Hiroshi Shimamotox86: signal: move sigframe.h to arch/x86/include/asm
2008-12-18 Hiroshi Shimamotox86: signal: move ia32 func declarations into arch...
2008-12-16 Hiroshi Shimamotox86: signal: use signal_fault() in sys_sigreturn()
2008-12-08 Hiroshi Shimamotox86: signal: change type of paramter for sys_rt_sigreturn()
2008-11-26 Hiroshi Shimamotox86: signal: unify signal_{32|64}.c