aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Kill handle_signal()->set_fs()Oleg Nesterov2011-07-141-9/+0
* x86, do_signal: Simplify the TS_RESTORE_SIGMASK logicOleg Nesterov2011-07-141-19/+10
* x86, signals: Convert the X86_32 code to use set_current_blocked()Oleg Nesterov2011-07-141-10/+8
* x86: signal: sys_rt_sigreturn() should use set_current_blocked()Oleg Nesterov2011-04-281-4/+1
* x86: signal: handle_signal() should use set_current_blocked()Oleg Nesterov2011-04-281-5/+4
* x86: Merge sys_sigaltstackBrian Gerst2009-12-091-11/+1
* Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-081-0/+3
|\
| * core, x86: Add user return notifiersAvi Kivity2009-10-011-0/+3
* | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-1/+1
|\ \ | |/
| * Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-171-1/+1
| |\
| | * x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-091-1/+1
* | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-151-0/+2
|\ \ \ | |/ /
| * | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
| |/
* | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-171-4/+3
|\ \ | |/
| * Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-1/+0
| |\
| | * perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-061-6/+0
| | * Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-75/+72
| | |\
| | * \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-131-182/+164
| | |\ \
| | * \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-2/+9
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-291-13/+9
| | |\ \ \ \
| | * | | | | performance counters: x86 supportIngo Molnar2008-12-081-1/+6
| * | | | | | x86, mce: support action-optional machine checksAndi Kleen2009-06-031-1/+1
| * | | | | | x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen2009-06-031-1/+1
| * | | | | | x86, mce: use 64bit machine check code on 32bitAndi Kleen2009-05-281-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br...K.Prasad2009-06-021-9/+0
|/ / / / /
* | | | | x86: signal: check sas_ss_size instead of sas_ss_flags()Hiroshi Shimamoto2009-04-011-1/+1
* | | | | x86: signal: check signal stack overflow properlyHiroshi Shimamoto2009-03-201-21/+27
* | | | | x86, signals: fix xine & firefox bustageHiroshi Shimamoto2009-03-031-5/+4
* | | | | x86: signal: introduce helper align_sigframe()Hiroshi Shimamoto2009-02-281-12/+15
* | | | | 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