summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
* um: virt-pci: set device ready in probe()Vincent Whitchurch2022-06-101-1/+6
* Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-0311-38/+70
|\
| * um: chan_user: Fix winch_tramp() return valueJohannes Berg2022-05-271-4/+5
| * um: virtio_uml: Fix broken device handling in time-travelJohannes Berg2022-05-271-10/+23
| * um: line: Use separate IRQs per lineJohannes Berg2022-05-275-20/+20
| * um: daemon: Make default socket configurableJohannes Berg2022-05-272-1/+9
| * um: xterm: Make default terminal emulator configurableJohannes Berg2022-05-273-3/+13
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-1/+2
|\ \
| * | um: vector: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
| |/
* | ubd: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+0
|/
* um: port_user: Improve error handling when port-helper is not foundGlenn Washburn2022-03-111-0/+12
* um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvarGlenn Washburn2022-03-111-0/+4
* um: port_user: Search for in.telnetd in PATHGlenn Washburn2022-03-111-1/+1
* um: Fix uml_mconsole stop/goAnton Ivanov2022-03-111-1/+2
* uml: net: vector: fix const issueJohannes Berg2022-03-112-2/+2
* um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-111-1/+7
* um: Migrate vector drivers to NAPIAnton Ivanov2022-03-112-57/+51
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-112-7/+55
|\ \
| * | um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2021-12-221-3/+47
| * | um: virtio_uml: Fix time-travel external time propagationJohannes Berg2021-12-211-0/+4
| * | um: virt-pci: Fix 32-bit compileJohannes Berg2021-12-211-4/+4
| |/
* / ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
|/
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-1/+2
|\
| * net: um: use eth_hw_addr_set()Jakub Kicinski2021-10-291-1/+2
* | um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain2021-10-211-4/+9
* | block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
|/
* Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-092-29/+84
|\
| * um: virt-pci: don't do DMA from stackJohannes Berg2021-08-261-26/+78
| * um: virtio_uml: fix memory leak on init failuresJohannes Berg2021-08-261-1/+3
| * um: virtio_uml: include linux/virtio-uml.hJohannes Berg2021-08-261-0/+1
| * um: make PCI emulation driver init/exit staticJohannes Berg2021-08-261-2/+2
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-0/+2
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-0/+2
| |/
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+7
|\ \
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+6
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-2/+6
|\ \
| * | um: vector: adjust to coalesce API changesJohannes Berg2021-08-271-2/+6
| |/
* / ubd: use bvec_virtChristoph Hellwig2021-08-161-2/+1
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-134/+26
|\
| * ubd: remove dead code in ubd_setup_commonChristoph Hellwig2021-06-301-10/+0
| * ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-30/+14
| * ubd: remove the code to register as the legacy IDE driverChristoph Hellwig2021-06-301-94/+12
* | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-097-14/+951
|\ \
| * | um: fix error return code in winch_tramp()Zhen Lei2021-06-171-1/+2
| * | um: fix error return code in slip_open()Zhen Lei2021-06-171-1/+2
| * | um: Fix stack pointer alignmentYiFei Zhu2021-06-171-2/+1