aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-29mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu
2013-04-29mm/um: use common help functions to free reserved pagesJiang Liu
2013-04-17um: Use generic idle loopRichard Weinberger
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro
2012-11-28um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-10-09um: move sysrq.h out of include/sharedAl Viro
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-09-30um: switch to generic kernel_thread()Al Viro
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro
2012-09-27um: kill thread->forkingAl Viro
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro
2012-09-27um: take cleaning singlestep to start_thread()Al Viro
2012-09-20um: kill thread->forkingAl Viro
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro
2012-09-20um: take cleaning singlestep to start_thread()Al Viro
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-08-02um: pass siginfo to guest processMartin Pärtel
2012-08-02um: pull interrupt_end() into userspace()Al Viro
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov
2012-05-31um: fix possible race on task->mmAnton Vorontsov
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2012-05-21new helper: sigsuspend()Al Viro
2012-05-21Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger