summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2020-10-11um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov
2020-10-11um: Remove redundant NULL checkLi Heng
2020-10-11um: Allow static linking for non-glibc implementationsIgnat Korchagin
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang
2020-10-11um: Fix null pointer dereference in vector_user_bpfGaurav Singh
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-24um: line, remove put_charJiri Slaby
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-02um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-02um: Do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-06-02um: Neaten vu_err macro definitionJoe Perches
2020-06-02um: Add a generic "fd" vector transportMarc-André Lureau
2020-05-12um: do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-04-29um: Fix typo in vector driver transport option definitionIgnat Korchagin
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