summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
* um: Remove unused including <linux/version.h>Yang Li2021-04-151-1/+0
* um: Remove unneeded variable 'ret'Yang Li2021-04-151-3/+1
* um: add a pseudo RTCJohannes Berg2021-02-125-0/+319
* um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King2021-02-121-1/+1
* um: virtio: allow devices to be configured for wakeupJohannes Berg2021-02-121-3/+16
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-121-44/+48
* um: virtio: disable VQs during suspendJohannes Berg2021-02-121-0/+36
* um: virtio: fix handling of messages without payloadJohannes Berg2021-02-121-0/+3
* um: virtio: clean up a commentJohannes Berg2021-02-121-2/+1
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-1/+1
* um: virtio: free vu_dev only with the contained struct deviceJohannes Berg2021-01-261-1/+2
* um: ubd: fix command line handling of ubdHajime Tazaki2021-01-261-2/+2
* um: chan_xterm: Fix fd leakAnton Ivanov2020-12-131-0/+5
* um: tty: Fix handling of close in tty linesAnton Ivanov2020-12-131-2/+2
* um: allocate a guard page to helper threadsJohannes Berg2020-12-131-1/+1
* um: Remove IRQ_NONE typeJohannes Berg2020-12-132-6/+1
* um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-131-8/+14
* um: Support dynamic IRQ allocationJohannes Berg2020-12-139-17/+23
* um: ubd: Set device serial attribute from cmdlineChristopher Obbard2020-12-131-16/+62
* um: line: Don't free winch (with IRQ) under spinlockJohannes Berg2020-12-131-4/+8
* um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi2020-12-131-76/+115
* um: random: Register random as hwrng-core deviceChristopher Obbard2020-12-131-76/+25
* um: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-131-3/+3
* um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov2020-10-111-9/+47
* um: Remove redundant NULL checkLi Heng2020-10-111-2/+1
* um: Allow static linking for non-glibc implementationsIgnat Korchagin2020-10-111-3/+3
* um: Some fixes to build UML with muslIgnat Korchagin2020-10-114-10/+9
* um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang2020-10-111-2/+2
* um: Fix null pointer dereference in vector_user_bpfGaurav Singh2020-10-111-3/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-1/+1
|\
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* | um: line, remove put_charJiri Slaby2020-06-244-8/+0
|/
* Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-104-3/+62
|\
| * um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-022-2/+2
| * um: Do not evaluate compiler's library path when cleaningMasahiro Yamada2020-06-021-2/+2
| * um: Neaten vu_err macro definitionJoe Perches2020-06-021-1/+1
| * um: Add a generic "fd" vector transportMarc-André Lureau2020-06-021-0/+59
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-2/+2
|\ \ | |/ |/|
| * um: do not evaluate compiler's library path when cleaningMasahiro Yamada2020-05-121-2/+2
* | um: Fix typo in vector driver transport option definitionIgnat Korchagin2020-04-291-1/+1
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-077-56/+157
|\
| * um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar2020-03-291-10/+5
| * um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons2020-03-291-0/+3
| * um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins2020-03-291-0/+3
| * um: Implement time-travel=extJohannes Berg2020-03-291-4/+64
| * um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg2020-03-292-22/+75
| * um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi2020-03-291-4/+4
| * um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi2020-03-291-1/+3
| * um: Delete never executed timerLeon Romanovsky2020-03-291-12/+0