aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+9
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-4/+1
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-10/+7
2019-04-03x86/fpu: Fix __user annotationsJann Horn1-2/+2
2019-04-03x86/uaccess, signal: Fix AC=1 bloatPeter Zijlstra1-12/+17
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-7/+7
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-1/+1
2018-06-06x86: Add support for restartable sequencesMathieu Desnoyers1-0/+6
2018-04-02x86/sigreturn: use SYSCALL_DEFINE0Tautschnig, Michael1-2/+3
2018-04-02x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski1-1/+1
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-3/+3
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski1-1/+1
2017-04-11x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_general_protection()Markus Trippelsdorf1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+11
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski1-1/+1
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov1-9/+11
2016-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+24
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-7/+7
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski1-2/+24
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2016-05-03signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other architecturesStas Sergeev1-12/+11
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov1-1/+1
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov1-2/+2
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski1-19/+44
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski1-2/+49
2016-01-19x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin1-5/+8
2015-12-05x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin1-7/+10
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2015-11-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-2/+2
2015-09-30x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko1-1/+1
2015-09-08x86/headers: Make sigcontext pointers bit independentIngo Molnar1-1/+3
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar1-15/+11
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds1-15/+11
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-31x86/vm86: Use the normal pt_regs area for vm86Brian Gerst1-0/+3
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski1-27/+1
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst1-1/+0
2015-05-19x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functionsIngo Molnar1-0/+1
2015-05-19x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.hIngo Molnar1-0/+16
2015-05-19x86/fpu: Merge fpu__reset() and fpu__clear()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move the signal frame handling code closer to each otherIngo Molnar1-2/+2
2015-05-19x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()Ingo Molnar1-1/+1