aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAge
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-03
* introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-19
* flagday: don't pass regs to copy_thread()Al Viro2012-11-28
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-28
* um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro2012-11-28
* um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro2012-11-28
* um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro2012-11-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-12
|\
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-09
|\|
| * um: switch to generic kernel_thread()Al Viro2012-09-30
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-30
| * um: kill thread->forkingAl Viro2012-09-20
| * um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-20
| * um: don't leak floating point state and segment registers on execve()Al Viro2012-09-20
| * um: take cleaning singlestep to start_thread()Al Viro2012-09-20
* | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-09
|\ \
| * | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09
| * | um: move sysrq.h out of include/sharedAl Viro2012-10-09
* | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-09
|/ /
* | um: kill thread->forkingAl Viro2012-09-27
* | um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-27
* | um: don't leak floating point state and segment registers on execve()Al Viro2012-09-27
* | um: take cleaning singlestep to start_thread()Al Viro2012-09-27
|/
* Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-01
|\
| * um: pass siginfo to guest processMartin Pärtel2012-08-01
| * um: pull interrupt_end() into userspace()Al Viro2012-08-01
| * um: split syscall_trace(), pass pt_regs to itAl Viro2012-08-01
| * um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-01
* | um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-19
|/
* new helper: signal_delivered()Al Viro2012-06-01
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-01
* new helper: sigmask_to_save()Al Viro2012-06-01
* new helper: restore_saved_sigmask()Al Viro2012-06-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-31
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-23
* | um: properly check all process' threads for a live mmAnton Vorontsov2012-05-31
* | um: fix possible race on task->mmAnton Vorontsov2012-05-31
* | um: should hold tasklist_lock while traversing processesAnton Vorontsov2012-05-31
* | um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul2012-05-31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-23
|\
| * new helper: sigsuspend()Al Viro2012-05-21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-23
|\ \ | |/ |/|
| * Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger2012-05-21
| |\
| | * um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-21
| | * um: wrong sigmask saved in case of multiple sigframesAl Viro2012-05-21
| | * um: add TIF_NOTIFY_RESUMEAl Viro2012-05-21
| | * um: ->restart_block.fn needs to be reset on sigreturnAl Viro2012-05-21
| * | um: Remove usage of irq_chip->release()Richard Weinberger2012-05-21