aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-7/+1
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra1-3/+0
2008-07-18x86_32: remove redundant KERN_INFOHiroshi Shimamoto1-1/+1
2008-07-16x86 ptrace: unify TIF_SINGLESTEPRoland McGrath1-6/+0
2008-04-30signals: x86 TS_RESTORE_SIGMASKRoland McGrath1-9/+8
2008-04-26x86 signals: lift flags diddling codeRoland McGrath1-20/+15
2008-04-17x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com1-2/+2
2008-04-17x86: add KERN_INFO to show_unhandled_signals printoutIngo Molnar1-3/+3
2008-04-17x86: move extern declaration to vdso.hIngo Molnar1-7/+0
2008-04-17x86: clean up arch/x86/kernel/signal_32.cIngo Molnar1-79/+101
2008-04-17x86: remove DEBUG_SIGIngo Molnar1-12/+0
2008-04-17x86: Unify argument names in signal_32|64.cHarvey Harrison1-6/+6
2008-04-17x86: move struct definitions to unifed sigframe.hHarvey Harrison1-1/+1
2008-04-17x86: use sizeof(long) to unify signal_32|64.cHarvey Harrison1-2/+3
2008-04-17x86: Use FIX_EFLAGS define in X86_64Harvey Harrison1-5/+11
2008-04-17x86: reduce trivial style differences in signal_32|64.cHarvey Harrison1-34/+30
2008-04-17x86: regparm(3) is mandatory, no need to annotateHarvey Harrison1-1/+0
2008-04-17x86: make X86_32 pt_regs members unsigned longHarvey Harrison1-2/+2
2008-04-17x86: change most X86_32 pt_regs members to unsigned longHarvey Harrison1-2/+2
2008-04-17x86 vDSO: don't use disabled vDSO for signal trampolineRoland McGrath1-1/+1
2008-03-07x86: clear DF before calling signal handlerAurelien Jarno1-2/+2
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen1-2/+5
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-1/+1
2008-01-30x86: x86-32 thread_struct.debugregRoland McGrath1-2/+2
2008-01-30x86: use generic register names in struct sigcontextH. Peter Anvin1-14/+14
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-96/+96
2008-01-30x86 single_step: TIF_FORCED_TFRoland McGrath1-7/+5
2008-01-30x86 vDSO: i386 vdso32Roland McGrath1-2/+3
2008-01-30x86: protect against sigaltstack wraparoundRoland McGrath1-0/+7
2008-01-25sched: high-res preemption tickPeter Zijlstra1-0/+3
2007-10-20spelling fixes: arch/i386/Simon Arlott1-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-2/+2
2007-10-17i386: remove unnecessary codeIngo Molnar1-2/+0
2007-10-13Delete filenames in comments.Dave Jones1-2/+0
2007-10-11i386: move kernelThomas Gleixner1-0/+667