aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: definitively kill subprocesses on panicLepton Wu1-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike2-14/+15
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike1-5/+7
2007-10-16uml: eliminate SIGALRMJeff Dike2-6/+3
2007-10-16uml: tickless supportJeff Dike1-4/+23
2007-10-16uml: simplify interval settingJeff Dike1-1/+1
2007-10-16uml: eliminate hz()Jeff Dike1-2/+3
2007-10-16uml: userspace files should call libc directlyJeff Dike1-2/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-2/+2
2007-10-16uml: remove __u64 usage from physical memory subsystemJeff Dike1-3/+3
2007-10-16uml: style fixes pass 3Jeff Dike3-173/+182
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike3-23/+19
2007-10-16uml: stop saving process FP stateJeff Dike2-8/+2
2007-10-16uml: stop using libc asm/page.hJeff Dike1-1/+0
2007-07-16uml: SIGIO support cleanupJeff Dike1-1/+1
2007-06-16uml: remove PAGE_SIZE from libc codeJeff Dike2-12/+14
2007-05-11uml: tidy IRQ codeJeff Dike1-2/+4
2007-05-11uml: use UM_THREAD_SIZE in userspace codeJeff Dike1-4/+3
2007-05-09uml: turn build warnings into commentsMiklos Szeredi2-2/+2
2007-05-07uml: more page fault path trimmingJeff Dike3-87/+103
2007-05-07uml: speed page fault pathJeff Dike1-2/+2
2007-05-07uml: don't try to handle signals on initial process stackJeff Dike1-3/+11
2007-05-07uml: convert libc layer to call read and writeJeff Dike2-10/+18
2007-05-07uml: tidy libc codeJeff Dike1-1/+1
2007-05-07uml: dump registers on ptrace or wait failureJeff Dike1-12/+25
2007-05-07uml: kernel segfaults should dump proper registersJeff Dike1-2/+13
2007-05-07uml: tidy fault codeJeff Dike1-9/+8
2007-05-07uml: remove page_size()Jeff Dike1-4/+5
2007-05-07uml: remove user_util.hJeff Dike3-3/+0
2007-05-07uml: create as-layout.hJeff Dike1-0/+1
2007-03-27[PATCH] uml: use correct register file size everywhereJeff Dike2-6/+10
2007-03-06[PATCH] uml: add a debugging messageJeff Dike1-1/+4
2006-11-03[PATCH] uml: include tidyingJeff Dike1-1/+1
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike1-52/+16
2006-09-26[PATCH] uml: timer cleanupsJeff Dike1-1/+5
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-3/+14
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike1-2/+1
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike1-10/+6
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike1-1/+1
2006-05-01[PATCH] uml: error handling fixesJeff Dike1-3/+3
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike1-18/+18
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso2-4/+4
2006-02-07[PATCH] uml: initialize process FP registers properlyJeff Dike2-8/+15
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike1-12/+17
2006-01-18[PATCH] uml: eliminate some globalsJeff Dike1-16/+12
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov2-2/+567
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov2-2/+285
2006-01-08[PATCH] uml: whitespace cleanupJeff Dike1-7/+7
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov2-0/+83