aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/signal.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-27um: Add initial SMP supportTiwei Bie1-5/+26
2025-10-27um: Determine sleep based on need_resched()Tiwei Bie1-0/+6
2025-10-27um: Turn signals_* into thread-local variablesTiwei Bie1-3/+8
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg1-1/+18
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg1-2/+2
2024-11-12um: move thread info into taskBenjamin Berg1-36/+1
2024-11-07um: remove broken double fault detectionBenjamin Berg1-8/+0
2024-11-07um: always include kconfig.h and compiler-version.hBenjamin Berg1-4/+4
2024-10-23um: remove fault_catcher infrastructureJohannes Berg1-1/+1
2024-07-03um: time-travel: fix signal blocking race/hangJohannes Berg1-20/+98
2024-04-22um: Make local functions and variables staticTiwei Bie1-2/+2
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg1-4/+4
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+1
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-1/+1
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg1-4/+51
2021-06-17um: export signals_enabled directlyJohannes Berg1-6/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg1-0/+3
2020-12-13um: Support suspend to RAMJohannes Berg1-0/+5
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg1-1/+13
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
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-18/+13
2006-07-10[PATCH] uml: timer initialization cleanupJeff Dike1-23/+0
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike1-72/+131
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov1-0/+5
2006-01-18[PATCH] uml: change interface to boot_timer_handlerBodo Stroesser1-1/+11
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov1-1/+1
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov1-10/+148
2005-05-05[PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+48