aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/process.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-0/+6
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger1-16/+0
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger1-1/+0
2013-09-07um: Implement probe_kernel_read()Richard Weinberger1-0/+52
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+0
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro1-13/+0
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
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-6/+6
2011-11-02um: simplify set_handler()Al Viro1-13/+6
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro1-7/+6
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-2/+0
2011-05-25um: fix crash while os_dump_core()Richard Weinberger1-0/+1
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike1-1/+1
2008-02-05uml: remove init_irq_signalsJeff Dike1-1/+4
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka1-2/+2
2007-10-16uml: eliminate SIGALRMJeff Dike1-5/+5
2007-10-16uml: userspace files should call libc directlyJeff Dike1-17/+20
2007-10-16uml: get rid of do_longjmpJeff Dike1-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike1-50/+50
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-3/+0
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-31/+0
2007-07-24uml: more __init annotationsJeff Dike1-1/+1
2007-05-09uml: mark a tt-only functionJeff Dike1-0/+2
2007-05-07uml: convert libc layer to call read and writeJeff Dike1-4/+4
2007-05-07uml: tidy libc codeJeff Dike1-14/+15
2007-05-07uml: remove page_size()Jeff Dike1-1/+1
2007-05-07uml: add missing __init declarationsJeff Dike1-2/+3
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-08[PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process()Paolo 'Blaisorblade' Giarrusso1-0/+3
2006-11-03[PATCH] uml: include tidyingJeff Dike1-1/+0
2006-10-02[PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann1-3/+2
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-1/+11
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike1-1/+0
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike1-4/+4
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike1-10/+9
2006-05-01[PATCH] uml: clean up after MADVISE_REMOVEJeff Dike1-5/+12
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike1-2/+2
2006-04-19[PATCH] uml: MADV_REMOVE fixesJeff Dike1-2/+2
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike1-0/+44
2006-02-24[PATCH] uml: fix usage of kernel_errno in place of errnoPaolo 'Blaisorblade' Giarrusso1-0/+16
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike1-20/+10
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov1-1/+0
2005-09-21[PATCH] uml: readd removed unistd.h inclusionPaolo 'Blaisorblade' Giarrusso1-0/+1
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov1-3/+55
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-0/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+171