Age | Commit message (Expand) | Author | Files | Lines |
2013-04-30 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 1 | -12/+0 |
2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -23/+4 |
2013-04-29 | early_printk: consolidate random copies of identical code | Thomas Gleixner | 1 | -3/+5 |
2013-04-29 | mm/um: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 1 | -13/+3 |
2013-04-29 | mm/um: use common help functions to free reserved pages | Jiang Liu | 1 | -9/+1 |
2013-04-17 | um: Use generic idle loop | Richard Weinberger | 1 | -23/+4 |
2013-02-03 | x86,um: switch to generic old sigsuspend() | Al Viro | 1 | -10/+0 |
2012-12-19 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 1 | -5/+0 |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro | 1 | -2/+1 |
2012-11-28 | x86, um: switch to generic fork/vfork/clone | Al Viro | 1 | -19/+0 |
2012-11-28 | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 1 | -1/+1 |
2012-11-28 | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 1 | -6/+2 |
2012-11-28 | um: get_safe_registers() should be done in flush_thread(), not start_thread() | Al Viro | 1 | -1/+2 |
2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -12/+3 |
2012-10-12 | x86, um: convert to saner kernel_execve() semantics | Al Viro | 2 | -12/+3 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -55/+5 |
2012-10-10 | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 29 | -123/+123 |
2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 28 | -122/+122 |
2012-10-09 | um: move sysrq.h out of include/shared | Al Viro | 1 | -1/+1 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-09-30 | um: switch to generic kernel_thread() | Al Viro | 1 | -14/+3 |
2012-09-30 | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 3 | -41/+2 |
2012-09-27 | um: kill thread->forking | Al Viro | 2 | -16/+16 |
2012-09-27 | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 1 | -1/+5 |
2012-09-27 | um: don't leak floating point state and segment registers on execve() | Al Viro | 1 | -0/+1 |
2012-09-27 | um: take cleaning singlestep to start_thread() | Al Viro | 1 | -19/+5 |
2012-09-20 | um: kill thread->forking | Al Viro | 2 | -16/+16 |
2012-09-20 | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 1 | -1/+5 |
2012-09-20 | um: don't leak floating point state and segment registers on execve() | Al Viro | 1 | -0/+1 |
2012-09-20 | um: take cleaning singlestep to start_thread() | Al Viro | 1 | -19/+5 |
2012-08-01 | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -62/+71 |
2012-08-02 | um: pass siginfo to guest process | Martin Pärtel | 3 | -9/+34 |
2012-08-02 | um: pull interrupt_end() into userspace() | Al Viro | 1 | -8/+3 |
2012-08-02 | um: split syscall_trace(), pass pt_regs to it | Al Viro | 2 | -43/+32 |
2012-08-01 | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs | Al Viro | 2 | -2/+2 |
2012-07-19 | um: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 1 | -2/+1 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -4/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -14/+2 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -8/+3 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+2 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
2012-05-31 | um: properly check all process' threads for a live mm | Anton Vorontsov | 1 | -6/+7 |
2012-05-31 | um: fix possible race on task->mm | Anton Vorontsov | 1 | -2/+5 |
2012-05-31 | um: should hold tasklist_lock while traversing processes | Anton Vorontsov | 1 | -0/+3 |
2012-05-31 | um/kernel/trap.c: port OOM changes to handle_page_fault() | Kautuk Consul | 1 | -5/+19 |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -4/+1 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+1 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 5 | -14/+22 |
2012-05-21 | new helper: sigsuspend() | Al Viro | 1 | -8/+1 |