aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-10/+0
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-5/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro1-19/+0
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what we'll getAl Viro1-1/+1
2012-11-28um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro1-6/+2
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro1-1/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-12/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro2-12/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-55/+5
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds29-123/+123
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro28-122/+122
2012-10-09um: move sysrq.h out of include/sharedAl Viro1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-09-30um: switch to generic kernel_thread()Al Viro1-14/+3
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro3-41/+2
2012-09-27um: kill thread->forkingAl Viro2-16/+16
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-1/+5
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro1-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Al Viro1-19/+5
2012-09-20um: kill thread->forkingAl Viro2-16/+16
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-1/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro1-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Al Viro1-19/+5
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds6-62/+71
2012-08-02um: pass siginfo to guest processMartin Pärtel3-9/+34
2012-08-02um: pull interrupt_end() into userspace()Al Viro1-8/+3
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro2-43/+32
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2-2/+2
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-14/+2
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+2
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+1
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov1-6/+7
2012-05-31um: fix possible race on task->mmAnton Vorontsov1-2/+5
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov1-0/+3
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul1-5/+19
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-14/+22
2012-05-21new helper: sigsuspend()Al Viro1-8/+1
2012-05-21Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal into for-3.5Richard Weinberger3-12/+14
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2-2/+2
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger1-2/+0
2012-05-21um: Implement um_free_irq()Richard Weinberger1-0/+7
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger1-0/+1
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro1-6/+5