summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-14um: allocate a guard page to helper threadsJohannes Berg1-1/+1
2020-12-14um: Remove IRQ_NONE typeJohannes Berg2-6/+1
2020-12-14um: virtio: Use dynamic IRQ allocationJohannes Berg1-8/+14
2020-12-14um: Support dynamic IRQ allocationJohannes Berg9-17/+23
2020-12-14um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-14um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-12-14um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-14um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-14um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-10-12um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov1-9/+47
2020-10-12um: Remove redundant NULL checkLi Heng1-2/+1
2020-10-12um: Allow static linking for non-glibc implementationsIgnat Korchagin1-3/+3
2020-10-12um: Some fixes to build UML with muslIgnat Korchagin4-10/+9
2020-10-12um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang1-2/+2
2020-10-12um: Fix null pointer dereference in vector_user_bpfGaurav Singh1-3/+5
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-24um: line, remove put_charJiri Slaby4-8/+0
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+62
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2020-06-02um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-06-02um: Do not evaluate compiler's library path when cleaningMasahiro Yamada1-2/+2
2020-06-02um: Neaten vu_err macro definitionJoe Perches1-1/+1
2020-06-02um: Add a generic "fd" vector transportMarc-André Lureau1-0/+59