summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorLines
2022-06-10um: virt-pci: set device ready in probe()Vincent Whitchurch-1/+6
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-38/+70
2022-05-27um: chan_user: Fix winch_tramp() return valueJohannes Berg-4/+5
2022-05-27um: virtio_uml: Fix broken device handling in time-travelJohannes Berg-10/+23
2022-05-27um: line: Use separate IRQs per lineJohannes Berg-20/+20
2022-05-27um: daemon: Make default socket configurableJohannes Berg-1/+9
2022-05-27um: xterm: Make default terminal emulator configurableJohannes Berg-3/+13
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+2
2022-05-08um: vector: switch to netif_napi_add_weight()Jakub Kicinski-1/+2
2022-05-03ubd: don't set the discard_alignment queue limitChristoph Hellwig-1/+0
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-2/+0
2022-03-11um: port_user: Improve error handling when port-helper is not foundGlenn Washburn-0/+12
2022-03-11um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvarGlenn Washburn-0/+4
2022-03-11um: port_user: Search for in.telnetd in PATHGlenn Washburn-1/+1
2022-03-11um: Fix uml_mconsole stop/goAnton Ivanov-1/+2
2022-03-11uml: net: vector: fix const issueJohannes Berg-2/+2
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis-1/+7
2022-03-11um: Migrate vector drivers to NAPIAnton Ivanov-57/+51
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-1/+1
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+55
2021-12-22um: virtio_uml: Allow probing from devicetreeVincent Whitchurch-3/+47
2021-12-21um: virtio_uml: Fix time-travel external time propagationJohannes Berg-0/+4
2021-12-21um: virt-pci: Fix 32-bit compileJohannes Berg-4/+4
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-1/+3
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2021-10-29net: um: use eth_hw_addr_set()Jakub Kicinski-1/+2
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain-4/+9
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig-0/+1
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-29/+84
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+2
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+6
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg-2/+6
2021-08-26um: virt-pci: don't do DMA from stackJohannes Berg-26/+78
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg-1/+3
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg-0/+1
2021-08-26um: make PCI emulation driver init/exit staticJohannes Berg-2/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-0/+2
2021-08-16ubd: use bvec_virtChristoph Hellwig-2/+1
2021-07-27tty: drop put_tty_driverJiri Slaby-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-5/+6
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-134/+26
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+951
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+7
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig-10/+0
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-30/+14
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig-94/+12