summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | x86: signal: unify get_sigframe()Hiroshi Shimamoto2009-02-281-56/+41
* | | | | x86: signal: use 16 bytes boundary for rt_sigframeHiroshi Shimamoto2009-02-281-4/+2
* | | | | x86: signal: intrroduce get_sigframe() and replace get_sigstack()Hiroshi Shimamoto2009-02-281-13/+19
* | | | | x86: signal: add __user annotationHiroshi Shimamoto2009-02-281-2/+2
| |_|_|/ |/| | |
* | | | x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-111-13/+1
* | | | x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-111-7/+14
* | | | x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-111-28/+7
* | | | x86: add %gs accessors for x86_32Tejun Heo2009-02-101-25/+16
* | | | Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-101-137/+154
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: signal: use {get|put}_user_try and catchHiroshi Shimamoto2009-01-231-137/+154
| | |/ | |/|
* | | Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2009-01-211-2/+9
|/ /
* | x86: signal: move sigframe.h to arch/x86/include/asmHiroshi Shimamoto2008-12-181-1/+1
* | x86: signal: move ia32 func declarations into arch/x86/kernel/signal.cHiroshi Shimamoto2008-12-181-0/+5
* | x86: signal: use signal_fault() in sys_sigreturn()Hiroshi Shimamoto2008-12-161-12/+3
|/
* x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto2008-12-081-4/+2
* x86: signal: unify signal_{32|64}.cHiroshi Shimamoto2008-11-261-0/+915