aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger5-18/+22
2013-03-11um: Use tty_port_operations->destructRichard Weinberger3-14/+14
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich1-1/+1
2013-03-11um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich1-0/+2
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent1-0/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-10/+0
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-21/+15
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+5
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-10/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby3-13/+11
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-7/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+2
2013-01-11arch/um: remove depends on CONFIG_EXPERIMENTALKees Cook2-5/+5
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-03um: net: use eth_hw_addr_random() to generate random macJiri Pirko2-15/+8
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+0
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-5/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-26/+2
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-15/+4
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
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-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-30UM: TTY: fix build errors now that tty->raw is goneJiri Slaby1-15/+2
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker1-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-28/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro5-28/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-3/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-57/+5
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds122-383/+383
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro120-382/+382
2012-10-09um: move sysrq.h out of include/sharedAl Viro2-1/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-0/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-genericArnd Bergmann3-80/+27
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-1/+3
2012-10-03asm-generic: Add default clkdev.hMark Brown1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-78/+21
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells1-1/+3