Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / arch / um / os-Linux / skas / process.c
2008-06-06 Jeff Dikeuml: stub needs to tolerate SIGWINCH
2008-05-13 Jeff Dikeuml: style fixes
2008-02-24 Jeff Dikeuml: fix FP register corruption
2008-02-08 Jeff Dikeuml: style fixes in arch/um/os-Linux
2008-02-05 Jeff Dikeuml: add newlines to printks
2008-02-05 Jeff Dikeuml: don't allow processes to call into stub
2008-02-05 Jeff Dikeuml: kill processes instead of panicing kernel
2008-02-05 Jeff Dikeuml: use ptrace directly in libc code
2008-02-05 Jeff Dikeuml: simplify SIGSEGV handling
2008-02-05 Jeff Dikeuml: tidy kern_util.h
2007-12-18 Stanislaw Gruszkauml: stop gdb from deleting breakpoints when running UML
2007-10-16 Lepton Wuuml: definitively kill subprocesses on panic
2007-10-16 Jeff Dikeuml: fix stub address calculations
2007-10-16 Jeff Dikeuml: use *SEC_PER_*SEC constants
2007-10-16 Jeff Dikeuml: eliminate SIGALRM
2007-10-16 Jeff Dikeuml: tickless support
2007-10-16 Jeff Dikeuml: simplify interval setting
2007-10-16 Jeff Dikeuml: eliminate hz()
2007-10-16 Jeff Dikeuml: userspace files should call libc directly
2007-10-16 Jeff Dikeuml: rename pt_regs general-purpose register file
2007-10-16 Jeff Dikeuml: remove __u64 usage from physical memory subsystem
2007-10-16 Jeff Dikeuml: style fixes pass 3
2007-10-16 Jeff Dikeuml: remove code made redundant by CHOOSE_MODE removal
2007-10-16 Jeff Dikeuml: stop saving process FP state
2007-07-16 Jeff Dikeuml: SIGIO support cleanup
2007-06-16 Jeff Dikeuml: remove PAGE_SIZE from libc code
2007-05-11 Jeff Dikeuml: tidy IRQ code
2007-05-11 Jeff Dikeuml: use UM_THREAD_SIZE in userspace code
2007-05-09 Miklos Szerediuml: turn build warnings into comments
2007-05-07 Jeff Dikeuml: more page fault path trimming
2007-05-07 Jeff Dikeuml: don't try to handle signals on initial process...
2007-05-07 Jeff Dikeuml: convert libc layer to call read and write
2007-05-07 Jeff Dikeuml: tidy libc code
2007-05-07 Jeff Dikeuml: dump registers on ptrace or wait failure
2007-05-07 Jeff Dikeuml: remove page_size()
2007-05-07 Jeff Dikeuml: remove user_util.h
2007-03-27 Jeff Dike[PATCH] uml: use correct register file size everywhere
2007-03-06 Jeff Dike[PATCH] uml: add a debugging message
2006-11-03 Jeff Dike[PATCH] uml: include tidying
2006-09-27 Jeff Dike[PATCH] uml: thread creation tidying
2006-09-26 Jeff Dike[PATCH] uml: timer cleanups
2006-09-26 Jeff Dike[PATCH] uml: Move signal handlers to arch code
2006-09-26 Jeff Dike[PATCH] uml: Use klibc setjmp/longjmp
2006-07-15 Jeff Dike[PATCH] uml: tidy longjmp macro
2006-07-10 Jeff Dike[PATCH] uml: signal initialization cleanup
2006-05-02 Jeff Dike[PATCH] uml: error handling fixes
2006-04-19 Jeff Dike[PATCH] uml: change sigjmp_buf to jmp_buf
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: fix format errors
2006-02-08 Jeff Dike[PATCH] uml: initialize process FP registers properly
2006-01-19 Jeff Dike[PATCH] uml: implement soft interrupts
2006-01-19 Jeff Dike[PATCH] uml: eliminate some globals
2006-01-19 Gennady Sharapov[PATCH] uml: move libc-dependent skas process handling