summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal_32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-0/+1
|\
| * x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)2023-01-121-0/+1
* | x86/signal: Move siginfo field testsBrian Gerst2023-01-061-0/+127
|/
* x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst2022-10-191-0/+379
* x86: signal: unify signal_{32|64}.cHiroshi Shimamoto2008-11-261-915/+0
* x86: signal: unify signal_{32|64}.c, prepareHiroshi Shimamoto2008-11-261-0/+6
* x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...Hiroshi Shimamoto2008-11-261-189/+280
* x86: signal: move {setup|restore}_sigcontext()Hiroshi Shimamoto2008-11-261-135/+136
* x86: signal: cosmetic unification of sys_rt_sigreturn()Hiroshi Shimamoto2008-11-231-0/+7
* x86: signal: cosmetic unification of sys_sigaltstack()Hiroshi Shimamoto2008-11-231-0/+9
* x86: signal: cosmetic unification of including headersHiroshi Shimamoto2008-11-231-12/+15
* x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3Hiroshi Shimamoto2008-11-211-4/+4
* x86: signal_32: introduce retcode and rt_retcodeHiroshi Shimamoto2008-11-121-6/+24
* x86: signal: cosmetic unification of setup_sigcontext()Hiroshi Shimamoto2008-11-081-4/+28
* x86: signal_32: do save_i387_xstate() at get_sigframe()Hiroshi Shimamoto2008-11-061-5/+3
* x86: signal: cosmetic unification of NR_restart_syscallHiroshi Shimamoto2008-10-301-0/+6
* x86: signal: cosmetic unification of macros for setup_rt_frame()Hiroshi Shimamoto2008-10-301-0/+12
* x86: signal: cosmetic unification of signr_convert()Hiroshi Shimamoto2008-10-301-0/+2
* x86: signal: cosmetic unification of restore_sigcontext()Hiroshi Shimamoto2008-10-271-0/+22
* x86: signal: remove indent in restore_sigcontext()Hiroshi Shimamoto2008-10-031-14/+7
* x86: signal: move macros out from restore_sigcontext()Hiroshi Shimamoto2008-10-031-17/+21
* x86: signal_32.c: introduce macro ia32_setup_frame and ia32_setup_rt_frameHiroshi Shimamoto2008-09-251-2/+4
* x86: signal: introduce helper macro is_ia32Hiroshi Shimamoto2008-09-251-4/+9
* x86: signal_32.c: introduce signr_convert()Hiroshi Shimamoto2008-09-251-7/+10
* x86: signal: cosmetic unification of handle_signal()Hiroshi Shimamoto2008-09-241-0/+9
* x86: signal: cosmetic unification of do_notify_resume()Hiroshi Shimamoto2008-09-241-0/+8
* x86: signal: introduce do_rt_sigreturn()Hiroshi Shimamoto2008-09-141-3/+9
* x86: signal: remove unneeded err handlingHiroshi Shimamoto2008-09-141-7/+4
* x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto2008-09-141-17/+14
* x86_32: signal: move signal number conversion to upper layerHiroshi Shimamoto2008-09-061-19/+12
* x86: signal: split out frame setupsHiroshi Shimamoto2008-09-061-9/+20
* x86: signal: make NR_restart_syscallHiroshi Shimamoto2008-09-061-1/+2
* x86_32: signal: introduce signal_fault()Hiroshi Shimamoto2008-09-061-1/+17
* x86_32: signal: use syscall_get_nr and errorHiroshi Shimamoto2008-09-061-4/+5
*---. Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar2008-09-061-26/+31
|\ \ \
| | | * Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-141-3/+0
| | | |\ | |_|_|/ |/| | |
| | | * x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+1
| | * | x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-301-1/+4
| | * | x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-301-21/+7
| | * | x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-301-5/+13
| |/ / |/| |
| * | x86: tracehook: TIF_NOTIFY_RESUMERoland McGrath2008-07-261-0/+5
| * | x86: tracehook_signal_handlerRoland McGrath2008-07-261-2/+4
|/ /
* | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-3/+0
|\ \ | |/ |/|
| * sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-201-3/+0
| |
| \
*-. \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-7/+1
|\ \ \ | |_|/ |/| |
| | * x86 ptrace: unify TIF_SINGLESTEPRoland McGrath2008-07-161-6/+0
| |/ |/|
| * x86_32: remove redundant KERN_INFOHiroshi Shimamoto2008-07-181-1/+1
|/
* signals: x86 TS_RESTORE_SIGMASKRoland McGrath2008-04-301-9/+8
* x86 signals: lift flags diddling codeRoland McGrath2008-04-261-20/+15
* x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com2008-04-171-2/+2