aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2016-06-22um: track 'parent' device in a local variableDan Williams
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro
2015-12-08um: fix returns without va_endGeyslan G. Bem
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse
2015-06-23module: add per-module param_lockDan Streetman
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2014-10-13um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi
2014-10-13um: ubd: Fix for processes stuck in D state foreverThorsten Knabe
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-03-24uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2013-11-17um: Get rid of thread_struct->saved_taskRichard Weinberger
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger
2013-06-19mconsole: we'd better initialize pos before passing it to vfs_read()...Al Viro
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09UM: Adjust printk in create_proc_mconsole()David Howells
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger
2013-03-11um: Use tty_port_operations->destructRichard Weinberger
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03um: net: use eth_hw_addr_random() to generate random macJiri Pirko
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-10-30UM: TTY: fix build errors now that tty->raw is goneJiri Slaby
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker
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