summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2017-07-05um: console: Ignore console= optionMasami Hiramatsu-0/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+2
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-5/+5
2016-12-16Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-27/+167
2016-12-14um: UBD ImprovementsAnton Ivanov-27/+167
2016-10-20net: use core MTU range checking in misc driversJarod Wilson-8/+0
2016-08-31miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan-24/+1
2016-06-22um: track 'parent' device in a local variableDan Williams-2/+3
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie-1/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-2/+2
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe-1/+1
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-18/+6
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov-22/+5
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro-11/+3
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro-7/+3
2015-12-08um: fix returns without va_endGeyslan G. Bem-4/+6
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-10/+10
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse-27/+27
2015-06-23module: add per-module param_lockDan Streetman-10/+10
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger-1/+1
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley-1/+5
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds-6/+3
2014-10-13um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi-4/+0
2014-10-13um: ubd: Fix for processes stuck in D state foreverThorsten Knabe-2/+3
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai-1/+0
2014-03-24uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman-1/+1
2013-11-17um: Get rid of thread_struct->saved_taskRichard Weinberger-4/+2
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger-7/+2
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger-13/+19
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger-1/+40
2013-06-19mconsole: we'd better initialize pos before passing it to vfs_read()...Al Viro-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2013-04-09UM: Adjust printk in create_proc_mconsole()David Howells-2/+1
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman-32/+38
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby-5/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby-7/+1
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger-18/+22
2013-03-11um: Use tty_port_operations->destructRichard Weinberger-14/+14
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent-0/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-21/+14
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-13/+11