| Commit message (Expand) | Author | Age | Files | Lines |
* | um: Store syscall number after syscall_trace_enter() | Richard Weinberger | 2015-11-06 | 1 | -3/+7 |
* | um/os-Linux: Use char[] for syscall_stub declarations | Nicolas Iooss | 2015-05-31 | 2 | -7/+7 |
* | um: Move uml_postsetup in the init_thread stack | Thomas Meyer | 2015-04-13 | 1 | -1/+1 |
* | um: Remove SKAS3/4 support | Richard Weinberger | 2015-04-13 | 2 | -238/+62 |
* | Revert "um: Fix wait_stub_done() error handling" | Richard Weinberger | 2014-07-20 | 1 | -7/+2 |
* | um: siginfo cleanup | Richard Weinberger | 2013-07-19 | 1 | -5/+5 |
* | um: Fix wait_stub_done() error handling | Richard Weinberger | 2013-07-19 | 1 | -2/+7 |
* | um: get rid of pointless include "..." where include <...> will do | Al Viro | 2012-10-09 | 2 | -21/+21 |
* | um: pass siginfo to guest process | Martin Pärtel | 2012-08-02 | 1 | -4/+9 |
* | um: pull interrupt_end() into userspace() | Al Viro | 2012-08-02 | 1 | -0/+3 |
* | um: Remove unused variables | Richard Weinberger | 2012-05-21 | 1 | -10/+0 |
* | um: unify ptrace_user.h | Al Viro | 2011-11-02 | 1 | -2/+1 |
* | um: take chan_*.h and line.h to arch/um/drivers | Al Viro | 2011-11-02 | 1 | -1/+1 |
* | um: take register_winch_irq() into the caller of is_skas_winch() | Al Viro | 2011-11-02 | 1 | -5/+1 |
* | um: shared/process.h is empty now; kill it | Al Viro | 2011-11-02 | 1 | -1/+0 |
* | um: fill the handlers array at build time | Al Viro | 2011-11-02 | 1 | -1/+1 |
* | um: simplify set_handler() | Al Viro | 2011-11-02 | 1 | -2/+1 |
* | um: don't bother blocking SIGARLM and SIGUSR1 | Al Viro | 2011-11-02 | 1 | -1/+1 |
* | um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ... | Al Viro | 2011-11-02 | 1 | -2/+2 |
* | um: -include user.h for USER_OBJ, trim includes | Al Viro | 2011-11-02 | 2 | -4/+0 |
* | um: Save FPU registers between task switches | Ingo van Lil | 2011-09-14 | 2 | -2/+19 |
* | x86, um: get rid of excessive includes of uml-config.h | Al Viro | 2008-10-22 | 1 | -1/+0 |
* | UML: make several more things static | WANG Cong | 2008-07-24 | 1 | -1/+1 |
* | uml: stub needs to tolerate SIGWINCH | Jeff Dike | 2008-06-06 | 1 | -1/+1 |
* | uml: style fixes | Jeff Dike | 2008-05-13 | 1 | -1/+1 |
* | uml: fix FP register corruption | Jeff Dike | 2008-02-23 | 1 | -0/+15 |
* | uml: style fixes in arch/um/os-Linux | Jeff Dike | 2008-02-08 | 1 | -3/+3 |
* | uml: add newlines to printks | Jeff Dike | 2008-02-05 | 1 | -4/+4 |
* | uml: move sig_handler_common_skas | Jeff Dike | 2008-02-05 | 2 | -76/+3 |
* | uml: don't allow processes to call into stub | Jeff Dike | 2008-02-05 | 1 | -0/+3 |
* | uml: kill processes instead of panicing kernel | Jeff Dike | 2008-02-05 | 1 | -90/+175 |
* | uml: use ptrace directly in libc code | Jeff Dike | 2008-02-05 | 1 | -3/+8 |
* | uml: simplify SIGSEGV handling | Jeff Dike | 2008-02-05 | 1 | -7/+4 |
* | uml: tidy kern_util.h | Jeff Dike | 2008-02-05 | 2 | -7/+12 |
* | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka | 2007-12-17 | 1 | -5/+7 |
* | uml: definitively kill subprocesses on panic | Lepton Wu | 2007-10-16 | 1 | -1/+1 |
* | uml: fix stub address calculations | Jeff Dike | 2007-10-16 | 2 | -14/+15 |
* | uml: use *SEC_PER_*SEC constants | Jeff Dike | 2007-10-16 | 1 | -5/+7 |
* | uml: eliminate SIGALRM | Jeff Dike | 2007-10-16 | 2 | -6/+3 |
* | uml: tickless support | Jeff Dike | 2007-10-16 | 1 | -4/+23 |
* | uml: simplify interval setting | Jeff Dike | 2007-10-16 | 1 | -1/+1 |
* | uml: eliminate hz() | Jeff Dike | 2007-10-16 | 1 | -2/+3 |
* | uml: userspace files should call libc directly | Jeff Dike | 2007-10-16 | 1 | -2/+2 |
* | uml: rename pt_regs general-purpose register file | Jeff Dike | 2007-10-16 | 1 | -2/+2 |
* | uml: remove __u64 usage from physical memory subsystem | Jeff Dike | 2007-10-16 | 1 | -3/+3 |
* | uml: style fixes pass 3 | Jeff Dike | 2007-10-16 | 3 | -173/+182 |
* | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 2007-10-16 | 3 | -23/+19 |
* | uml: stop saving process FP state | Jeff Dike | 2007-10-16 | 2 | -8/+2 |
* | uml: stop using libc asm/page.h | Jeff Dike | 2007-10-16 | 1 | -1/+0 |
* | uml: SIGIO support cleanup | Jeff Dike | 2007-07-16 | 1 | -1/+1 |