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