aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-02um: Remove drivers/ssl.hGravatar Johannes Berg 2-14/+0
2019-07-02um: Fix IRQ controller regression on console readGravatar Jouni Malinen 1-8/+44
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-178/+178
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2019-05-07um: Do not unlock mutex that is not hold.Gravatar Daniel Walter 1-2/+2
2019-05-07arch: um: drivers: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 1-176/+176
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-05-05um: vector netdev: adjust to xmit_more API changeGravatar Johannes Berg 1-1/+1
2019-03-15Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-6/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 2-0/+6
2019-03-06um: Fix for a possible OOPS in ubd initializationGravatar Anton Ivanov 1-3/+3
2019-03-06um: Remove duplicated include from vector_user.cGravatar YueHaibing 1-3/+0
2018-12-27um: Remove obsolete reenable_XX callsGravatar Anton Ivanov 7-27/+0
2018-12-27um: writev needs <sys/uio.h>Gravatar Christoph Hellwig 1-0/+1
2018-12-27um: Add support for DISCARD in the UBD DriverGravatar Anton Ivanov 1-11/+54
2018-12-27um: Remove unsafe printks from the io threadGravatar Anton Ivanov 1-25/+17
2018-12-27um: Clean-up command processing in UML UBD driverGravatar Anton Ivanov 1-30/+47
2018-12-27um: Switch to block-mq constants in the UML UBD driverGravatar Anton Ivanov 1-28/+38
2018-12-27um: Include sys/uio.h to have writev()Gravatar Richard Weinberger 1-0/+1
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+8
2018-11-08ubd: fix missing initialization of io_reqGravatar Anton Ivanov 1-2/+1
2018-11-07ubd: fix missing lock around request issueGravatar Jens Axboe 1-2/+7
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-17/+10
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 2-2/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+2
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 2-2/+2
2018-10-29um: Make line/tty semantics use true write IRQGravatar Anton Ivanov 1-2/+2
2018-10-29um: Don't hardcode path as it is architecture dependentGravatar Ritesh Raj Sarraf 1-1/+1
2018-10-29um: NULL check before kfree is not neededGravatar YueHaibing 2-14/+7
2018-10-18ubd: remove use of blk_rq_map_sgGravatar Christoph Hellwig 1-104/+54
2018-10-14um: Convert ubd driver to blk-mqGravatar Richard Weinberger 1-85/+93
2018-09-28block: genhd: add 'groups' argument to device_add_diskGravatar Hannes Reinecke 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+337
2018-08-02um: create a proper drivers KconfigGravatar Christoph Hellwig 1-0/+337
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Gravatar Masahiro Yamada 1-2/+2
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+14
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-12/+12
2018-06-10um: Fix raw interface optionsGravatar Anton Ivanov 1-3/+2
2018-06-10um: Fix initialization of vector queuesGravatar Anton Ivanov 1-3/+12
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanGravatar Willem de Bruijn 1-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-14/+2
2018-03-29Fix vector raw inintialization logicGravatar Anton Ivanov 4-10/+21
2018-03-29Migrate vector timers to new timer APIGravatar Anton Ivanov 1-7/+3
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Gravatar Christophe JAILLET 1-3/+3
2018-02-19um: vector: Fix a memory allocation checkGravatar Christophe JAILLET 1-1/+1
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Gravatar Wei Yongjun 1-1/+3
2018-02-19High Performance UML Vector Network DriverGravatar Anton Ivanov 7-3/+2907
2018-02-19Epoll based IRQ controllerGravatar Anton Ivanov 4-49/+21
2018-02-09mconsole_proc(): don't mess with file->f_posGravatar Al Viro 1-1/+2