aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal_32.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02x86/shstk: Add user control-protection fault handlerGravatar Rick Edgecombe 1-1/+1
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileGravatar H. Peter Anvin (Intel) 1-0/+1
2023-01-06x86/signal: Move siginfo field testsGravatar Brian Gerst 1-0/+127
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeGravatar Brian Gerst 1-0/+379
2008-11-26x86: signal: unify signal_{32|64}.cGravatar Hiroshi Shimamoto 1-915/+0
2008-11-26x86: signal: unify signal_{32|64}.c, prepareGravatar Hiroshi Shimamoto 1-0/+6
2008-11-26x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...Gravatar Hiroshi Shimamoto 1-189/+280
2008-11-26x86: signal: move {setup|restore}_sigcontext()Gravatar Hiroshi Shimamoto 1-135/+136
2008-11-23x86: signal: cosmetic unification of sys_rt_sigreturn()Gravatar Hiroshi Shimamoto 1-0/+7
2008-11-23x86: signal: cosmetic unification of sys_sigaltstack()Gravatar Hiroshi Shimamoto 1-0/+9
2008-11-23x86: signal: cosmetic unification of including headersGravatar Hiroshi Shimamoto 1-12/+15
2008-11-21x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3Gravatar Hiroshi Shimamoto 1-4/+4
2008-11-12x86: signal_32: introduce retcode and rt_retcodeGravatar Hiroshi Shimamoto 1-6/+24
2008-11-08x86: signal: cosmetic unification of setup_sigcontext()Gravatar Hiroshi Shimamoto 1-4/+28
2008-11-06x86: signal_32: do save_i387_xstate() at get_sigframe()Gravatar Hiroshi Shimamoto 1-5/+3
2008-10-30x86: signal: cosmetic unification of NR_restart_syscallGravatar Hiroshi Shimamoto 1-0/+6
2008-10-30x86: signal: cosmetic unification of macros for setup_rt_frame()Gravatar Hiroshi Shimamoto 1-0/+12
2008-10-30x86: signal: cosmetic unification of signr_convert()Gravatar Hiroshi Shimamoto 1-0/+2
2008-10-27x86: signal: cosmetic unification of restore_sigcontext()Gravatar Hiroshi Shimamoto 1-0/+22
2008-10-03x86: signal: remove indent in restore_sigcontext()Gravatar Hiroshi Shimamoto 1-14/+7
2008-10-03x86: signal: move macros out from restore_sigcontext()Gravatar Hiroshi Shimamoto 1-17/+21
2008-09-25x86: signal_32.c: introduce macro ia32_setup_frame and ia32_setup_rt_frameGravatar Hiroshi Shimamoto 1-2/+4
2008-09-25x86: signal: introduce helper macro is_ia32Gravatar Hiroshi Shimamoto 1-4/+9
2008-09-25x86: signal_32.c: introduce signr_convert()Gravatar Hiroshi Shimamoto 1-7/+10
2008-09-24x86: signal: cosmetic unification of handle_signal()Gravatar Hiroshi Shimamoto 1-0/+9
2008-09-24x86: signal: cosmetic unification of do_notify_resume()Gravatar Hiroshi Shimamoto 1-0/+8
2008-09-14x86: signal: introduce do_rt_sigreturn()Gravatar Hiroshi Shimamoto 1-3/+9
2008-09-14x86: signal: remove unneeded err handlingGravatar Hiroshi Shimamoto 1-7/+4
2008-09-14x86: signal: put give_sigsegv of setup frames togetherGravatar Hiroshi Shimamoto 1-17/+14
2008-09-06x86_32: signal: move signal number conversion to upper layerGravatar Hiroshi Shimamoto 1-19/+12
2008-09-06x86: signal: split out frame setupsGravatar Hiroshi Shimamoto 1-9/+20
2008-09-06x86: signal: make NR_restart_syscallGravatar Hiroshi Shimamoto 1-1/+2
2008-09-06x86_32: signal: introduce signal_fault()Gravatar Hiroshi Shimamoto 1-1/+17
2008-09-06x86_32: signal: use syscall_get_nr and errorGravatar Hiroshi Shimamoto 1-4/+5
2008-09-06Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalGravatar Ingo Molnar 1-26/+31
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesGravatar Ingo Molnar 1-3/+0
2008-07-30x86, xsave: save/restore the extended state context in sigframeGravatar Suresh Siddha 1-1/+4
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutGravatar Suresh Siddha 1-21/+7
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationGravatar Suresh Siddha 1-5/+13
2008-07-26x86: tracehook: TIF_NOTIFY_RESUMEGravatar Roland McGrath 1-0/+5
2008-07-26x86: tracehook_signal_handlerGravatar Roland McGrath 1-2/+4
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2008-07-22x86: Introducing asm/syscalls.hGravatar Jaswinder Singh 1-0/+1
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Gravatar Ingo Molnar 1-7/+1
2008-07-20sched, x86: clean up hrtick implementationGravatar Peter Zijlstra 1-3/+0
2008-07-18x86_32: remove redundant KERN_INFOGravatar Hiroshi Shimamoto 1-1/+1
2008-07-16x86 ptrace: unify TIF_SINGLESTEPGravatar Roland McGrath 1-6/+0
2008-04-30signals: x86 TS_RESTORE_SIGMASKGravatar Roland McGrath 1-9/+8
2008-04-26x86 signals: lift flags diddling codeGravatar Roland McGrath 1-20/+15