Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[safe/jmp/linux-2.6] / arch / x86 / kernel / signal.c
2009-12-08 Linus TorvaldsMerge branch 'kvm-updates/2.6.33' of git://git./virt...
2009-10-17 Frederic WeisbeckerMerge commit 'perf/core' into perf/hw-breakpoint
2009-10-01 Avi Kivitycore, x86: Add user return notifiers
2009-09-18 Linus TorvaldsMerge branch 'x86-mce-for-linus' of git://git./linux...
2009-09-15 Ingo MolnarMerge branch 'linus' into tracing/hw-breakpoints
2009-09-02 David HowellsKEYS: Add a keyctl to install a process's session keyri...
2009-07-10 Andi Kleenx86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE
2009-06-17 Ingo MolnarMerge branch 'linus' into tracing/hw-breakpoints
2009-06-11 Ingo MolnarMerge branch 'linus' into x86/mce3
2009-06-03 Andi Kleenx86, mce: support action-optional machine checks
2009-06-03 Andi Kleenx86, mce: rename mce_notify_user to mce_notify_irq
2009-06-02 K.Prasadhw-breakpoints: modify signal handling code to refrain...
2009-05-28 Andi Kleenx86, mce: use 64bit machine check code on 32bit
2009-04-06 Peter Zijlstraperf_counter: unify and fix delayed counter wakeup
2009-04-06 Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-04-01 Hiroshi Shimamotox86: signal: check sas_ss_size instead of sas_ss_flags()
2009-03-20 Hiroshi Shimamotox86: signal: check signal stack overflow properly
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-13 Ingo MolnarMerge branch 'x86/core' into perfcounters/core
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-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
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-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
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 Ingo Molnarperformance counters: x86 support
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