summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2020-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-19um: Mark non-vector net transports as obsoleteBrendan Higgins
2020-01-19um: Add an option to make serial driver non-rawJohannes Berg
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-02Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-25um: Loadable BPF "Firmware" for vector driversAnton Ivanov
2019-11-25um: virtio_uml: Disallow modular buildJohannes Berg
2019-11-25um: virtio: Keep reading on -EAGAINJohannes Berg
2019-11-25um: virtio: Remove device on disconnectJohannes Berg
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron
2019-09-15um: Error handling fixes in vector driversAnton Ivanov
2019-09-15um: Add checks to mtu parameter parsingAnton Ivanov
2019-09-15um: Added support for unix socket transports and bess transportAnton Ivanov
2019-09-15um: Add legacy tap support and rename existing vector to hybridAnton Ivanov
2019-07-02um: Remove drivers/ssl.hJohannes Berg
2019-07-02um: Fix IRQ controller regression on console readJouni Malinen
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07um: Do not unlock mutex that is not hold.Daniel Walter
2019-05-07arch: um: drivers: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg
2019-03-15Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-06um: Fix for a possible OOPS in ubd initializationAnton Ivanov
2019-03-06um: Remove duplicated include from vector_user.cYueHaibing
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-12-27um: writev needs <sys/uio.h>Christoph Hellwig
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov
2018-12-27um: Include sys/uio.h to have writev()Richard Weinberger
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov
2018-11-07ubd: fix missing lock around request issueJens Axboe