summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/exitcode.c
AgeCommit message (Collapse)AuthorLines
2005-01-11[PATCH] UML: sparse annotationsJeff Dike-1/+1
Lots of sparse annotations from Chris Wright. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2002-11-18Merged a number of bug fixes from the 2.4 pool.Jeff Dike-1/+1
2002-10-14This is the merge of the initial 2.4 SMP support.Jeff Dike-0/+3
Locking was added where necessary. All processors take timer interrupts, but only CPU 0 calls the timer IRQ. The others just call update_process_times to keep the accounting straight. The timer interrupt is blocked along with the other signals.
2002-09-11[PATCH] UML arch (user-mode Linux)Jeff Dike-0/+70
This patch implements UML for 2.5.34.