aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-13um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-10-11um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov1-9/+47
2020-10-11um: Remove redundant NULL checkLi Heng1-2/+1
2020-10-11um: Allow static linking for non-glibc implementationsIgnat Korchagin1-3/+3
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin4-10/+9
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang1-2/+2
2020-10-11um: Fix null pointer dereference in vector_user_bpfGaurav Singh1-3/+5
2020-08-11Merge 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/git/rw/umlLinus 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/masahiroy/linux-kbuildLinus 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
2020-05-12um: do not evaluate compiler's library path when cleaningMasahiro Yamada1-2/+2
2020-04-29um: Fix typo in vector driver transport option definitionIgnat Korchagin1-1/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds7-56/+157
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+27
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar1-10/+5
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons1-0/+3
2020-03-29um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins1-0/+3
2020-03-29um: Implement time-travel=extJohannes Berg1-4/+64