aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg1-12/+32
2019-09-15um: Avoid using uninitialized regsJohannes Berg1-0/+3
2019-09-15um: Remove sig_info[SIGALRM]Johannes Berg1-2/+1
2019-05-07um: Revert to using stack for pt_regs in signal handlingAnton Ivanov1-20/+8
2018-03-29um: Compile with modern headersJason A. Donenfeld1-0/+1
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur1-1/+1
2016-08-04um: Fix possible deadlock in sig_handler_common()Richard Weinberger1-2/+3
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper1-8/+20
2016-01-10um: Prevent IRQ handler reentrancyAnton Ivanov1-1/+15
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-19/+22
2015-06-25um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse1-3/+5
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger1-0/+8
2013-07-19um: siginfo cleanupRichard Weinberger1-4/+4
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
2012-08-02um: pass siginfo to guest processMartin Pärtel1-11/+15
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro1-1/+0
2011-11-02um: shared/process.h is empty now; kill itAl Viro1-1/+0
2011-11-02um: finish conversion to mcontext_tAl Viro1-3/+3
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro1-19/+16
2011-11-02um: take userland definition of barrier() to user.hAl Viro1-3/+0
2011-11-02um: fill the handlers array at build timeAl Viro1-4/+13
2011-11-02um: simplify set_handler()Al Viro1-11/+11
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro1-1/+1
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro1-4/+8
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-1/+0
2008-07-24UML: make several more things staticWANG Cong1-1/+1
2008-05-13uml: track and make up lost ticksJeff Dike1-0/+1
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike1-1/+1
2008-02-05uml: signal handling tidyingJeff Dike1-21/+12
2008-02-05uml: clean up sig_handler_common_skasJeff Dike1-45/+18
2008-02-05uml: move sig_handler_common_skasJeff Dike1-0/+62
2008-02-05uml: use barrier() instead of mb()Jeff Dike1-20/+8
2008-02-05uml: tidy kern_util.hJeff Dike1-0/+1
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong1-1/+2
2007-10-16uml: eliminate SIGALRMJeff Dike1-21/+7
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike1-3/+0
2007-10-16uml: separate timer initializationJeff Dike1-0/+10
2007-10-16uml: fix timer switchingJeff Dike1-6/+3
2007-10-16uml: style fixes pass 3Jeff Dike1-45/+51
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-3/+2
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-4/+2
2007-09-19uml: fix irqstack crashJeff Dike1-2/+2
2007-05-11uml: iRQ stacksJeff Dike1-0/+40
2007-05-11uml: tidy IRQ codeJeff Dike1-3/+7
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-08[PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process()Paolo 'Blaisorblade' Giarrusso1-5/+0
2006-11-03[PATCH] uml: fix I/O hangJeff Dike1-3/+28
2006-09-26[PATCH] uml: Remove unused variableJeff Dike1-7/+0