Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-11-29flagday: don't pass regs to copy_thread()Al Viro
2012-11-29x86, um: switch to generic fork/vfork/cloneAl Viro
2012-11-29um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro
2012-11-29um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro
2012-11-29um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-11-14tracing,x86: Add a TSC trace_clockDavid Sharp
2012-10-31UM: TTY: fix build errors now that tty->raw is goneJiri Slaby
2012-10-24rcu: Remove rcu_switch()Frederic Weisbecker
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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
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-10um: get rid of pointless include "..." where include <...> will doAl Viro
2012-10-10um: move sysrq.h out of include/sharedAl Viro
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas
2012-10-05Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann
2012-10-04Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds
2012-10-03asm-generic: Add default clkdev.hMark Brown
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-10-01Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-01sanitize tsk_is_polling()Al Viro
2012-10-01um: switch to generic kernel_thread()Al Viro
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro
2012-09-27um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven
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-27um: resurrect the right variant of mconsole_proc()Al Viro
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker
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