| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 2012-12-19 | 1 | -5/+0 |
* | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 1 | -2/+1 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 1 | -19/+0 |
* | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 2012-11-28 | 1 | -1/+1 |
* | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 2012-11-28 | 1 | -6/+2 |
* | um: get_safe_registers() should be done in flush_thread(), not start_thread() | Al Viro | 2012-11-28 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 2 | -12/+3 |
|\ |
|
| * | x86, um: convert to saner kernel_execve() semantics | Al Viro | 2012-10-12 | 2 | -12/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 4 | -55/+5 |
|\ \
| |/ |
|
| * | um: switch to generic kernel_thread() | Al Viro | 2012-09-30 | 1 | -14/+3 |
| * | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 | 3 | -41/+2 |
| * | um: kill thread->forking | Al Viro | 2012-09-20 | 2 | -16/+16 |
| * | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 2012-09-20 | 1 | -1/+5 |
| * | um: don't leak floating point state and segment registers on execve() | Al Viro | 2012-09-20 | 1 | -0/+1 |
| * | um: take cleaning singlestep to start_thread() | Al Viro | 2012-09-20 | 1 | -19/+5 |
* | | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-10-10 | 29 | -123/+123 |
|\ \ |
|
| * | | um: get rid of pointless include "..." where include <...> will do | Al Viro | 2012-10-09 | 28 | -122/+122 |
| * | | um: move sysrq.h out of include/shared | Al Viro | 2012-10-09 | 1 | -1/+1 |
* | | | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 2012-10-09 | 1 | -0/+1 |
|/ / |
|
* | | um: kill thread->forking | Al Viro | 2012-09-27 | 2 | -16/+16 |
* | | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 2012-09-27 | 1 | -1/+5 |
* | | um: don't leak floating point state and segment registers on execve() | Al Viro | 2012-09-27 | 1 | -0/+1 |
* | | um: take cleaning singlestep to start_thread() | Al Viro | 2012-09-27 | 1 | -19/+5 |
|/ |
|
* | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-08-01 | 6 | -62/+71 |
|\ |
|
| * | um: pass siginfo to guest process | Martin Pärtel | 2012-08-02 | 3 | -9/+34 |
| * | um: pull interrupt_end() into userspace() | Al Viro | 2012-08-02 | 1 | -8/+3 |
| * | um: split syscall_trace(), pass pt_regs to it | Al Viro | 2012-08-02 | 2 | -43/+32 |
| * | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs | Al Viro | 2012-08-01 | 2 | -2/+2 |
* | | um: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 2012-07-19 | 1 | -2/+1 |
|/ |
|
* | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -1/+1 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -4/+0 |
* | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -14/+2 |
* | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -8/+3 |
* | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -4/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-31 | 1 | -4/+1 |
|\ |
|
| * | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-23 | 1 | -4/+1 |
* | | um: properly check all process' threads for a live mm | Anton Vorontsov | 2012-05-31 | 1 | -6/+7 |
* | | um: fix possible race on task->mm | Anton Vorontsov | 2012-05-31 | 1 | -2/+5 |
* | | um: should hold tasklist_lock while traversing processes | Anton Vorontsov | 2012-05-31 | 1 | -0/+3 |
* | | um/kernel/trap.c: port OOM changes to handle_page_fault() | Kautuk Consul | 2012-05-31 | 1 | -5/+19 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-23 | 1 | -8/+1 |
|\ |
|
| * | new helper: sigsuspend() | Al Viro | 2012-05-21 | 1 | -8/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2012-05-23 | 5 | -14/+22 |
|\ \
| |/
|/| |
|
| * | Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s... | Richard Weinberger | 2012-05-21 | 3 | -12/+14 |
| |\ |
|
| | * | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h | Al Viro | 2012-05-21 | 2 | -2/+2 |
| | * | um: wrong sigmask saved in case of multiple sigframes | Al Viro | 2012-05-21 | 1 | -6/+5 |
| | * | um: add TIF_NOTIFY_RESUME | Al Viro | 2012-05-21 | 1 | -1/+7 |
| | * | um: ->restart_block.fn needs to be reset on sigreturn | Al Viro | 2012-05-21 | 1 | -3/+0 |
| * | | um: Remove usage of irq_chip->release() | Richard Weinberger | 2012-05-21 | 1 | -2/+0 |
| * | | um: Implement um_free_irq() | Richard Weinberger | 2012-05-21 | 1 | -0/+7 |