aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons
2020-03-29um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins
2020-03-29um: Implement time-travel=extJohannes Berg
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg
2020-03-29um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi
2020-03-29um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-03-29um: Delete never executed timerLeon Romanovsky
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan
2020-03-06um: reject unsupported coalescing paramsJakub Kicinski
2020-02-28uml: Create a private mount of proc for mconsoleEric W. Biederman
2020-02-28uml: Don't consult current to find the proc_mnt in mconsole_procEric W. Biederman
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