aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-rc2Linus Torvalds1-0/+48