aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar1-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-10/+10
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse4-27/+27
2015-06-23module: add per-module param_lockDan Streetman1-10/+10
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger1-1/+1
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley1-1/+5
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-6/+3
2014-10-13um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi1-4/+0
2014-10-13um: ubd: Fix for processes stuck in D state foreverThorsten Knabe1-2/+3
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-03-24uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2013-11-17um: Get rid of thread_struct->saved_taskRichard Weinberger1-4/+2
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger3-7/+2
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger1-13/+19
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger1-1/+40
2013-06-19mconsole: we'd better initialize pos before passing it to vfs_read()...Al Viro1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2013-04-09UM: Adjust printk in create_proc_mconsole()David Howells1-2/+1
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman8-32/+38
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-5/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-7/+1
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-11net : enable tx time stamping in the vde driver.Paul Chavent1-0/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-21/+14
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-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-03um: net: use eth_hw_addr_random() to generate random macJiri Pirko1-14/+8
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+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-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-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-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds43-138/+138
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro43-138/+138
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-78/+21
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2012-09-26um: resurrect the right variant of mconsole_proc()Al Viro1-78/+21
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds6-211/+88
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel1-1/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds5-17/+11
2012-07-28um: remove count_lockRichard Weinberger2-7/+0
2012-07-28um: fully use tty_portRichard Weinberger4-78/+65
2012-07-28um: Remove dead codeRichard Weinberger1-26/+0