aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-29/+84
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-0/+2
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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/git/rw/umlLinus Torvalds7-14/+951
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-15/+7
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig1-10/+0
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-30/+14
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig1-94/+12
2021-06-17um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2021-06-17um: fix error return code in slip_open()Zhen Lei1-1/+2
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-2/+1
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg2-10/+40
2021-06-17um: add PCI over virtio emulation driverJohannes Berg3-0/+906
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby4-8/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby2-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby2-4/+4
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2021-04-15um: Remove unused including <linux/version.h>Yang Li1-1/+0
2021-04-15um: Remove unneeded variable 'ret'Yang Li1-3/+1
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+1
2021-02-12um: add a pseudo RTCJohannes Berg5-0/+319
2021-02-12um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King1-1/+1
2021-02-12um: virtio: allow devices to be configured for wakeupJohannes Berg1-3/+16
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg1-44/+48
2021-02-12um: virtio: disable VQs during suspendJohannes Berg1-0/+36
2021-02-12um: virtio: fix handling of messages without payloadJohannes Berg1-0/+3
2021-02-12um: virtio: clean up a commentJohannes Berg1-2/+1
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg1-1/+1
2021-01-26um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2021-01-26um: ubd: fix command line handling of ubdHajime Tazaki1-2/+2
2020-12-13um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-13um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-13um: allocate a guard page to helper threadsJohannes Berg1-1/+1
2020-12-13um: Remove IRQ_NONE typeJohannes Berg2-6/+1
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg1-8/+14
2020-12-13um: Support dynamic IRQ allocationJohannes Berg9-17/+23