summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/signal.c
Commit message (Expand)AuthorAgeFilesLines
* um: Make local functions and variables staticTiwei Bie2024-04-221-2/+2
* um: rename set_signals() to um_set_signals()Johannes Berg2021-12-211-4/+4
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+1
* um: Fix stack pointer alignmentYiFei Zhu2021-06-171-1/+1
* um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-171-4/+51
* um: export signals_enabled directlyJohannes Berg2021-06-171-6/+1
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-131-0/+3
* um: Support suspend to RAMJohannes Berg2020-12-131-0/+5
* um: Allow PM with suspend-to-idleJohannes Berg2020-12-131-1/+13
* um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar2019-09-151-1/+1
* um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2019-09-151-12/+32
* um: Avoid using uninitialized regsJohannes Berg2019-09-151-0/+3
* um: Remove sig_info[SIGALRM]Johannes Berg2019-09-151-2/+1
* um: Revert to using stack for pt_regs in signal handlingAnton Ivanov2019-05-071-20/+8
* um: Compile with modern headersJason A. Donenfeld2018-03-291-0/+1
* um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-191-1/+1
* um: Fix possible deadlock in sig_handler_common()Richard Weinberger2016-08-041-2/+3
* um: extend fpstate to _xstate to support YMM registersEli Cooper2016-05-211-8/+20
* um: Prevent IRQ handler reentrancyAnton Ivanov2016-01-101-1/+15
* um: Switch clocksource to hrtimersAnton Ivanov2015-11-061-19/+22
* um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse2015-06-251-3/+5
* um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-171-0/+8
* um: siginfo cleanupRichard Weinberger2013-07-191-4/+4
* um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich2013-03-111-1/+1
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-4/+4
* um: pass siginfo to guest processMartin Pärtel2012-08-021-11/+15
* um: sysdep/barrier.h is not used for anythingAl Viro2011-11-021-1/+0
* um: shared/process.h is empty now; kill itAl Viro2011-11-021-1/+0
* um: finish conversion to mcontext_tAl Viro2011-11-021-3/+3
* um: start switching the references to host mcontext_t to its userland typeAl Viro2011-11-021-19/+16
* um: take userland definition of barrier() to user.hAl Viro2011-11-021-3/+0
* um: fill the handlers array at build timeAl Viro2011-11-021-4/+13
* um: simplify set_handler()Al Viro2011-11-021-11/+11
* um: don't bother blocking SIGARLM and SIGUSR1Al Viro2011-11-021-1/+1
* um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro2011-11-021-4/+8
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-021-1/+0
* UML: make several more things staticWANG Cong2008-07-241-1/+1
* uml: track and make up lost ticksJeff Dike2008-05-131-0/+1
* uml: style fixes in arch/um/os-LinuxJeff Dike2008-02-081-1/+1
* uml: signal handling tidyingJeff Dike2008-02-051-21/+12
* uml: clean up sig_handler_common_skasJeff Dike2008-02-051-45/+18
* uml: move sig_handler_common_skasJeff Dike2008-02-051-0/+62
* uml: use barrier() instead of mb()Jeff Dike2008-02-051-20/+8
* uml: tidy kern_util.hJeff Dike2008-02-051-0/+1
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-051-1/+2
* uml: eliminate SIGALRMJeff Dike2007-10-161-21/+7
* uml: eliminate interrupts in the idle loopJeff Dike2007-10-161-3/+0
* uml: separate timer initializationJeff Dike2007-10-161-0/+10
* uml: fix timer switchingJeff Dike2007-10-161-6/+3
* uml: style fixes pass 3Jeff Dike2007-10-161-45/+51