summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas
AgeCommit message (Expand)AuthorLines
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar-3/+3
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg-6/+6
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger-0/+5
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer-9/+8
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer-1/+30
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer-2/+8
2017-05-04um: Add missing NR_CPUS includeRichard Weinberger-0/+1
2017-05-03um: Set number of CPUsNikola Kotur-3/+0
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün-7/+0
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov-35/+10
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger-3/+7
2015-05-31um/os-Linux: Use char[] for syscall_stub declarationsNicolas Iooss-7/+7
2015-04-13um: Move uml_postsetup in the init_thread stackThomas Meyer-1/+1
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger-238/+62
2014-07-20Revert "um: Fix wait_stub_done() error handling"Richard Weinberger-7/+2
2013-07-19um: siginfo cleanupRichard Weinberger-5/+5
2013-07-19um: Fix wait_stub_done() error handlingRichard Weinberger-2/+7
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-21/+21
2012-08-02um: pass siginfo to guest processMartin Pärtel-4/+9
2012-08-02um: pull interrupt_end() into userspace()Al Viro-0/+3
2012-05-21um: Remove unused variablesRichard Weinberger-10/+0
2011-11-02um: unify ptrace_user.hAl Viro-2/+1
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro-1/+1
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro-5/+1
2011-11-02um: shared/process.h is empty now; kill itAl Viro-1/+0
2011-11-02um: fill the handlers array at build timeAl Viro-1/+1
2011-11-02um: simplify set_handler()Al Viro-2/+1
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro-1/+1
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro-2/+2
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro-4/+0
2011-09-14um: Save FPU registers between task switchesIngo van Lil-2/+19
2008-10-22x86, um: get rid of excessive includes of uml-config.hAl Viro-1/+0
2008-07-24UML: make several more things staticWANG Cong-1/+1
2008-06-06uml: stub needs to tolerate SIGWINCHJeff Dike-1/+1
2008-05-13uml: style fixesJeff Dike-1/+1
2008-02-23uml: fix FP register corruptionJeff Dike-0/+15
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike-3/+3
2008-02-05uml: add newlines to printksJeff Dike-4/+4
2008-02-05uml: move sig_handler_common_skasJeff Dike-76/+3
2008-02-05uml: don't allow processes to call into stubJeff Dike-0/+3
2008-02-05uml: kill processes instead of panicing kernelJeff Dike-90/+175
2008-02-05uml: use ptrace directly in libc codeJeff Dike-3/+8
2008-02-05uml: simplify SIGSEGV handlingJeff Dike-7/+4
2008-02-05uml: tidy kern_util.hJeff Dike-7/+12
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka-5/+7
2007-10-16uml: definitively kill subprocesses on panicLepton Wu-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike-14/+15
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike-5/+7
2007-10-16uml: eliminate SIGALRMJeff Dike-6/+3
2007-10-16uml: tickless supportJeff Dike-4/+23