aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas/process.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04um: Do not use printk in userspace trampolineBenjamin Berg1-6/+6
2024-01-04um: Drop NULL check from start_userspaceBenjamin Berg1-29/+24
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg1-50/+10
2023-04-20um: make stub data pages size tweakableJohannes Berg1-3/+3
2023-02-01um: Switch printk calls to adhere to correct coding styleBenjamin Berg1-62/+59
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck1-3/+3
2022-07-17um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld1-1/+16
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-1/+1
2021-02-12um: remove process stub VMAJohannes Berg1-4/+0
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-10/+13
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-0/+4
2021-02-12um: print register names in wait_for_stubJohannes Berg1-2/+53
2020-12-13um: Fetch registers only for signals which need themAnton Ivanov1-1/+14
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg1-6/+6
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer1-9/+8
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer1-1/+30
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer1-2/+8
2017-05-04um: Add missing NR_CPUS includeRichard Weinberger1-0/+1
2017-05-03um: Set number of CPUsNikola Kotur1-3/+0
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-7/+0
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-35/+10
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger1-3/+7
2015-05-31um/os-Linux: Use char[] for syscall_stub declarationsNicolas Iooss1-4/+4
2015-04-13um: Move uml_postsetup in the init_thread stackThomas Meyer1-1/+1
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger1-150/+50
2014-07-20Revert "um: Fix wait_stub_done() error handling"Richard Weinberger1-7/+2
2013-07-19um: siginfo cleanupRichard Weinberger1-5/+5
2013-07-19um: Fix wait_stub_done() error handlingRichard Weinberger1-2/+7
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-11/+11
2012-08-02um: pass siginfo to guest processMartin Pärtel1-4/+9
2012-08-02um: pull interrupt_end() into userspace()Al Viro1-0/+3
2011-11-02um: unify ptrace_user.hAl Viro1-2/+1
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro1-1/+1
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro1-5/+1
2011-11-02um: shared/process.h is empty now; kill itAl Viro1-1/+0
2011-11-02um: fill the handlers array at build timeAl Viro1-1/+1
2011-11-02um: simplify set_handler()Al Viro1-2/+1
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro1-1/+1
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro1-2/+2
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-2/+0
2011-09-14um: Save FPU registers between task switchesIngo van Lil1-1/+18
2008-07-24UML: make several more things staticWANG Cong1-1/+1
2008-06-06uml: stub needs to tolerate SIGWINCHJeff Dike1-1/+1
2008-05-13uml: style fixesJeff Dike1-1/+1
2008-02-23uml: fix FP register corruptionJeff Dike1-0/+15
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike1-3/+3
2008-02-05uml: add newlines to printksJeff Dike1-4/+4
2008-02-05uml: don't allow processes to call into stubJeff Dike1-0/+3
2008-02-05uml: kill processes instead of panicing kernelJeff Dike1-90/+175
2008-02-05uml: use ptrace directly in libc codeJeff Dike1-3/+8
2008-02-05uml: simplify SIGSEGV handlingJeff Dike1-7/+4
2008-02-05uml: tidy kern_util.hJeff Dike1-0/+1
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka1-5/+7
2007-10-16uml: definitively kill subprocesses on panicLepton Wu1-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike1-10/+11
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike1-5/+7
2007-10-16uml: eliminate SIGALRMJeff Dike1-3/+1
2007-10-16uml: tickless supportJeff Dike1-4/+23
2007-10-16uml: simplify interval settingJeff Dike1-1/+1
2007-10-16uml: eliminate hz()Jeff Dike1-2/+3
2007-10-16uml: userspace files should call libc directlyJeff Dike1-2/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-2/+2
2007-10-16uml: remove __u64 usage from physical memory subsystemJeff Dike1-3/+3
2007-10-16uml: style fixes pass 3Jeff Dike1-112/+117
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-12/+12
2007-10-16uml: stop saving process FP stateJeff Dike1-7/+1
2007-07-16uml: SIGIO support cleanupJeff Dike1-1/+1
2007-06-16uml: remove PAGE_SIZE from libc codeJeff Dike1-6/+7
2007-05-11uml: tidy IRQ codeJeff Dike1-2/+4
2007-05-11uml: use UM_THREAD_SIZE in userspace codeJeff Dike1-4/+3
2007-05-09uml: turn build warnings into commentsMiklos Szeredi1-1/+1
2007-05-07uml: more page fault path trimmingJeff Dike1-48/+74
2007-05-07uml: don't try to handle signals on initial process stackJeff Dike1-3/+11
2007-05-07uml: convert libc layer to call read and writeJeff Dike1-4/+5
2007-05-07uml: tidy libc codeJeff Dike1-1/+1
2007-05-07uml: dump registers on ptrace or wait failureJeff Dike1-12/+25
2007-05-07uml: remove page_size()Jeff Dike1-4/+5
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-27[PATCH] uml: use correct register file size everywhereJeff Dike1-3/+3
2007-03-06[PATCH] uml: add a debugging messageJeff Dike1-1/+4
2006-11-03[PATCH] uml: include tidyingJeff Dike1-1/+1
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike1-52/+16
2006-09-26[PATCH] uml: timer cleanupsJeff Dike1-1/+5
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-3/+14
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike1-2/+1
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike1-10/+6
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike1-1/+1
2006-05-01[PATCH] uml: error handling fixesJeff Dike1-3/+3
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike1-18/+18
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso1-2/+2
2006-02-07[PATCH] uml: initialize process FP registers properlyJeff Dike1-7/+14
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike1-12/+17
2006-01-18[PATCH] uml: eliminate some globalsJeff Dike1-16/+12
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov1-0/+565