aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
Commit message (Expand)AuthorAge
* rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-22
* x86: Add support for restartable sequencesMathieu Desnoyers2018-06-06
* x86/sigreturn: use SYSCALL_DEFINE0Tautschnig, Michael2018-04-02
* x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski2018-04-02
* x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-30
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-26
* x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-30
* x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...Markus Trippelsdorf2017-04-11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-03
|\
| * x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-14
* | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-15
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-06
|\
| * x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-27
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-16
|\
| * x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-19
| * x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-13
* | signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other ...Stas Sergeev2016-05-03
|/
* x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-17
* x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-17
* x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin2016-01-19
* x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-05
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-04
|\
| * x86/headers: Make sigcontext pointers bit independentIngo Molnar2015-09-08
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-03
|\ \
| * | x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko2015-09-30
| |/
* / x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-07
|/
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18
|\
| * Revert x86 sigcontext cleanupsLinus Torvalds2015-08-13
* | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-31
* | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-31
* | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-07
* | x86/compat: Remove unneeded #includeBrian Gerst2015-07-06
|/
* x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling...Ingo Molnar2015-05-19
* x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.hIngo Molnar2015-05-19
* x86/fpu: Merge fpu__reset() and fpu__clear()Ingo Molnar2015-05-19
* x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar2015-05-19
* x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar2015-05-19
* x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()Ingo Molnar2015-05-19
* x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()Ingo Molnar2015-05-19
* x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-19
* x86/fpu: Use 'struct fpu' in fpu_reset_state()Ingo Molnar2015-05-19
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-19
* x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-19
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-19
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-18
|\
| * x86/ptrace: Fix the TIF_FORCED_TF logic in handle_signal()Oleg Nesterov2015-04-16
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-15
|\ \ | |/ |/|