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