aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02um: unify ptrace_user.hAl Viro1-2/+1
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro1-1/+1
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro1-5/+1
2011-11-02um: shared/process.h is empty now; kill itAl Viro1-1/+0
2011-11-02um: fill the handlers array at build timeAl Viro1-1/+1
2011-11-02um: simplify set_handler()Al Viro1-2/+1
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro1-1/+1
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in thereAl Viro1-2/+2
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro2-4/+0
2011-09-14um: Save FPU registers between task switchesIngo van Lil2-2/+19
2008-10-22x86, um: get rid of excessive includes of uml-config.hAl Viro1-1/+0
2008-07-24UML: make several more things staticWANG Cong1-1/+1
2008-06-06uml: stub needs to tolerate SIGWINCHJeff Dike1-1/+1
2008-05-13uml: style fixesJeff Dike1-1/+1
2008-02-23uml: fix FP register corruptionJeff Dike1-0/+15
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike1-3/+3
2008-02-05uml: add newlines to printksJeff Dike1-4/+4
2008-02-05uml: move sig_handler_common_skasJeff Dike2-76/+3
2008-02-05uml: don't allow processes to call into stubJeff Dike1-0/+3
2008-02-05uml: kill processes instead of panicing kernelJeff Dike1-90/+175
2008-02-05uml: use ptrace directly in libc codeJeff Dike1-3/+8
2008-02-05uml: simplify SIGSEGV handlingJeff Dike1-7/+4
2008-02-05uml: tidy kern_util.hJeff Dike2-7/+12
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka1-5/+7
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