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