summaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/signal.c
AgeCommit message (Expand)Author
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg
2021-06-17um: export signals_enabled directlyJohannes Berg
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg
2020-12-13um: Support suspend to RAMJohannes Berg
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg
2019-09-15um: Avoid using uninitialized regsJohannes Berg
2019-09-15um: Remove sig_info[SIGALRM]Johannes Berg
2019-05-07um: Revert to using stack for pt_regs in signal handlingAnton Ivanov
2018-03-29um: Compile with modern headersJason A. Donenfeld
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur
2016-08-04um: Fix possible deadlock in sig_handler_common()Richard Weinberger
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper
2016-01-10um: Prevent IRQ handler reentrancyAnton Ivanov
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov
2015-06-25um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger
2013-07-19um: siginfo cleanupRichard Weinberger
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-08-02um: pass siginfo to guest processMartin Pärtel
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro
2011-11-02um: shared/process.h is empty now; kill itAl Viro
2011-11-02um: finish conversion to mcontext_tAl Viro
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro
2011-11-02um: take userland definition of barrier() to user.hAl Viro
2011-11-02um: fill the handlers array at build timeAl Viro
2011-11-02um: simplify set_handler()Al Viro
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro
2008-07-24UML: make several more things staticWANG Cong
2008-05-13uml: track and make up lost ticksJeff Dike
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike
2008-02-05uml: signal handling tidyingJeff Dike
2008-02-05uml: clean up sig_handler_common_skasJeff Dike
2008-02-05uml: move sig_handler_common_skasJeff Dike
2008-02-05uml: use barrier() instead of mb()Jeff Dike
2008-02-05uml: tidy kern_util.hJeff Dike
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong
2007-10-16uml: eliminate SIGALRMJeff Dike
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike
2007-10-16uml: separate timer initializationJeff Dike
2007-10-16uml: fix timer switchingJeff Dike
2007-10-16uml: style fixes pass 3Jeff Dike
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike