summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal_64.c
AgeCommit message (Expand)Author
2023-11-08x86/shstk: Delay signal entry SSP write until after user accessesRick Edgecombe
2023-08-02x86/shstk: Handle signals for shadow stackRick Edgecombe
2023-08-02x86/shstk: Add user control-protection fault handlerRick Edgecombe
2023-01-06x86/signal/compat: Move sigaction_compat_abi() to signal_64.cBrian Gerst
2023-01-06x86/signal: Move siginfo field testsBrian Gerst
2022-10-19x86/signal/64: Move 64-bit signal code to its own fileBrian Gerst
2008-11-26x86: signal: unify signal_{32|64}.cHiroshi Shimamoto
2008-11-26x86: signal: unify signal_{32|64}.c, prepareHiroshi Shimamoto
2008-11-26x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...Hiroshi Shimamoto
2008-11-26x86: signal: move {setup|restore}_sigcontext()Hiroshi Shimamoto
2008-11-23x86: signal: cosmetic unification of sys_rt_sigreturn()Hiroshi Shimamoto
2008-11-23x86: signal: cosmetic unification of sys_sigaltstack()Hiroshi Shimamoto
2008-11-23x86: signal: cosmetic unification of including headersHiroshi Shimamoto
2008-11-21x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3Hiroshi Shimamoto
2008-11-08x86: signal: cosmetic unification of setup_sigcontext()Hiroshi Shimamoto
2008-11-06x86: signal_64: make setup_sigcontext() similarHiroshi Shimamoto
2008-11-06x86: signal_64: setup fpstate in setup_sigcontext()Hiroshi Shimamoto
2008-11-04x86: signal_64: remove unused code in __setup_rt_frame()Hiroshi Shimamoto
2008-10-30x86: signal: cosmetic unification of NR_restart_syscallHiroshi Shimamoto
2008-10-30x86: signal: cosmetic unification of macros for setup_rt_frame()Hiroshi Shimamoto
2008-10-30x86: signal: cosmetic unification of signr_convert()Hiroshi Shimamoto
2008-10-27x86: signal_64.c: get_stack() doesn't need entire regsHiroshi Shimamoto
2008-10-27x86: signal: cosmetic unification of restore_sigcontext()Hiroshi Shimamoto
2008-10-03x86: signal: remove indent in restore_sigcontext()Hiroshi Shimamoto
2008-10-03x86: signal: move macros out from restore_sigcontext()Hiroshi Shimamoto
2008-09-25x86: signal: introduce helper macro is_ia32Hiroshi Shimamoto
2008-09-25x86: signal_64.c: introduce helper function signr_convert()Hiroshi Shimamoto
2008-09-24x86: signal: cosmetic unification of handle_signal()Hiroshi Shimamoto
2008-09-24x86: signal: cosmetic unification of do_notify_resume()Hiroshi Shimamoto
2008-09-24x86: signal: cosmetic unification of do_signal()Hiroshi Shimamoto
2008-09-14x86: signal: introduce do_rt_sigreturn()Hiroshi Shimamoto
2008-09-14x86: signal: remove unneeded err handlingHiroshi Shimamoto
2008-09-14x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto
2008-09-10x86: signal_64.c: make handle_signal() similarHiroshi Shimamoto
2008-09-10x86: signal_64.c: arg for restore_i387_xstate() is void __user *Hiroshi Shimamoto
2008-09-10x86: signal_64.c: clean up signal_fault()Hiroshi Shimamoto
2008-09-06x86: signal: split out frame setupsHiroshi Shimamoto
2008-09-06x86: signal: make NR_restart_syscallHiroshi Shimamoto
2008-09-06Merge branch 'x86/cleanups' into x86/signalIngo Molnar
2008-09-06Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar
2008-09-05Merge branch 'linus' into x86/tracehookIngo Molnar
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar
2008-08-14x86, xsave: remove the redundant access_ok() in setup_rt_frame()Suresh Siddha
2008-07-31x86: coding style fixes to arch/x86/kernel/signal_64.cGustavo F. Padovan
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha
2008-07-26x86: tracehook: TIF_NOTIFY_RESUMERoland McGrath
2008-07-26x86 signals: use asm/syscall.hRoland McGrath