Age | Commit message (Expand) | Author | Files | Lines |
2018-11-27 | um: Give start_idle_thread() a return code | Richard Weinberger | 1 | -0/+5 |
2017-09-13 | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer | 1 | -9/+8 |
2017-07-07 | um: Add kerneldoc for userspace_tramp() and start_userspace() | Thomas Meyer | 1 | -1/+30 |
2017-07-07 | um: userspace - be more verbose in ptrace set regs error | Thomas Meyer | 1 | -2/+8 |
2017-05-04 | um: Add missing NR_CPUS include | Richard Weinberger | 1 | -0/+1 |
2017-05-03 | um: Set number of CPUs | Nikola Kotur | 1 | -3/+0 |
2016-01-10 | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün | 1 | -7/+0 |
2015-11-07 | um: Switch clocksource to hrtimers | Anton Ivanov | 1 | -35/+10 |
2015-11-07 | um: Store syscall number after syscall_trace_enter() | Richard Weinberger | 1 | -3/+7 |
2015-05-31 | um/os-Linux: Use char[] for syscall_stub declarations | Nicolas Iooss | 1 | -4/+4 |
2015-04-13 | um: Move uml_postsetup in the init_thread stack | Thomas Meyer | 1 | -1/+1 |
2015-04-13 | um: Remove SKAS3/4 support | Richard Weinberger | 1 | -150/+50 |
2014-07-20 | Revert "um: Fix wait_stub_done() error handling" | Richard Weinberger | 1 | -7/+2 |
2013-07-19 | um: siginfo cleanup | Richard Weinberger | 1 | -5/+5 |
2013-07-19 | um: Fix wait_stub_done() error handling | Richard Weinberger | 1 | -2/+7 |
2012-10-10 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -11/+11 |
2012-08-02 | um: pass siginfo to guest process | Martin Pärtel | 1 | -4/+9 |
2012-08-02 | um: pull interrupt_end() into userspace() | Al Viro | 1 | -0/+3 |
2011-11-02 | um: unify ptrace_user.h | Al Viro | 1 | -2/+1 |
2011-11-02 | um: take chan_*.h and line.h to arch/um/drivers | Al Viro | 1 | -1/+1 |
2011-11-02 | um: take register_winch_irq() into the caller of is_skas_winch() | Al Viro | 1 | -5/+1 |
2011-11-02 | um: shared/process.h is empty now; kill it | Al Viro | 1 | -1/+0 |
2011-11-02 | um: fill the handlers array at build time | Al Viro | 1 | -1/+1 |
2011-11-02 | um: simplify set_handler() | Al Viro | 1 | -2/+1 |
2011-11-02 | um: don't bother blocking SIGARLM and SIGUSR1 | Al Viro | 1 | -1/+1 |
2011-11-02 | um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ... | Al Viro | 1 | -2/+2 |
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro | 1 | -2/+0 |
2011-09-15 | um: Save FPU registers between task switches | Ingo van Lil | 1 | -1/+18 |
2008-07-24 | UML: make several more things static | WANG Cong | 1 | -1/+1 |
2008-06-06 | uml: stub needs to tolerate SIGWINCH | Jeff Dike | 1 | -1/+1 |
2008-05-13 | uml: style fixes | Jeff Dike | 1 | -1/+1 |
2008-02-24 | uml: fix FP register corruption | Jeff Dike | 1 | -0/+15 |
2008-02-08 | uml: style fixes in arch/um/os-Linux | Jeff Dike | 1 | -3/+3 |
2008-02-05 | uml: add newlines to printks | Jeff Dike | 1 | -4/+4 |
2008-02-05 | uml: don't allow processes to call into stub | Jeff Dike | 1 | -0/+3 |
2008-02-05 | uml: kill processes instead of panicing kernel | Jeff Dike | 1 | -90/+175 |
2008-02-05 | uml: use ptrace directly in libc code | Jeff Dike | 1 | -3/+8 |
2008-02-05 | uml: simplify SIGSEGV handling | Jeff Dike | 1 | -7/+4 |
2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 1 | -0/+1 |
2007-12-18 | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka | 1 | -5/+7 |
2007-10-16 | uml: definitively kill subprocesses on panic | Lepton Wu | 1 | -1/+1 |
2007-10-16 | uml: fix stub address calculations | Jeff Dike | 1 | -10/+11 |
2007-10-16 | uml: use *SEC_PER_*SEC constants | Jeff Dike | 1 | -5/+7 |
2007-10-16 | uml: eliminate SIGALRM | Jeff Dike | 1 | -3/+1 |
2007-10-16 | uml: tickless support | Jeff Dike | 1 | -4/+23 |
2007-10-16 | uml: simplify interval setting | Jeff Dike | 1 | -1/+1 |
2007-10-16 | uml: eliminate hz() | Jeff Dike | 1 | -2/+3 |
2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 1 | -2/+2 |
2007-10-16 | uml: rename pt_regs general-purpose register file | Jeff Dike | 1 | -2/+2 |
2007-10-16 | uml: remove __u64 usage from physical memory subsystem | Jeff Dike | 1 | -3/+3 |