summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-285-13/+16
|\
| * um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse2015-06-251-0/+1
| * um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse2015-06-251-3/+3
| * um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse2015-06-251-3/+5
| * um/os-Linux: Use char[] for syscall_stub declarationsNicolas Iooss2015-05-312-7/+7
* | um,ethertap: use strncpyAlan2015-05-241-1/+1
|/
* um: Move uml_postsetup in the init_thread stackThomas Meyer2015-04-131-1/+1
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-134-408/+62
* Revert "um: Fix wait_stub_done() error handling"Richard Weinberger2014-07-201-7/+2
* um: Memory corruption on startupAnton Ivanov2014-04-201-0/+6
* um: Missing pipe handlingAnton Ivanov2014-04-201-0/+1
* uml: Simplify tempdir logic.Tristan Schmelcher2014-04-201-297/+75
* um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-171-0/+8
* um: Run UML in it's own session.Richard Weinberger2013-09-071-0/+2
* um: Cleanup SIGTERM handlingRichard Weinberger2013-09-074-5/+13
* um: ubd: Add REQ_FLUSH suppportRichard Weinberger2013-09-071-0/+9
* um: Implement probe_kernel_read()Richard Weinberger2013-09-071-0/+52
* um: siginfo cleanupRichard Weinberger2013-07-192-9/+9
* uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...Tristan Schmelcher2013-07-191-41/+189
* um: Fix wait_stub_done() error handlingRichard Weinberger2013-07-191-2/+7
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-022-1/+3
|\
| * um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich2013-03-111-1/+1
| * um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich2013-03-111-0/+2
* | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-13/+0
|\
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-121-13/+0
* | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-0926-85/+85
|/
* uml: fix compile error in deliver_alarm()Miklos Szeredi2012-09-051-1/+1
* um: pass siginfo to guest processMartin Pärtel2012-08-024-17/+26
* um: pull interrupt_end() into userspace()Al Viro2012-08-021-0/+3
* um: Remove unused variablesRichard Weinberger2012-05-211-10/+0
* um: use the right ifdef around exports in user_syms.cAl Viro2012-03-252-3/+1
* um: unify ptrace_user.hAl Viro2011-11-022-7/+5
* um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro2011-11-022-37/+2
* um: take chan_*.h and line.h to arch/um/driversAl Viro2011-11-021-1/+1
* um: take register_winch_irq() into the caller of is_skas_winch()Al Viro2011-11-021-5/+1
* um: take arch/um/sys-x86 to arch/x86/umAl Viro2011-11-027-353/+1
* um: sysdep/barrier.h is not used for anythingAl Viro2011-11-021-1/+0
* um: shared/process.h is empty now; kill itAl Viro2011-11-025-5/+0
* um: finish conversion to mcontext_tAl Viro2011-11-023-4/+35
* um: start switching the references to host mcontext_t to its userland typeAl Viro2011-11-023-20/+18
* um: take userland definition of barrier() to user.hAl Viro2011-11-021-3/+0
* um: fill the handlers array at build timeAl Viro2011-11-023-11/+20
* um: simplify set_handler()Al Viro2011-11-023-26/+18
* um: don't bother blocking SIGARLM and SIGUSR1Al Viro2011-11-023-9/+8
* um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro2011-11-021-2/+2
* um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro2011-11-029-85/+57
* um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro2011-11-025-35/+10
* um: kill dead code around uaccessAl Viro2011-11-022-34/+2
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-0223-40/+0
OpenPOWER on IntegriCloud