Age | Commit message (Expand) | Author |
2022-07-17 | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck |
2022-07-17 | um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups | Jason A. Donenfeld |
2021-06-17 | um: Fix stack pointer alignment | YiFei Zhu |
2021-02-12 | um: remove process stub VMA | Johannes Berg |
2021-02-12 | um: separate child and parent errors in clone stub | Johannes Berg |
2021-02-12 | um: defer killing userspace on page table update failures | Johannes Berg |
2021-02-12 | um: print register names in wait_for_stub | Johannes Berg |
2020-12-13 | um: Fetch registers only for signals which need them | Anton Ivanov |
2019-09-15 | um: Add SPDX headers for files in arch/um/os-Linux | Alex Dewar |
2019-09-15 | um: Implement TRACE_IRQFLAGS_SUPPORT | Johannes Berg |
2018-10-29 | um: Give start_idle_thread() a return code | Richard Weinberger |
2017-09-13 | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer |
2017-07-07 | um: Add kerneldoc for userspace_tramp() and start_userspace() | Thomas Meyer |
2017-07-07 | um: userspace - be more verbose in ptrace set regs error | Thomas Meyer |
2017-05-04 | um: Add missing NR_CPUS include | Richard Weinberger |
2017-05-03 | um: Set number of CPUs | Nikola Kotur |
2016-01-10 | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün |
2015-11-06 | um: Switch clocksource to hrtimers | Anton Ivanov |
2015-11-06 | um: Store syscall number after syscall_trace_enter() | Richard Weinberger |
2015-05-31 | um/os-Linux: Use char[] for syscall_stub declarations | Nicolas Iooss |
2015-04-13 | um: Move uml_postsetup in the init_thread stack | Thomas Meyer |
2015-04-13 | um: Remove SKAS3/4 support | Richard Weinberger |
2014-07-20 | Revert "um: Fix wait_stub_done() error handling" | Richard Weinberger |
2013-07-19 | um: siginfo cleanup | Richard Weinberger |
2013-07-19 | um: Fix wait_stub_done() error handling | Richard Weinberger |
2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro |
2012-08-02 | um: pass siginfo to guest process | Martin Pärtel |
2012-08-02 | um: pull interrupt_end() into userspace() | Al Viro |
2011-11-02 | um: unify ptrace_user.h | Al Viro |
2011-11-02 | um: take chan_*.h and line.h to arch/um/drivers | Al Viro |
2011-11-02 | um: take register_winch_irq() into the caller of is_skas_winch() | Al Viro |
2011-11-02 | um: shared/process.h is empty now; kill it | Al Viro |
2011-11-02 | um: fill the handlers array at build time | Al Viro |
2011-11-02 | um: simplify set_handler() | Al Viro |
2011-11-02 | um: don't bother blocking SIGARLM and SIGUSR1 | Al Viro |
2011-11-02 | um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ... | Al Viro |
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro |
2011-09-14 | um: Save FPU registers between task switches | Ingo van Lil |
2008-07-24 | UML: make several more things static | WANG Cong |
2008-06-06 | uml: stub needs to tolerate SIGWINCH | Jeff Dike |
2008-05-13 | uml: style fixes | Jeff Dike |
2008-02-23 | uml: fix FP register corruption | Jeff Dike |
2008-02-08 | uml: style fixes in arch/um/os-Linux | Jeff Dike |
2008-02-05 | uml: add newlines to printks | Jeff Dike |
2008-02-05 | uml: don't allow processes to call into stub | Jeff Dike |
2008-02-05 | uml: kill processes instead of panicing kernel | Jeff Dike |
2008-02-05 | uml: use ptrace directly in libc code | Jeff Dike |
2008-02-05 | uml: simplify SIGSEGV handling | Jeff Dike |
2008-02-05 | uml: tidy kern_util.h | Jeff Dike |
2007-12-17 | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka |