summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-04-08um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2022-01-27um: virtio_uml: Fix time-travel external time propagationJohannes Berg1-0/+4
2022-01-27um: virt-pci: Fix 32-bit compileJohannes Berg1-4/+4
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
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-16um: Remove unused including <linux/version.h>Yang Li1-1/+0
2021-04-16um: 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-27Revert "um: allocate a guard page to helper threads"Johannes Berg1-1/+1
2021-01-27um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2021-01-27um: ubd: fix command line handling of ubdHajime Tazaki1-2/+2
2020-12-14um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-14um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2